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