From adfe1a4686504ee558a3d4b1b863695910eba6b7 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 1 Jan 2012 19:30:28 +0000 Subject: ar71xx: build images for the ALFA Network N2/N5 boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/alfa.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/ar71xx/generic/profiles/alfa.mk (limited to 'target/linux/ar71xx/generic/profiles') diff --git a/target/linux/ar71xx/generic/profiles/alfa.mk b/target/linux/ar71xx/generic/profiles/alfa.mk new file mode 100644 index 000000000..6f56c4511 --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/alfa.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/ALFANX + NAME:=ALFA Network N2/N5 board + PACKAGES:= +endef + +define Profile/ALFANX/Description + Package set optimized for the ALFA Network N2/N5 boards. +endef + +$(eval $(call Profile,ALFANX)) -- cgit v1.2.3