2008-07-21 20:08:14 +03:00
|
|
|
#
|
2010-01-29 14:19:31 +02:00
|
|
|
# Copyright (C) 2008-2010 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
|
|
|
|
2010-02-28 12:16:47 +02:00
|
|
|
LINUX_VERSION:=2.6.32.9
|
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 \
|
2010-01-18 11:01:49 +02:00
|
|
|
kmod-input-gpio-buttons kmod-button-hotplug swconfig
|
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))
|