diff options
author | John Crispin <john@openwrt.org> | 2011-07-04 11:21:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-04 11:21:47 +0000 |
commit | 29653782a9814e56d2ab74947441222f28600585 (patch) | |
tree | 9f836524dd78e47d74347c07e8ce85c2dfee2bca | |
parent | ad250089aa5d3152774f87941606837c3534f6bd (diff) | |
download | upstream-29653782a9814e56d2ab74947441222f28600585.tar.gz upstream-29653782a9814e56d2ab74947441222f28600585.tar.bz2 upstream-29653782a9814e56d2ab74947441222f28600585.zip |
set DEFAULT_SUBTARGET for lantiq/
SVN-Revision: 27445
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 0f5064c3fc..b9c228359f 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=lantiq BOARDNAME:=Lantiq GPON/XWAY FEATURES:=squashfs jffs2 -#SUBTARGETS:=xway falcon ase +DEFAULT_SUBTARGET:=xway LINUX_VERSION:=2.6.39.2 |