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