1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00

Fix bpi-r64 and r7800 compilation

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-10-14 18:21:23 +02:00
parent 6ea0b8908a
commit e120659ff7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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