kiddin9 il y a 3 ans
Parent
commit
8e00236c21
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1 2
      devices/common/diy.sh
  2. 2 0
      devices/nanopi-r2s/diy.sh

+ 1 - 2
devices/common/diy.sh

@@ -21,11 +21,10 @@ sed -i 's/ libelf//' tools/Makefile
 sed -i '/$(curdir)\/compile:/c\$(curdir)/compile: package/opkg/host/compile' package/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-attendedsysupgrade luci-theme-edge luci-theme-bootstrap dnsmasq-full luci-ssl-nginx luci-base luci-compat luci-lib-ipkg \
+luci-app-wizard luci-app-attendedsysupgrade dnsmasq-full luci-base luci-compat luci-lib-ipkg \
 coremark my-default-settings wget-ssl curl htop nano iptables-mod-fullconenat zram-swap kmod-lib-zstd kmod-tcp-bbr bash \
 wpad-basic-wolfssl kmod-usb2 kmod-usb3 automount /" include/target.mk
 sed -i "/dnsmasq \\\/d" include/target.mk
-sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += my-autocore-arm luci-app-cpufreq kmod-hwmon-pwmfan/' target/linux/rockchip/Makefile
 
 sed -i '/	refresh_config();/d' scripts/feeds
 [ ! -f feeds.conf ] && {

+ 2 - 0
devices/nanopi-r2s/diy.sh

@@ -22,6 +22,8 @@ sed -i '/;;/i\ethtool -K eth1 rx off tx off && logger -t disable-offloading "dis
 
 sed -i -e 's,kmod-r8169,kmod-r8168,g' target/linux/rockchip/image/armv8.mk
 
+sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += my-autocore-arm luci-app-cpufreq kmod-hwmon-pwmfan/' target/linux/rockchip/Makefile
+
 echo '
 CONFIG_ARM64_CRYPTO=y
 CONFIG_CRYPTO_AES_ARM64=y