2008-07-21 17:08:14 +00:00
|
|
|
#
|
2009-02-15 07:52:55 +00:00
|
|
|
# Copyright (C) 2008-2009 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-02-26 20:01:35 +00:00
|
|
|
BOARDNAME:=Atheros AR71xx/AR913x
|
2008-10-13 15:34:39 +00:00
|
|
|
FEATURES:=squashfs tgz
|
2009-03-14 03:17:06 +00:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
2008-07-21 17:08:14 +00:00
|
|
|
|
2009-03-24 15:06:53 +00:00
|
|
|
LINUX_VERSION:=2.6.28.9
|
2008-07-21 17:08:14 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-02-28 18:47:43 +00:00
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
kmod-gpio-leds kmod-input-core kmod-input-polldev \
|
|
|
|
kmod-input-gpio-buttons kmod-button-hotplug
|
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))
|