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
|
2015-03-13 11:02:28 +08:00
|
|
|
BOARD:=ath25
|
2009-05-04 19:42:49 +08:00
|
|
|
BOARDNAME:=Atheros AR231x/AR5312
|
2016-06-14 03:37:20 +08:00
|
|
|
FEATURES:=squashfs low_mem small_flash
|
2015-03-13 11:02:34 +08:00
|
|
|
MAINTAINER:=Sergey Ryazanov <ryazanov.s.a@gmail.com>
|
2006-12-25 16:05:48 +08:00
|
|
|
|
2016-05-16 15:52:24 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
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))
|