diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-04 11:21:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-04 11:21:47 +0000 |
commit | b676979e339e37734a2b991ba97199f49988374c (patch) | |
tree | 01d9fa04bedb88bcadc663589e959f63c5bcfe98 /target/linux/lantiq | |
parent | 076d58c2cb6c9d0bb7c4e2fc6eb5f98286ab9b47 (diff) | |
download | upstream-b676979e339e37734a2b991ba97199f49988374c.tar.gz upstream-b676979e339e37734a2b991ba97199f49988374c.tar.bz2 upstream-b676979e339e37734a2b991ba97199f49988374c.zip |
set DEFAULT_SUBTARGET for lantiq/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 |