diff options
author | John Crispin <john@openwrt.org> | 2008-05-03 13:44:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-05-03 13:44:16 +0000 |
commit | fc15a7287702d0c8e2c9452a0af67258ed494e8d (patch) | |
tree | c86a4f8482b75f3ede41ccee969bad946f3db546 /target/linux/x86/Makefile | |
parent | 3d4052492d762d585aa347a865f5a90eb76e79cf (diff) | |
download | mtk-20170518-fc15a7287702d0c8e2c9452a0af67258ed494e8d.zip mtk-20170518-fc15a7287702d0c8e2c9452a0af67258ed494e8d.tar.gz mtk-20170518-fc15a7287702d0c8e2c9452a0af67258ed494e8d.tar.bz2 |
remove obseleted profile
SVN-Revision: 11019
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 4663c3d..ae10d16 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,7 +10,7 @@ ARCH=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 -SUBTARGETS=generic mediacenter +SUBTARGETS=generic LINUX_VERSION:=2.6.24.5 |