projects
/
oweals
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
treewide: sysupgrade: don't use $ARGV in platform_do_upgrade()
[oweals/openwrt.git]
/
target
/
linux
/
ath79
/
Makefile
1
include $(TOPDIR)/rules.mk
2
3
ARCH:=mips
4
BOARD:=ath79
5
BOARDNAME:=Atheros ATH79 (DTS)
6
CPU_TYPE:=24kc
7
SUBTARGETS:=generic nand tiny
8
9
FEATURES:=ramdisk
10
11
KERNEL_PATCHVER:=4.14
12
13
include $(INCLUDE_DIR)/target.mk
14
15
DEFAULT_PACKAGES += \
16
kmod-gpio-button-hotplug swconfig \
17
kmod-ath9k uboot-envtools
18
19
$(eval $(call BuildTarget))