Initial commit
This commit is contained in:
12
target/linux/lantiq/falcon/config-4.14
Normal file
12
target/linux/lantiq/falcon/config-4.14
Normal file
@@ -0,0 +1,12 @@
|
||||
# CONFIG_MFD_CORE is not set
|
||||
CONFIG_MTD_NAND=y
|
||||
CONFIG_MTD_NAND_ECC=y
|
||||
CONFIG_MTD_SPLIT_FIRMWARE_NAME="linux"
|
||||
CONFIG_PINCTRL_FALCON=y
|
||||
# CONFIG_PSB6970_PHY is not set
|
||||
# CONFIG_RESET_LANTIQ is not set
|
||||
# CONFIG_RTL8366_SMI is not set
|
||||
CONFIG_SOC_FALCON=y
|
||||
# CONFIG_SOC_TYPE_XWAY is not set
|
||||
# CONFIG_SOC_XWAY is not set
|
||||
CONFIG_SPI_FALCON=y
|
||||
9
target/linux/lantiq/falcon/profiles/00-default.mk
Normal file
9
target/linux/lantiq/falcon/profiles/00-default.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
define Profile/Default
|
||||
NAME:=Default Profile
|
||||
PRIORITY:=1
|
||||
endef
|
||||
|
||||
define Profile/Default/Description
|
||||
Default package set compatible with most boards.
|
||||
endef
|
||||
$(eval $(call Profile,Default))
|
||||
13
target/linux/lantiq/falcon/target.mk
Normal file
13
target/linux/lantiq/falcon/target.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
ARCH:=mips
|
||||
SUBTARGET:=falcon
|
||||
BOARDNAME:=Falcon
|
||||
FEATURES:=squashfs nand
|
||||
CPU_TYPE:=24kc
|
||||
|
||||
DEFAULT_PACKAGES+= kmod-leds-gpio \
|
||||
kmod-gpio-button-hotplug \
|
||||
kmod-ledtrig-heartbeat
|
||||
|
||||
define Target/Description
|
||||
Lantiq Falcon
|
||||
endef
|
||||
Reference in New Issue
Block a user