2009-01-02 13:12:46 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2006-12-25 16:05:48 +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:=atheros
|
2008-04-29 00:28:29 +08:00
|
|
|
BOARDNAME:=Atheros 231x/5312
|
2008-05-12 04:01:01 +08:00
|
|
|
FEATURES:=squashfs jffs2
|
2006-12-25 16:05:48 +08:00
|
|
|
|
2009-03-24 23:06:53 +08:00
|
|
|
LINUX_VERSION:=2.6.28.9
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-01-02 13:12:46 +08:00
|
|
|
DEFAULT_PACKAGES += hostapd-mini kmod-madwifi gpioctl
|
2007-09-09 03:55:42 +08:00
|
|
|
|
2006-12-25 16:05:48 +08:00
|
|
|
define Target/Description
|
2007-03-02 09:38:07 +08:00
|
|
|
Build firmware images for Atheros SoC boards
|
2006-12-25 16:05:48 +08:00
|
|
|
endef
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|