From fcfe56924b2e96da41aa365ec1d0c60cd9ec797a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 3 Sep 2010 18:14:43 +0000 Subject: ar71xx: build firmware images for the Zcomax boards SVN-Revision: 22884 --- target/linux/ar71xx/generic/profiles/zcomax.mk | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 target/linux/ar71xx/generic/profiles/zcomax.mk (limited to 'target/linux/ar71xx/generic/profiles/zcomax.mk') diff --git a/target/linux/ar71xx/generic/profiles/zcomax.mk b/target/linux/ar71xx/generic/profiles/zcomax.mk new file mode 100644 index 0000000000..8b99e3bef8 --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/zcomax.mk @@ -0,0 +1,28 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/ZCN1523H28 + NAME:=Zcomax ZCN-1523H-2-8 + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/ZCN1523H28/Description + Package set optimized for the Zcomax ZCN-1523H-2-8 board. +endef + +$(eval $(call Profile,ZCN1523H28)) + +define Profile/ZCN1523H516 + NAME:=Zcomax ZCN-1523H-5-16 + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/ZCN1523H516/Description + Package set optimized for the Zcomax ZCN-1523H-5-16 board. +endef + +$(eval $(call Profile,ZCN1523H516)) -- cgit v1.2.3