diff options
author | John Crispin <john@openwrt.org> | 2011-07-03 17:38:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-03 17:38:23 +0000 |
commit | 058eca0b3b91089de84e565bb496dbe8e54f1868 (patch) | |
tree | 8616f14044305407935eb14d06787fcfe07205b9 /target/linux/lantiq | |
parent | 43771202d35da68615a4af0743816aabe97a85e4 (diff) | |
download | upstream-058eca0b3b91089de84e565bb496dbe8e54f1868.tar.gz upstream-058eca0b3b91089de84e565bb496dbe8e54f1868.tar.bz2 upstream-058eca0b3b91089de84e565bb496dbe8e54f1868.zip |
automatic subtarget enumaration
SVN-Revision: 27407
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 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 |