2008-07-21 20:08:14 +03:00
|
|
|
#
|
2009-02-15 09:52:55 +02:00
|
|
|
# Copyright (C) 2008-2009 OpenWrt.org
|
2008-07-21 20:08:14 +03: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 17:30:13 +03:00
|
|
|
BOARDNAME:=Atheros AR71xx/AR7240/AR913x
|
2009-06-07 23:07:32 +03:00
|
|
|
FEATURES:=squashfs jffs2 tgz
|
2009-03-14 05:17:06 +02:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
2008-07-21 20:08:14 +03:00
|
|
|
|
2009-09-17 14:22:33 +03:00
|
|
|
LINUX_VERSION:=2.6.30.7
|
2008-07-21 20:08:14 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-02-28 20:47:43 +02:00
|
|
|
DEFAULT_PACKAGES += \
|
2009-08-19 22:09:22 +03:00
|
|
|
kmod-leds-gpio kmod-input-core kmod-input-polldev \
|
2009-02-28 20:47:43 +02:00
|
|
|
kmod-input-gpio-buttons kmod-button-hotplug
|
2008-07-21 20:08:14 +03:00
|
|
|
|
|
|
|
define Target/Description
|
2009-02-28 20:47:43 +02:00
|
|
|
Build firmware images for Atheros AR71xx/AR913x based boards.
|
2008-07-21 20:08:14 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|