mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:09:43 +02:00
[lantiq] add subtarget, as of 3.6 we dont seperate xway SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34062 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4f2c17075b
commit
0681421b1a
18
target/linux/lantiq/xway/config-default
Normal file
18
target/linux/lantiq/xway/config-default
Normal file
@ -0,0 +1,18 @@
|
||||
CONFIG_ADM6996_PHY=y
|
||||
CONFIG_AR8216_PHY=y
|
||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
||||
CONFIG_INPUT=y
|
||||
CONFIG_INPUT_EVDEV=y
|
||||
CONFIG_INPUT_POLLDEV=y
|
||||
# CONFIG_ISDN is not set
|
||||
CONFIG_MTD_NAND=y
|
||||
CONFIG_MTD_NAND_ECC=y
|
||||
CONFIG_MTD_NAND_PLATFORM=y
|
||||
CONFIG_MTD_NAND_XWAY=y
|
||||
# CONFIG_MTD_PHYSMAP_OF is not set
|
||||
# CONFIG_MTD_SM_COMMON is not set
|
||||
# CONFIG_PROC_DEVICETREE is not set
|
||||
CONFIG_RTL8306_PHY=y
|
||||
CONFIG_SPI=y
|
||||
CONFIG_SPI_MASTER=y
|
||||
CONFIG_USB_SUPPORT=y
|
19
target/linux/lantiq/xway/profiles/001-lantiq.mk
Normal file
19
target/linux/lantiq/xway/profiles/001-lantiq.mk
Normal file
@ -0,0 +1,19 @@
|
||||
define Profile/EASY80920-NOR
|
||||
NAME:=EASY80920-NOR
|
||||
endef
|
||||
|
||||
define Profile/EASY80920-NOR/Description
|
||||
Lantiq EASY80920 evalkit (NOR)
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,EASY80920-NOR))
|
||||
|
||||
define Profile/EASY80920-NAND
|
||||
NAME:=EASY80920-NAND
|
||||
endef
|
||||
|
||||
define Profile/EASY80920-NAND/Description
|
||||
Lantiq EASY80920 evalkit (NAND)
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,EASY80920-NAND))
|
10
target/linux/lantiq/xway/target.mk
Normal file
10
target/linux/lantiq/xway/target.mk
Normal file
@ -0,0 +1,10 @@
|
||||
ARCH:=mips
|
||||
SUBTARGET:=xway
|
||||
BOARDNAME:=XWAY
|
||||
FEATURES:=squashfs jffs2 atm
|
||||
|
||||
DEFAULT_PACKAGES+=swconfig kmod-leds-gpio kmod-button-hotplug
|
||||
|
||||
define Target/Description
|
||||
Lantiq XWAY
|
||||
endef
|
Loading…
Reference in New Issue
Block a user