1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix arm64 kernel options

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-31 09:53:32 +01:00
parent e6a48b1cc8
commit c09ea7be12
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@ CONFIG_TARGET_mediatek_mt7622_DEVICE_bpi_bananapi-r64=y
CONFIG_PACKAGE_uboot-mediatek=y CONFIG_PACKAGE_uboot-mediatek=y
CONFIG_PACKAGE_uboot-envtools=y CONFIG_PACKAGE_uboot-envtools=y
CONFIG_PACKAGE_mt7622-preloader=y CONFIG_PACKAGE_mt7622-preloader=y
CONFIG_KERNEL_ARM_MODULE_PLTS=y CONFIG_KERNEL_ARM64_MODULE_PLTS=y

View file

@ -5,4 +5,4 @@ CONFIG_PACKAGE_kmod-ath10k-ct=n
CONFIG_PACKAGE_kmod-ath9k=y CONFIG_PACKAGE_kmod-ath9k=y
CONFIG_PACKAGE_bcm27xx-eeprom=y CONFIG_PACKAGE_bcm27xx-eeprom=y
CONFIG_PACKAGE_bcm27xx-userland=y CONFIG_PACKAGE_bcm27xx-userland=y
CONFIG_KERNEL_ARM_MODULE_PLTS=y CONFIG_KERNEL_ARM64_MODULE_PLTS=y