diff options
author | John Crispin <john@phrozen.org> | 2016-05-30 23:56:43 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-31 01:39:31 +0200 |
commit | 9dafab92bf03723b728dfec8ac8d2d12f56e74f7 (patch) | |
tree | 5316f72064ae58ddad26fc68dd36707379b8c087 /target | |
parent | 1e152483deeddfdfb7af2c5411de21ad305e04f6 (diff) | |
download | upstream-9dafab92bf03723b728dfec8ac8d2d12f56e74f7.tar.gz upstream-9dafab92bf03723b728dfec8ac8d2d12f56e74f7.tar.bz2 upstream-9dafab92bf03723b728dfec8ac8d2d12f56e74f7.zip |
ipq806x: add a default profile
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq806x/profiles/00-default.mk | 9 |
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)) |