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-05-21 17:45:46 +08:00
|
|
|
FEATURES:=squashfs targz mips16
|
2013-05-10 07:32:46 +08:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -fno-caller-saves -mno-branch-likely
|
2010-05-08 00:20:32 +08:00
|
|
|
SUBTARGETS:=generic nand
|
2008-07-22 01:08:14 +08:00
|
|
|
|
2013-05-27 00:02:31 +08:00
|
|
|
LINUX_VERSION:=3.8.13
|
2008-07-22 01:08:14 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-03-01 02:47:43 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
2012-03-08 17:00:17 +08:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug kmod-wdt-ath79 swconfig \
|
2012-03-28 03:37:59 +08:00
|
|
|
kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \
|
2011-12-04 00:33:40 +08:00
|
|
|
kmod-ath9k wpad-mini uboot-envtools
|
2008-07-22 01:08:14 +08:00
|
|
|
|
|
|
|
define Target/Description
|
2012-02-10 23:27:49 +08:00
|
|
|
Build firmware images for Atheros AR7xxx/AR9xxx based boards.
|
2008-07-22 01:08:14 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|