diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2006-03-14 00:42:35 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2006-03-14 00:42:35 +0000 |
commit | 4ba399e133c7ed23151c7a35fc433dd5b464334b (patch) | |
tree | e5b3abce2efcc10a1b6ebbe691bfe16e893d7659 | |
parent | 6fc09c6d69c266db5fc74abe8e1c6411e83b3286 (diff) | |
download | kernel_replicant_linux-4ba399e133c7ed23151c7a35fc433dd5b464334b.tar.gz kernel_replicant_linux-4ba399e133c7ed23151c7a35fc433dd5b464334b.tar.bz2 kernel_replicant_linux-4ba399e133c7ed23151c7a35fc433dd5b464334b.zip |
set CONFIG_BASE_FULL
svn path=/dists/trunk/linux-2.6/; revision=6188
-rw-r--r-- | debian/arch/mips/config.r4k-ip22 | 2 | ||||
-rw-r--r-- | debian/arch/mips/config.r5k-ip32 | 2 | ||||
-rw-r--r-- | debian/arch/mips/config.sb1-bcm91250a | 2 | ||||
-rw-r--r-- | debian/arch/mipsel/config.sb1-bcm91250a | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/arch/mips/config.r4k-ip22 b/debian/arch/mips/config.r4k-ip22 index 7e6a35fd6df8..41d2c3119b4c 100644 --- a/debian/arch/mips/config.r4k-ip22 +++ b/debian/arch/mips/config.r4k-ip22 @@ -166,7 +166,7 @@ CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y -# CONFIG_BASE_FULL is not set +CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_SHMEM=y diff --git a/debian/arch/mips/config.r5k-ip32 b/debian/arch/mips/config.r5k-ip32 index 55681a60251e..07cc5933203a 100644 --- a/debian/arch/mips/config.r5k-ip32 +++ b/debian/arch/mips/config.r5k-ip32 @@ -167,7 +167,7 @@ CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y -# CONFIG_BASE_FULL is not set +CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_SHMEM=y diff --git a/debian/arch/mips/config.sb1-bcm91250a b/debian/arch/mips/config.sb1-bcm91250a index c3c256978ad0..aaa1f7160766 100644 --- a/debian/arch/mips/config.sb1-bcm91250a +++ b/debian/arch/mips/config.sb1-bcm91250a @@ -181,7 +181,7 @@ CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y -# CONFIG_BASE_FULL is not set +CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_SHMEM=y diff --git a/debian/arch/mipsel/config.sb1-bcm91250a b/debian/arch/mipsel/config.sb1-bcm91250a index 0ad69baa90d1..a58f754d1f88 100644 --- a/debian/arch/mipsel/config.sb1-bcm91250a +++ b/debian/arch/mipsel/config.sb1-bcm91250a @@ -181,7 +181,7 @@ CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y -# CONFIG_BASE_FULL is not set +CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_SHMEM=y |