diff --git a/Scripts/diy-script.sh b/Scripts/diy-script.sh index beb80ec..d9d64e4 100644 --- a/Scripts/diy-script.sh +++ b/Scripts/diy-script.sh @@ -95,6 +95,12 @@ mv2 mt76.mk package/kernel/mt76 Makefile # ExtraPackages svn mac80211 https://github.com/openwrt/openwrt/trunk/package/kernel # rm -rf package/kernel/mac80211 && mv -f package/lean/mac80211 package/kernel +ExtraPackages svn dnsmasq https://github.com/openwrt/openwrt/trunk/package/network/services +rm -rf package/network/services/dnsmasq && mv -f package/lean/dnsmasq package/network/services +ExtraPackages svn hostapd https://github.com/openwrt/openwrt/trunk/package/network/services +rm -rf package/network/services/hostapd && mv -f package/lean/hostapd package/network/services +ExtraPackages svn dropbear https://github.com/openwrt/openwrt/trunk/package/network/services +rm -rf package/network/services/dropbear && mv -f package/lean/dropbear package/network/services ExtraPackages git luci-app-autoupdate https://github.com/Hyy2001X main ExtraPackages git luci-theme-argon https://github.com/jerrykuku 18.06