2006-12-25 10:05:48 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# 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 19:28:29 +03:00
|
|
|
BOARDNAME:=Atheros 231x/5312
|
2008-05-11 23:01:01 +03:00
|
|
|
FEATURES:=squashfs jffs2
|
2006-12-25 10:05:48 +02:00
|
|
|
|
2008-10-23 12:16:00 +03:00
|
|
|
LINUX_VERSION:=2.6.26.7
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-10-23 18:16:12 +03:00
|
|
|
DEFAULT_PACKAGES += kmod-madwifi gpioctl
|
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))
|