diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-02 20:07:36 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-02 20:07:36 +0000 |
commit | 0681421b1a0160f8244c3b168f237b7489eeb600 (patch) | |
tree | f7b1283ec4ee3fba7501a22a06fc92df8103ce9a /target/linux/lantiq/xway/target.mk | |
parent | 4f2c17075b25162d8becfd90de751556f425d5dc (diff) |
[lantiq] add subtarget, as of 3.6 we dont seperate xway SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/target.mk')
-rw-r--r-- | target/linux/lantiq/xway/target.mk | 10 |
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 |