aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway_legacy/target.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-13 19:04:20 +0200
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:43 +0200
commit239ad94165adc3ffb5290dd871d2ff0ddff4bdcf (patch)
tree03fcdeb281332b91774a3f261e58a2e822016116 /target/linux/lantiq/xway_legacy/target.mk
parent2ae06f30134f856b7f27132dffe725817f4fb801 (diff)
downloadupstream-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.mk12
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