d6e92b18d9
Remove the source-only flag from ath79, its supposed to replace ar71xx after next stable release but buildbots are not currently generating images for it. So in order to expand testing as much as possible and prepare for moving to ath79 lets enable the buildbots to actually build the target. Signed-off-by: Robert Marko <robimarko@gmail.com>
19 lines
320 B
Makefile
19 lines
320 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mips
|
|
BOARD:=ath79
|
|
BOARDNAME:=Atheros ATH79 (DTS)
|
|
CPU_TYPE:=24kc
|
|
SUBTARGETS:=generic nand tiny
|
|
|
|
FEATURES:=ramdisk
|
|
|
|
KERNEL_PATCHVER:=4.14
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug swconfig \
|
|
kmod-ath9k uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|