aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic/profiles/alfa.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-01 19:30:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-01 19:30:28 +0000
commitc3f617ef35b66020dd9f866dea9728a03e7de87d (patch)
treeb79a65e696c5c07ec66e6321a8fc345ed40940ab /target/linux/ar71xx/generic/profiles/alfa.mk
parent674aa341766506c3780de30ad8067be661f64946 (diff)
downloadmaster-187ad058-c3f617ef35b66020dd9f866dea9728a03e7de87d.tar.gz
master-187ad058-c3f617ef35b66020dd9f866dea9728a03e7de87d.tar.bz2
master-187ad058-c3f617ef35b66020dd9f866dea9728a03e7de87d.zip
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
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/alfa.mk')
-rw-r--r--target/linux/ar71xx/generic/profiles/alfa.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/alfa.mk b/target/linux/ar71xx/generic/profiles/alfa.mk
new file mode 100644
index 0000000000..6f56c4511f
--- /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))