53c474abbd
This target aims to replace ar71xx mid-term. The big part that is still missing is making the MMIO/AHB wifi work using OF. NAND and mikrotik subtargets will follow. Signed-off-by: John Crispin <john@phrozen.org>
19 lines
332 B
Makefile
19 lines
332 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mips
|
|
BOARD:=ath79
|
|
BOARDNAME:=Atheros ATH79 (DTS)
|
|
CPU_TYPE:=24kc
|
|
SUBTARGETS:=generic
|
|
|
|
FEATURES:=ramdisk source-only
|
|
|
|
KERNEL_PATCHVER:=4.14
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug swconfig \
|
|
kmod-ath9k wpad-mini uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|