diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 19:04:20 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | 239ad94165adc3ffb5290dd871d2ff0ddff4bdcf (patch) | |
tree | 03fcdeb281332b91774a3f261e58a2e822016116 /target/linux/lantiq/xway_legacy/profiles | |
parent | 2ae06f30134f856b7f27132dffe725817f4fb801 (diff) | |
download | upstream-239ad94165adc3ffb5290dd871d2ff0ddff4bdcf.tar.gz upstream-239ad94165adc3ffb5290dd871d2ff0ddff4bdcf.tar.bz2 upstream-239ad94165adc3ffb5290dd871d2ff0ddff4bdcf.zip |
lantiq: add xway_legacy target
due to bloat recent builds fail to fit into the flash of the old danube units
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/xway_legacy/profiles')
-rw-r--r-- | target/linux/lantiq/xway_legacy/profiles/00-default.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway_legacy/profiles/00-default.mk b/target/linux/lantiq/xway_legacy/profiles/00-default.mk new file mode 100644 index 0000000000..26bc8b502b --- /dev/null +++ b/target/linux/lantiq/xway_legacy/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)) |