You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
509 B
25 lines
509 B
16 years ago
|
#
|
||
12 years ago
|
# Copyright (C) 2006-2013 OpenWrt.org
|
||
18 years ago
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
ARCH:=mips
|
||
10 years ago
|
BOARD:=ath25
|
||
16 years ago
|
BOARDNAME:=Atheros AR231x/AR5312
|
||
11 years ago
|
FEATURES:=squashfs low_mem
|
||
18 years ago
|
|
||
10 years ago
|
KERNEL_PATCHVER:=3.18
|
||
18 years ago
|
|
||
18 years ago
|
include $(INCLUDE_DIR)/target.mk
|
||
|
|
||
12 years ago
|
DEFAULT_PACKAGES += wpad-mini kmod-ath5k swconfig kmod-gpio-button-hotplug
|
||
18 years ago
|
|
||
18 years ago
|
define Target/Description
|
||
18 years ago
|
Build firmware images for Atheros SoC boards
|
||
18 years ago
|
endef
|
||
|
|
||
18 years ago
|
$(eval $(call BuildTarget))
|