2009-01-02 07:12:46 +02:00
|
|
|
#
|
2011-03-18 15:25:32 +02:00
|
|
|
# Copyright (C) 2006-2011 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
|
|
|
|
2012-06-05 09:57:51 +03:00
|
|
|
LINUX_VERSION:=3.3.8
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2011-04-11 06:26:58 +03:00
|
|
|
DEFAULT_PACKAGES += wpad-mini kmod-ath5k 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))
|