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 | b213915b9e91626f0d2222bdfaebc2a4951651e4 (patch) | |
| tree | 6a306b0e6b30fe72fead15e24fe851f9f48a5f10 | |
| parent | 6f89a9aeb1e48fec08cf748600ff739338d6c9ed (diff) | |
| download | upstream-b213915b9e91626f0d2222bdfaebc2a4951651e4.tar.gz upstream-b213915b9e91626f0d2222bdfaebc2a4951651e4.tar.bz2 upstream-b213915b9e91626f0d2222bdfaebc2a4951651e4.zip | |
attempt to fix uml kernel config for i386
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6621 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 |
