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
|
2011-04-07 20:53:14 +00:00
|
|
|
BOARDNAME:=Atheros AR71xx/AR7240/AR913x/AR934x
|
2010-04-28 14:47:43 +00:00
|
|
|
FEATURES:=squashfs jffs2 targz
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
|
2010-05-07 16:20:32 +00:00
|
|
|
SUBTARGETS:=generic nand
|
2008-07-21 17:08:14 +00:00
|
|
|
|
2011-04-03 13:59:07 +00:00
|
|
|
LINUX_VERSION:=2.6.37.6
|
2008-07-21 17:08:14 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-02-28 18:47:43 +00:00
|
|
|
DEFAULT_PACKAGES += \
|
2009-08-19 19:09:22 +00:00
|
|
|
kmod-leds-gpio kmod-input-core kmod-input-polldev \
|
2011-04-12 09:29:21 +00:00
|
|
|
kmod-input-gpio-keys-polled kmod-button-hotplug swconfig
|
2008-07-21 17:08:14 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2011-04-07 20:53:14 +00:00
|
|
|
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards.
|
2008-07-21 17:08:14 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|