diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-25 16:18:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-25 16:18:36 +0000 |
commit | 0a7950b452f36793d784911a064f73411736af5d (patch) | |
tree | e46fe66925132955495c26430320e08028128fd9 /target/linux/rb532 | |
parent | e28adb381c841e261f7201f68ad287dc12c8bad5 (diff) | |
download | upstream-0a7950b452f36793d784911a064f73411736af5d.tar.gz upstream-0a7950b452f36793d784911a064f73411736af5d.tar.bz2 upstream-0a7950b452f36793d784911a064f73411736af5d.zip |
target: globally disable BSD process accounting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532')
-rw-r--r-- | target/linux/rb532/config-2.6.32 | 1 | ||||
-rw-r--r-- | target/linux/rb532/config-2.6.35 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/rb532/config-2.6.32 b/target/linux/rb532/config-2.6.32 index e11c339f40..6663e7477c 100644 --- a/target/linux/rb532/config-2.6.32 +++ b/target/linux/rb532/config-2.6.32 @@ -16,7 +16,6 @@ CONFIG_ATA=y CONFIG_BITREVERSE=y CONFIG_BLK_DEV_SD=y CONFIG_BOOT_RAW=y -# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y diff --git a/target/linux/rb532/config-2.6.35 b/target/linux/rb532/config-2.6.35 index 8e7c201c74..87bd6085f0 100644 --- a/target/linux/rb532/config-2.6.35 +++ b/target/linux/rb532/config-2.6.35 @@ -19,7 +19,6 @@ CONFIG_BITREVERSE=y CONFIG_BLK_DEV_SD=y CONFIG_BOOT_RAW=y # CONFIG_BRIDGE_IGMP_SNOOPING is not set -# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_BUG is not set # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set |