diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2012-04-20 13:33:01 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2012-04-20 13:33:01 +0000 |
commit | 701309ec11337125fa2a6e61739ffe4d1c43854e (patch) | |
tree | 36bc483b64db3684dc9e293db51482988e438419 /target/linux/at91/9260/profiles/000-flexibity-minimal.mk | |
parent | 3ac08ca653750f8414f41978c8246c31069605a0 (diff) | |
download | upstream-701309ec11337125fa2a6e61739ffe4d1c43854e.tar.gz upstream-701309ec11337125fa2a6e61739ffe4d1c43854e.tar.bz2 upstream-701309ec11337125fa2a6e61739ffe4d1c43854e.zip |
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.mk | 18 |
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 0000000000..f8e7a65143 --- /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)) + |