aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/ase/profiles
diff options
context:
space:
mode:
authorTino Reichardt <milky-lede@mcmilk.de>2017-02-26 21:26:08 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2017-06-03 21:14:07 +0200
commit9b321bc60de3ee6f41fa5bcb6593e07399782714 (patch)
treee1ec66c7f3b1fdc18ad8b0748ce128af846b4017 /target/linux/lantiq/ase/profiles
parent1039e41deadd2d4f23b7b6ccdad28fbcc65cfdb4 (diff)
downloadupstream-9b321bc60de3ee6f41fa5bcb6593e07399782714.tar.gz
upstream-9b321bc60de3ee6f41fa5bcb6593e07399782714.tar.bz2
upstream-9b321bc60de3ee6f41fa5bcb6593e07399782714.zip
lantiq: add Amazon-SE subtarget
Re-Add support for the Amazon-SE subtarget on Lantiq. Signed-off-by: Tino Reichardt <milky-lede@mcmilk.de>
Diffstat (limited to 'target/linux/lantiq/ase/profiles')
-rw-r--r--target/linux/lantiq/ase/profiles/00-default.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/lantiq/ase/profiles/00-default.mk b/target/linux/lantiq/ase/profiles/00-default.mk
new file mode 100644
index 0000000000..26bc8b502b
--- /dev/null
+++ b/target/linux/lantiq/ase/profiles/00-default.mk
@@ -0,0 +1,9 @@
+define Profile/Default
+ NAME:=Default Profile
+ PRIORITY:=1
+endef
+
+define Profile/Default/Description
+ Default package set compatible with most boards.
+endef
+$(eval $(call Profile,Default))