aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/generic/profiles/100-Annex-A.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-11 16:11:29 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-11 16:11:29 +0000
commitce15640628063f33bbffed09ba2408280c1ecdda (patch)
tree654dba73ea6d70ace452e89c5ee777d146c70c97 /target/linux/ar7/generic/profiles/100-Annex-A.mk
parentb1482bba0045c5e10aa3a15ff03f54fe1c376ef7 (diff)
downloadmaster-187ad058-ce15640628063f33bbffed09ba2408280c1ecdda.tar.gz
master-187ad058-ce15640628063f33bbffed09ba2408280c1ecdda.tar.bz2
master-187ad058-ce15640628063f33bbffed09ba2408280c1ecdda.zip
[ar7] create generic subtarget
Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34147 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/generic/profiles/100-Annex-A.mk')
-rw-r--r--target/linux/ar7/generic/profiles/100-Annex-A.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ar7/generic/profiles/100-Annex-A.mk b/target/linux/ar7/generic/profiles/100-Annex-A.mk
new file mode 100644
index 0000000000..3d74b5d7de
--- /dev/null
+++ b/target/linux/ar7/generic/profiles/100-Annex-A.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2009 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/Annex-A
+ NAME:=Annex-A DSL firmware (default)
+ PACKAGES:=kmod-sangam-atm-annex-a
+endef
+
+define Profile/Annex-A/Description
+ Package set compatible with Annex-A DSL lines (most countries).
+endef
+$(eval $(call Profile,Annex-A))
+