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