diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-04 11:21:47 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-04 11:21:47 +0000 |
commit | 8f9d825f9d0f649d72cc2344fa7b4ab8deec1e7f (patch) | |
tree | 01d9fa04bedb88bcadc663589e959f63c5bcfe98 | |
parent | d92e2b4207e90f63307006a176c7d2756d293e04 (diff) |
set DEFAULT_SUBTARGET for lantiq/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27445 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 0f5064c3f..b9c228359 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 |