Initial commit
This commit is contained in:
18
target/linux/ath79/tiny/config-default
Normal file
18
target/linux/ath79/tiny/config-default
Normal file
@@ -0,0 +1,18 @@
|
||||
CONFIG_BLK_MQ_PCI=y
|
||||
CONFIG_LEDS_RESET=y
|
||||
CONFIG_NET_DSA=y
|
||||
CONFIG_NET_DSA_MV88E6060=y
|
||||
CONFIG_NET_DSA_TAG_TRAILER=y
|
||||
CONFIG_NET_SWITCHDEV=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))
|
||||
8
target/linux/ath79/tiny/target.mk
Normal file
8
target/linux/ath79/tiny/target.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
BOARDNAME:=Devices with small flash
|
||||
FEATURES += squashfs small_flash
|
||||
|
||||
DEFAULT_PACKAGES += wpad-mini
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
|
||||
endef
|
||||
Reference in New Issue
Block a user