|
@@ -15,6 +15,12 @@ mv -f .github/kernel package/
|
|
|
mv -f .github/kernel-version.mk .github/kernel-5.10 .github/kernel-defaults.mk include/
|
|
|
sed -i 's/ libelf//' tools/Makefile
|
|
|
|
|
|
+sed -i "s/DEFAULT_PACKAGES:=/DEFAULT_PACKAGES:=luci-app-advanced luci-app-firewall luci-app-gpsysupgrade luci-app-opkg luci-app-bypass luci-app-upnp luci-app-autoreboot \
|
|
|
+luci-app-wizard luci-app-nginx-manager luci-app-attendedsysupgrade luci-theme-edge luci-theme-bootstrap dnsmasq-full luci-ssl-nginx luci-base luci-compat luci-mod-rpc \
|
|
|
+luci-lib-ipkg luci-lib-fs coremark my-default-settings wget-ssl curl htop nano iptables-mod-fullconenat zram-swap kmod-lib-zstd kmod-ipt-offload kmod-tcp-bbr bash \
|
|
|
+wpad-basic-wolfssl kmod-usb2 kmod-usb3 automount /" include/target.mk
|
|
|
+sed -i "/dnsmasq \\\/d" include/target.mk
|
|
|
+
|
|
|
sed -i '/ refresh_config();/d' scripts/feeds
|
|
|
[ ! -f feeds.conf ] && {
|
|
|
sed -i '$a src-git kiddin9 https://github.com/kiddin9/openwrt-packages.git;master' feeds.conf.default
|