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/target.mk | |
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/target.mk')
-rw-r--r-- | target/linux/lantiq/xway_legacy/target.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway_legacy/target.mk b/target/linux/lantiq/xway_legacy/target.mk new file mode 100644 index 0000000000..2d9cc56d38 --- /dev/null +++ b/target/linux/lantiq/xway_legacy/target.mk @@ -0,0 +1,12 @@ +ARCH:=mips +SUBTARGET:=xway_legacy +BOARDNAME:=XWAY Legacy +FEATURES:=squashfs atm mips16 ramdisk small_flash +CPU_TYPE:=34kc +CPU_SUBTYPE:=dsp + +DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug + +define Target/Description + Lantiq XWAY Legacy for old boards with small flash +endef |