summaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-05-30 23:56:43 +0200
committerJohn Crispin <john@phrozen.org>2016-05-31 01:39:31 +0200
commit9dafab92bf03723b728dfec8ac8d2d12f56e74f7 (patch)
tree5316f72064ae58ddad26fc68dd36707379b8c087 /target/linux/ipq806x
parent1e152483deeddfdfb7af2c5411de21ad305e04f6 (diff)
downloadmaster-31e0f0ae-9dafab92bf03723b728dfec8ac8d2d12f56e74f7.tar.gz
master-31e0f0ae-9dafab92bf03723b728dfec8ac8d2d12f56e74f7.tar.bz2
master-31e0f0ae-9dafab92bf03723b728dfec8ac8d2d12f56e74f7.zip
ipq806x: add a default profile
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r--target/linux/ipq806x/profiles/00-default.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ipq806x/profiles/00-default.mk b/target/linux/ipq806x/profiles/00-default.mk
new file mode 100644
index 0000000000..26bc8b502b
--- /dev/null
+++ b/target/linux/ipq806x/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))