aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/target.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-11-02 20:07:36 +0000
committerJohn Crispin <john@openwrt.org>2012-11-02 20:07:36 +0000
commitdc8641f7fa670ede9f6c464bd7c6d1b2f94dee46 (patch)
tree83e923b4c4f3670811e33e059973e1e65e747c34 /target/linux/lantiq/xway/target.mk
parentdd619da4fc9cd33553ce2deb145ec6321e4c43e2 (diff)
downloadupstream-dc8641f7fa670ede9f6c464bd7c6d1b2f94dee46.tar.gz
upstream-dc8641f7fa670ede9f6c464bd7c6d1b2f94dee46.tar.bz2
upstream-dc8641f7fa670ede9f6c464bd7c6d1b2f94dee46.zip
add subtarget, as of 3.6 we dont seperate xway SoC
SVN-Revision: 34062
Diffstat (limited to 'target/linux/lantiq/xway/target.mk')
-rw-r--r--target/linux/lantiq/xway/target.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk
new file mode 100644
index 0000000000..6674665ccb
--- /dev/null
+++ b/target/linux/lantiq/xway/target.mk
@@ -0,0 +1,10 @@
+ARCH:=mips
+SUBTARGET:=xway
+BOARDNAME:=XWAY
+FEATURES:=squashfs jffs2 atm
+
+DEFAULT_PACKAGES+=swconfig kmod-leds-gpio kmod-button-hotplug
+
+define Target/Description
+ Lantiq XWAY
+endef