diff options
author | John Crispin <john@phrozen.org> | 2016-06-01 22:43:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-05 23:23:57 +0200 |
commit | ba42c1db418e37a8061c22556b89522e02533b5c (patch) | |
tree | a8e40f52ea8c9bf1f149674c2df9d191af35d592 /target/linux/lantiq/xrx200/profiles/00-default.mk | |
parent | f02184cbcfb714f49bfc9e6b30ad8831635ffe35 (diff) | |
download | upstream-ba42c1db418e37a8061c22556b89522e02533b5c.tar.gz upstream-ba42c1db418e37a8061c22556b89522e02533b5c.tar.bz2 upstream-ba42c1db418e37a8061c22556b89522e02533b5c.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.mk | 9 |
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)) |