|
@@ -9,7 +9,7 @@ echo "$(date +"%s")" >version.date
|
|
sed -i '/$(curdir)\/compile:/c\$(curdir)/compile: package/opkg/host/compile' package/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-upnp luci-app-autoreboot \
|
|
sed -i "s/DEFAULT_PACKAGES:=/DEFAULT_PACKAGES:=luci-app-advanced luci-app-firewall luci-app-gpsysupgrade luci-app-opkg luci-app-upnp luci-app-autoreboot \
|
|
luci-app-wizard luci-base luci-compat luci-lib-ipkg luci-lib-fs \
|
|
luci-app-wizard luci-base luci-compat luci-lib-ipkg luci-lib-fs \
|
|
-coremark wget-ssl curl htop nano zram-swap kmod-lib-zstd kmod-tcp-bbr bash openssh-sftp-server /" include/target.mk
|
|
|
|
|
|
+coremark wget-ssl curl htop nano zram-swap kmod-lib-zstd kmod-tcp-bbr bash openssh-sftp-server block-mount /" include/target.mk
|
|
sed -i "s/procd-ujail//" include/target.mk
|
|
sed -i "s/procd-ujail//" include/target.mk
|
|
|
|
|
|
sed -i '/ refresh_config();/d' scripts/feeds
|
|
sed -i '/ refresh_config();/d' scripts/feeds
|
|
@@ -47,6 +47,16 @@ sed -i 's/max_requests 3/max_requests 20/g' package/network/services/uhttpd/file
|
|
#rm -rf ./feeds/packages/lang/{golang,node}
|
|
#rm -rf ./feeds/packages/lang/{golang,node}
|
|
sed -i "s/tty\(0\|1\)::askfirst/tty\1::respawn/g" target/linux/*/base-files/etc/inittab
|
|
sed -i "s/tty\(0\|1\)::askfirst/tty\1::respawn/g" target/linux/*/base-files/etc/inittab
|
|
|
|
|
|
|
|
+sed -i '$a CONFIG_ACPI=y\nCONFIG_X86_ACPI_CPUFREQ=y\nCONFIG_NR_CPUS=128\nCONFIG_FAT_DEFAULT_IOCHARSET="utf8"\nCONFIG_CRYPTO_CHACHA20_NEON=y\n \
|
|
|
|
+CONFIG_CRYPTO_CHACHA20POLY1305=y\nCONFIG_BINFMT_MISC=y' `find target/linux -path "target/linux/*/config-*"`
|
|
|
|
+
|
|
|
|
+sed -i '$a \
|
|
|
|
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y \
|
|
|
|
+CONFIG_CPU_FREQ_GOV_USERSPACE=y \
|
|
|
|
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y \
|
|
|
|
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y \
|
|
|
|
+' `find target/linux -path "target/linux/*/config-*"`
|
|
|
|
+
|
|
date=`date +%m.%d.%Y`
|
|
date=`date +%m.%d.%Y`
|
|
sed -i -e "/\(# \)\?REVISION:=/c\REVISION:=$date" -e '/VERSION_CODE:=/c\VERSION_CODE:=$(REVISION)' include/version.mk
|
|
sed -i -e "/\(# \)\?REVISION:=/c\REVISION:=$date" -e '/VERSION_CODE:=/c\VERSION_CODE:=$(REVISION)' include/version.mk
|
|
|
|
|