From 217d24ebbde38fa1bb46170b66b37fdffe2800dd Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 3 Sep 2010 18:14:43 +0000 Subject: ar71xx: build firmware images for the Zcomax boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22884 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 000000000..8b99e3bef --- /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