diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-06-10 08:58:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-06-10 08:58:14 +0000 |
commit | 9ac326cb5ee1b666325642e675901fc5a4960664 (patch) | |
tree | 662405370fb10b11feeaf014329a7862ad1bf95d /target/linux/rb532 | |
parent | 35574770c9cd276831f4d1fb1b629ca1dc102650 (diff) | |
download | upstream-9ac326cb5ee1b666325642e675901fc5a4960664.tar.gz upstream-9ac326cb5ee1b666325642e675901fc5a4960664.tar.bz2 upstream-9ac326cb5ee1b666325642e675901fc5a4960664.zip |
generic: move some common symbols to generic configuration
* CONFIG_MUTEX_SPIN_ON_OWNER
* CONFIG_DEFAULT_HYDLA
* CONFIG_DEFAULT_VENO
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532')
-rw-r--r-- | target/linux/rb532/config-2.6.33 | 1 | ||||
-rw-r--r-- | target/linux/rb532/config-2.6.34 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/rb532/config-2.6.33 b/target/linux/rb532/config-2.6.33 index 4648c042aa..a2d353c3e3 100644 --- a/target/linux/rb532/config-2.6.33 +++ b/target/linux/rb532/config-2.6.33 @@ -135,7 +135,6 @@ CONFIG_MTD_NAND_VERIFY_WRITE=y CONFIG_MTD_PHYSMAP=y # CONFIG_MTD_ROOTFS_ROOT_DEV is not set # CONFIG_MTD_ROOTFS_SPLIT is not set -# CONFIG_MUTEX_SPIN_ON_OWNER is not set CONFIG_NF_CONNTRACK=y CONFIG_NF_CT_ACCT=y # CONFIG_NO_IOPORT is not set diff --git a/target/linux/rb532/config-2.6.34 b/target/linux/rb532/config-2.6.34 index 25ddd265c7..bd96260f95 100644 --- a/target/linux/rb532/config-2.6.34 +++ b/target/linux/rb532/config-2.6.34 @@ -145,7 +145,6 @@ CONFIG_MTD_NAND_VERIFY_WRITE=y CONFIG_MTD_PHYSMAP=y # CONFIG_MTD_ROOTFS_ROOT_DEV is not set # CONFIG_MTD_ROOTFS_SPLIT is not set -# CONFIG_MUTEX_SPIN_ON_OWNER is not set CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NF_CONNTRACK=y CONFIG_NF_CT_ACCT=y |