2008-07-22 01:08:14 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2008-07-22 01:08:14 +08: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 23:27:49 +08:00
|
|
|
BOARDNAME:=Atheros AR7xxx/AR9xxx
|
2013-10-30 14:54:59 +08:00
|
|
|
FEATURES:=mips16
|
2016-09-10 03:10:54 +08:00
|
|
|
CPU_TYPE:=24kc
|
2013-11-05 02:37:08 +08:00
|
|
|
SUBTARGETS:=generic nand mikrotik
|
2008-07-22 01:08:14 +08:00
|
|
|
|
2016-05-15 02:24:47 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2008-07-22 01:08:14 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-03-01 02:47:43 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
2014-04-07 18:44:52 +08:00
|
|
|
kmod-gpio-button-hotplug swconfig \
|
2011-12-04 00:33:40 +08:00
|
|
|
kmod-ath9k wpad-mini uboot-envtools
|
2008-07-22 01:08:14 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|