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