diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-08 16:05:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-08 16:05:48 +0000 |
commit | d8d8b068425a1d3cd5cb2f66899794c0815fa2f3 (patch) | |
tree | da9ba856f890858444934d720726b30414d8810c /target | |
parent | 9e1c9e16c99a07f5a090ded66862eba1ba979a85 (diff) | |
download | upstream-d8d8b068425a1d3cd5cb2f66899794c0815fa2f3.tar.gz upstream-d8d8b068425a1d3cd5cb2f66899794c0815fa2f3.tar.bz2 upstream-d8d8b068425a1d3cd5cb2f66899794c0815fa2f3.zip |
Build multipath caching modules
SVN-Revision: 7136
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/at91-2.6/config/default | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx-2.6/config/default | 1 | ||||
-rw-r--r-- | target/linux/pxa-2.6/config/default | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/at91-2.6/config/default b/target/linux/at91-2.6/config/default index b56069c8b1..79b053a47e 100644 --- a/target/linux/at91-2.6/config/default +++ b/target/linux/at91-2.6/config/default @@ -142,7 +142,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_IP_NF_TARGET_LOG is not set # CONFIG_IP_NF_TARGET_NETMAP is not set # CONFIG_IP_NF_TARGET_SAME is not set -# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set # CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_JFFS2_FS_DEBUG=0 CONFIG_LEDS=y diff --git a/target/linux/brcm47xx-2.6/config/default b/target/linux/brcm47xx-2.6/config/default index 9e1cbbb504..a556d5e488 100644 --- a/target/linux/brcm47xx-2.6/config/default +++ b/target/linux/brcm47xx-2.6/config/default @@ -111,7 +111,6 @@ CONFIG_IPW2200_QOS=y # CONFIG_IP_NF_MATCH_HASHLIMIT is not set # CONFIG_IP_NF_TARGET_NETMAP is not set # CONFIG_IP_NF_TARGET_SAME is not set -# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set # CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_IRQ_CPU=y CONFIG_JFFS2_FS_DEBUG=0 diff --git a/target/linux/pxa-2.6/config/default b/target/linux/pxa-2.6/config/default index 8dee3851e6..43bbc08748 100644 --- a/target/linux/pxa-2.6/config/default +++ b/target/linux/pxa-2.6/config/default @@ -197,7 +197,6 @@ CONFIG_IP_NF_TARGET_DSCP=m # CONFIG_IP_NF_TARGET_LOG is not set # CONFIG_IP_NF_TARGET_NETMAP is not set # CONFIG_IP_NF_TARGET_SAME is not set -# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set # CONFIG_IP_ROUTE_VERBOSE is not set # CONFIG_ISO9660_FS is not set CONFIG_JFFS2_FS_DEBUG=0 |