[TEST] Update upstream code
1.Bump dnsmasq to latest 2.Bump hostapd to latest 3.Bump dropbear to latest
This commit is contained in:
parent
fe7f5dd77b
commit
6193a0e351
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue