mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add a directory by kernel instead of a common root, add qnap-301w and rpi4 kernel 6.1 suppport
This commit is contained in:
parent
e910436a7a
commit
46837ec4c0
9459 changed files with 362648 additions and 116345 deletions
6
5.4/target/linux/ipq60xx/ipq60xx_32/config-default
Normal file
6
5.4/target/linux/ipq60xx/ipq60xx_32/config-default
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_ARCH_IPQ6018=y
|
||||
CONFIG_ARCH_MMAP_RND_BITS=8
|
||||
CONFIG_PCIE_DW_PLAT=y
|
||||
# CONFIG_USB_QCOM_DIAG_BRIDGE is not set
|
||||
CONFIG_VMSPLIT_2G=y
|
||||
# CONFIG_VMSPLIT_3G is not set
|
13
5.4/target/linux/ipq60xx/ipq60xx_32/target.mk
Normal file
13
5.4/target/linux/ipq60xx/ipq60xx_32/target.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
ARCH:=arm
|
||||
SUBTARGET:=ipq60xx_32
|
||||
BOARDNAME:=QTI IPQ60xx(32bit) based boards
|
||||
CPU_TYPE:=cortex-a7
|
||||
|
||||
DEFAULT_PACKAGES += \
|
||||
uboot-2016-ipq6018 uboot-2016-ipq6018_tiny lk-ipq6018 \
|
||||
fwupgrade-tools
|
||||
|
||||
define Target/Description
|
||||
Build firmware image for IPQ60xx SoC devices.
|
||||
endef
|
Loading…
Add table
Add a link
Reference in a new issue