2008-07-22 01:08:14 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2008-2011 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
|
2011-04-08 04:53:14 +08:00
|
|
|
BOARDNAME:=Atheros AR71xx/AR7240/AR913x/AR934x
|
2010-04-28 22:47:43 +08:00
|
|
|
FEATURES:=squashfs jffs2 targz
|
2011-03-26 09:07:12 +08:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
|
2010-05-08 00:20:32 +08:00
|
|
|
SUBTARGETS:=generic nand
|
2008-07-22 01:08:14 +08:00
|
|
|
|
2011-08-17 06:04:10 +08:00
|
|
|
LINUX_VERSION:=2.6.39.4
|
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 \
|
2011-09-06 02:37:48 +08:00
|
|
|
kmod-input-gpio-keys-polled kmod-button-hotplug swconfig \
|
|
|
|
kmod-ath9k wpad-mini
|
2008-07-22 01:08:14 +08:00
|
|
|
|
|
|
|
define Target/Description
|
2011-04-08 04:53:14 +08:00
|
|
|
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards.
|
2008-07-22 01:08:14 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|