2008-07-21 17:08:14 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2008-07-21 17:08:14 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mips
|
|
|
|
BOARD:=ar71xx
|
2012-02-10 15:27:49 +00:00
|
|
|
BOARDNAME:=Atheros AR7xxx/AR9xxx
|
2016-12-30 15:06:43 +00:00
|
|
|
FEATURES:=mips16 usbgadget
|
2016-09-09 19:10:54 +00:00
|
|
|
CPU_TYPE:=24kc
|
2013-11-04 18:37:08 +00:00
|
|
|
SUBTARGETS:=generic nand mikrotik
|
2008-07-21 17:08:14 +00:00
|
|
|
|
2016-05-14 18:24:47 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2008-07-21 17:08:14 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-02-28 18:47:43 +00:00
|
|
|
DEFAULT_PACKAGES += \
|
2014-04-07 10:44:52 +00:00
|
|
|
kmod-gpio-button-hotplug swconfig \
|
2011-12-03 16:33:40 +00:00
|
|
|
kmod-ath9k wpad-mini uboot-envtools
|
2008-07-21 17:08:14 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|