2008-07-21 17:08:14 +00:00
|
|
|
#
|
2010-01-29 12:19:31 +00:00
|
|
|
# Copyright (C) 2008-2010 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
|
2009-07-11 14:30:13 +00:00
|
|
|
BOARDNAME:=Atheros AR71xx/AR7240/AR913x
|
2010-04-28 14:47:43 +00:00
|
|
|
FEATURES:=squashfs jffs2 targz
|
2009-03-14 03:17:06 +00:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
2010-05-07 16:20:32 +00:00
|
|
|
SUBTARGETS:=generic nand
|
2008-07-21 17:08:14 +00:00
|
|
|
|
2010-12-11 16:07:21 +00:00
|
|
|
LINUX_VERSION:=2.6.32.27
|
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 \
|
2010-01-18 09:01:49 +00:00
|
|
|
kmod-input-gpio-buttons kmod-button-hotplug swconfig
|
2008-07-21 17:08:14 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2009-02-28 18:47:43 +00:00
|
|
|
Build firmware images for Atheros AR71xx/AR913x based boards.
|
2008-07-21 17:08:14 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|