diff options
| author | Nicolas Thill <nico@openwrt.org> | 2007-03-20 01:32:09 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2007-03-20 01:32:09 +0000 |
| commit | f5225bef854cb5d1006b48166ab48cbeb7ede325 (patch) | |
| tree | b1724caa88fe2e19c3433b3c29c147b8d4a22b30 | |
| parent | 78f10cebddf2306c70b05aff177d672aae58c4a9 (diff) | |
| download | upstream-f5225bef854cb5d1006b48166ab48cbeb7ede325.tar.gz upstream-f5225bef854cb5d1006b48166ab48cbeb7ede325.tar.bz2 upstream-f5225bef854cb5d1006b48166ab48cbeb7ede325.zip | |
attempt to fix uml kernel config for i386
SVN-Revision: 6621
| -rw-r--r-- | target/linux/uml-2.6/config/i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml-2.6/config/i386 b/target/linux/uml-2.6/config/i386 index ddfda832b7e..49b4083c7b6 100644 --- a/target/linux/uml-2.6/config/i386 +++ b/target/linux/uml-2.6/config/i386 @@ -1,4 +1,4 @@ -CONFIG_3_LEVEL_PGTABLES=y +# CONFIG_3_LEVEL_PGTABLES is not set # CONFIG_64BIT is not set CONFIG_ARCH_HAS_SC_SIGNALS=y CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA=y |
