summaryrefslogtreecommitdiff
path: root/target/linux/at91/9260/profiles/000-flexibity-minimal.mk
diff options
context:
space:
mode:
authorClaudio Mignanti <c.mignanti@gmail.com>2012-04-20 13:33:01 +0000
committerClaudio Mignanti <c.mignanti@gmail.com>2012-04-20 13:33:01 +0000
commit701309ec11337125fa2a6e61739ffe4d1c43854e (patch)
tree36bc483b64db3684dc9e293db51482988e438419 /target/linux/at91/9260/profiles/000-flexibity-minimal.mk
parent3ac08ca653750f8414f41978c8246c31069605a0 (diff)
downloadmtk-20170518-701309ec11337125fa2a6e61739ffe4d1c43854e.zip
mtk-20170518-701309ec11337125fa2a6e61739ffe4d1c43854e.tar.gz
mtk-20170518-701309ec11337125fa2a6e61739ffe4d1c43854e.tar.bz2
Reorganize the subtargets, group subtargets per cpu family
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> SVN-Revision: 31372
Diffstat (limited to 'target/linux/at91/9260/profiles/000-flexibity-minimal.mk')
-rw-r--r--target/linux/at91/9260/profiles/000-flexibity-minimal.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/at91/9260/profiles/000-flexibity-minimal.mk b/target/linux/at91/9260/profiles/000-flexibity-minimal.mk
new file mode 100644
index 0000000..f8e7a65
--- /dev/null
+++ b/target/linux/at91/9260/profiles/000-flexibity-minimal.mk
@@ -0,0 +1,18 @@
+#
+# Copyright (C) 20011-2012 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/flexibity-minimal
+ NAME:=Flexibity Connect (minimal)
+ PACKAGES:=
+endef
+
+define Profile/flexibity-minimal/Description
+ Minimal packages set for the Flexibity Connect device.
+endef
+
+$(eval $(call Profile,flexibity-minimal))
+