aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xrx200/profiles/00-default.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-24 16:19:45 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 16:19:45 +0200
commitbc04f9796399f0a6f4bddcf61e81aefe0afc2c9f (patch)
treec3fde654e7d67c17a7d32f8a9408a46b4fff8b62 /target/linux/lantiq/xrx200/profiles/00-default.mk
parentf002934064b4090c4411977bcedc83d01cad2dfa (diff)
downloadmaster-187ad058-bc04f9796399f0a6f4bddcf61e81aefe0afc2c9f.tar.gz
master-187ad058-bc04f9796399f0a6f4bddcf61e81aefe0afc2c9f.tar.bz2
master-187ad058-bc04f9796399f0a6f4bddcf61e81aefe0afc2c9f.zip
lantiq: un-macro the image building code
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/xrx200/profiles/00-default.mk')
-rw-r--r--target/linux/lantiq/xrx200/profiles/00-default.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/00-default.mk b/target/linux/lantiq/xrx200/profiles/00-default.mk
new file mode 100644
index 0000000000..26bc8b502b
--- /dev/null
+++ b/target/linux/lantiq/xrx200/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))