mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix BPI-R64 build
This commit is contained in:
parent
b497794b19
commit
a19f22d445
2 changed files with 20 additions and 0 deletions
|
@ -15,3 +15,4 @@ CONFIG_CRYPTO_SHA2_ARM_CE=y
|
||||||
CONFIG_CRYPTO_GHASH_ARM_CE=y
|
CONFIG_CRYPTO_GHASH_ARM_CE=y
|
||||||
CONFIG_CRYPTO_AES_ARM=y
|
CONFIG_CRYPTO_AES_ARM=y
|
||||||
CONFIG_CRYPTO_AES_ARM_CE=y
|
CONFIG_CRYPTO_AES_ARM_CE=y
|
||||||
|
CONFIG_TARGET_ROOTFS_PARTSIZE=900
|
19
root/target/linux/mediatek/Makefile
Normal file
19
root/target/linux/mediatek/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Copyright (c) 2015 OpenWrt.org
|
||||||
|
#
|
||||||
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
ARCH:=arm
|
||||||
|
BOARD:=mediatek
|
||||||
|
BOARDNAME:=MediaTek Ralink ARM
|
||||||
|
SUBTARGETS:=mt7622 mt7623 mt7629
|
||||||
|
#FEATURES:=squashfs nand ramdisk fpu
|
||||||
|
FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
|
||||||
|
|
||||||
|
KERNEL_PATCHVER:=5.4
|
||||||
|
KERNEL_TESTING_PATCHVER:=5.4
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
DEFAULT_PACKAGES += \
|
||||||
|
kmod-leds-gpio kmod-gpio-button-hotplug
|
||||||
|
|
||||||
|
$(eval $(call BuildTarget))
|
Loading…
Add table
Add a link
Reference in a new issue