Initial commit
This commit is contained in:
19
target/linux/ath79/Makefile
Normal file
19
target/linux/ath79/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
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))
|
||||
Reference in New Issue
Block a user