2009-01-02 13:12:46 +08:00
|
|
|
#
|
2013-05-02 19:46:53 +08:00
|
|
|
# Copyright (C) 2006-2013 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
|
2009-05-04 19:42:49 +08:00
|
|
|
BOARDNAME:=Atheros AR231x/AR5312
|
2014-09-10 21:50:10 +08:00
|
|
|
FEATURES:=squashfs low_mem
|
2006-12-25 16:05:48 +08:00
|
|
|
|
2014-10-25 03:34:02 +08:00
|
|
|
KERNEL_PATCHVER:=3.14
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2013-05-02 19:46:53 +08:00
|
|
|
DEFAULT_PACKAGES += wpad-mini kmod-ath5k swconfig kmod-gpio-button-hotplug
|
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))
|