mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 03:11:55 +00:00
Fix bpi-r64 and r7800 compilation
This commit is contained in:
parent
6ea0b8908a
commit
e120659ff7
2 changed files with 2 additions and 2 deletions
2
build.sh
2
build.sh
|
@ -457,7 +457,7 @@ if [ -f target/linux/bcm27xx/patches-5.15/950-0019-drm-vc4-select-PM.patch ]; th
|
|||
rm -f target/linux/bcm27xx/patches-5.15/950-0019-drm-vc4-select-PM.patch
|
||||
fi
|
||||
if [ -f target/linux/ipq806x/patches-5.4/0063-2-tsens-support-configurable-interrupts.patch ]; then
|
||||
rm -f target/linux/ipq806x/patches-5.4/0063-2-tsens-support-configurable-interrupts.patch
|
||||
rm -f target/linux/ipq806x/patches-5.4/0063-*
|
||||
fi
|
||||
#if [ -f target/linux/ipq40xx/patches-5.4/100-GPIO-add-named-gpio-exports.patch ]; then
|
||||
# rm -f target/linux/ipq40xx/patches-5.4/100-GPIO-add-named-gpio-exports.patch
|
||||
|
|
|
@ -16,4 +16,4 @@ CONFIG_CRYPTO_GHASH_ARM_CE=y
|
|||
CONFIG_CRYPTO_AES_ARM=y
|
||||
CONFIG_CRYPTO_AES_ARM_CE=y
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=900
|
||||
CONFIG_TARGET_ROOTFS_INITRAMFS=y
|
||||
# CONFIG_TARGET_ROOTFS_INITRAMFS is not set
|
||||
|
|
Loading…
Reference in a new issue