From: John Crispin Date: Mon, 30 May 2016 21:56:43 +0000 (+0200) Subject: ipq806x: add a default profile X-Git-Tag: v17.01.0-rc1~2582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dafab92bf03723b728dfec8ac8d2d12f56e74f7;p=thirdparty%2Fopenwrt.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))