diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-03 17:38:23 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-03 17:38:23 +0000 |
commit | b17c722b7e729f0042cf9dccbe09fc4ad67a071c (patch) | |
tree | 03048c35564216a6898a63efbea5b86d3d9ef1bc /target/linux | |
parent | bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd (diff) | |
download | upstream-b17c722b7e729f0042cf9dccbe09fc4ad67a071c.tar.gz upstream-b17c722b7e729f0042cf9dccbe09fc4ad67a071c.tar.bz2 upstream-b17c722b7e729f0042cf9dccbe09fc4ad67a071c.zip |
automatic subtarget enumaration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27407 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 c09be31a6e..0f5064c3fc 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 +#SUBTARGETS:=xway falcon ase LINUX_VERSION:=2.6.39.2 |