2009-01-02 07:12:46 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2006-12-25 10:05:48 +02: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:=atheros
|
2009-05-04 14:42:49 +03:00
|
|
|
BOARDNAME:=Atheros AR231x/AR5312
|
2008-05-11 23:01:01 +03:00
|
|
|
FEATURES:=squashfs jffs2
|
2006-12-25 10:05:48 +02:00
|
|
|
|
2009-12-04 16:52:45 +02:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-01-23 19:21:18 +02:00
|
|
|
DEFAULT_PACKAGES += wpad-mini kmod-madwifi gpioctl swconfig
|
2007-09-08 22:55:42 +03:00
|
|
|
|
2006-12-25 10:05:48 +02:00
|
|
|
define Target/Description
|
2007-03-02 03:38:07 +02:00
|
|
|
Build firmware images for Atheros SoC boards
|
2006-12-25 10:05:48 +02:00
|
|
|
endef
|
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|