|
@@ -25,7 +25,9 @@ sed -i -e '$a /etc/sysupgrade.conf' \
|
|
|
-e '/\/etc\/profile/d' \
|
|
|
-e '/\/etc\/shinit/d' \
|
|
|
package/base-files/files/lib/upgrade/keep.d/base-files-essential
|
|
|
-sed -i '/^\/etc\/profile/d' package/base-files/Makefile
|
|
|
+sed -i -e '/^\/etc\/profile/d' \
|
|
|
+ -e '/^\/etc\/shinit/d' \
|
|
|
+ package/base-files/Makefile
|
|
|
# find target/linux/x86 -name "config*" -exec bash -c 'cat kernel.conf >> "{}"' \;
|
|
|
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-*"`
|