From: John Crispin Date: Mon, 30 May 2016 21:56:43 +0000 (+0200) Subject: ipq806x: add a default profile X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9dafab92bf03723b728dfec8ac8d2d12f56e74f7;p=openwrt%2Fstaging%2Frmilecki.git ipq806x: add a default profile Signed-off-by: John Crispin --- diff --git a/target/linux/ipq806x/profiles/00-default.mk b/target/linux/ipq806x/profiles/00-default.mk new file mode 100644 index 00000000000..26bc8b502b0 --- /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))