2008-07-22 01:08:14 +08:00
|
|
|
#
|
2010-01-29 20:19:31 +08:00
|
|
|
# Copyright (C) 2008-2010 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
|
2009-07-11 22:30:13 +08:00
|
|
|
BOARDNAME:=Atheros AR71xx/AR7240/AR913x
|
2009-06-08 04:07:32 +08:00
|
|
|
FEATURES:=squashfs jffs2 tgz
|
2009-03-14 11:17:06 +08:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
2008-07-22 01:08:14 +08:00
|
|
|
|
2010-03-26 18:45:25 +08:00
|
|
|
LINUX_VERSION:=2.6.32.10
|
2008-07-22 01:08:14 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-03-01 02:47:43 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
2009-08-20 03:09:22 +08:00
|
|
|
kmod-leds-gpio kmod-input-core kmod-input-polldev \
|
2010-01-18 17:01:49 +08:00
|
|
|
kmod-input-gpio-buttons kmod-button-hotplug swconfig
|
2008-07-22 01:08:14 +08:00
|
|
|
|
|
|
|
define Target/Description
|
2009-03-01 02:47:43 +08:00
|
|
|
Build firmware images for Atheros AR71xx/AR913x based boards.
|
2008-07-22 01:08:14 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|