ath79: add tiny subtarget
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
This commit is contained in:
committed by
John Crispin
parent
e5ff84d1f0
commit
fc8360aa16
14
target/linux/ath79/tiny/config-default
Normal file
14
target/linux/ath79/tiny/config-default
Normal file
@@ -0,0 +1,14 @@
|
||||
CONFIG_BLK_MQ_PCI=y
|
||||
CONFIG_LEDS_RESET=y
|
||||
CONFIG_OF_ADDRESS_PCI=y
|
||||
CONFIG_OF_PCI=y
|
||||
CONFIG_OF_PCI_IRQ=y
|
||||
CONFIG_PCI=y
|
||||
CONFIG_PCI_AR71XX=y
|
||||
CONFIG_PCI_AR724X=y
|
||||
CONFIG_PCI_DISABLE_COMMON_QUIRKS=y
|
||||
CONFIG_PCI_DOMAINS=y
|
||||
CONFIG_PHY_AR7100_USB=y
|
||||
CONFIG_PHY_AR7200_USB=y
|
||||
CONFIG_REGULATOR=y
|
||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
||||
9
target/linux/ath79/tiny/profiles/00-default.mk
Normal file
9
target/linux/ath79/tiny/profiles/00-default.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
define Profile/Default
|
||||
NAME:=Default Profile (all drivers)
|
||||
PRIORITY := 1
|
||||
endef
|
||||
|
||||
define Profile/Default/Description
|
||||
Default package set compatible with most boards.
|
||||
endef
|
||||
$(eval $(call Profile,Default))
|
||||
6
target/linux/ath79/tiny/target.mk
Normal file
6
target/linux/ath79/tiny/target.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
BOARDNAME:=Devices with small flash
|
||||
FEATURES += squashfs small_flash
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
|
||||
endef
|
||||
Reference in New Issue
Block a user