mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-13 10:04:29 +05:00
Forced autoload enable for "qca-nss-drv-pppoe" driver
This commit is contained in:
4
xmake.sh
4
xmake.sh
@@ -48,6 +48,10 @@ fi
|
|||||||
|
|
||||||
make defconfig
|
make defconfig
|
||||||
|
|
||||||
|
if [ $( grep -q "CONFIG_NSS_DRV_PPPOE_ENABLE=y" $XDIR/.config >/dev/null; echo "$?" ) == "0" ]; then
|
||||||
|
sed -i 's/CONFIG_PACKAGE_kmod-qca-nss-drv-pppoe=m/CONFIG_PACKAGE_kmod-qca-nss-drv-pppoe=y/g' $XDIR/.config
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $( get_cfg_pkg_flag "$XDIR/.config" "dnsmasq-full" ) = "y" ]; then
|
if [ $( get_cfg_pkg_flag "$XDIR/.config" "dnsmasq-full" ) = "y" ]; then
|
||||||
echo "Forced using dnsmasq-full !!!"
|
echo "Forced using dnsmasq-full !!!"
|
||||||
sed -i '/CONFIG_DEFAULT_dnsmasq=y/d' $XDIR/.config
|
sed -i '/CONFIG_DEFAULT_dnsmasq=y/d' $XDIR/.config
|
||||||
|
|||||||
Reference in New Issue
Block a user