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 | a9e64493d88a5ad2abf219954084e033fd77d575 (patch) | |
tree | d139e5cd45009e17b58a94feed985c34dba739f8 /target/linux/brcm47xx/config-3.0 | |
parent | 5fa4348a70de98b85720db9789f15ee0b8c2307a (diff) | |
download | upstream-a9e64493d88a5ad2abf219954084e033fd77d575.tar.gz upstream-a9e64493d88a5ad2abf219954084e033fd77d575.tar.bz2 upstream-a9e64493d88a5ad2abf219954084e033fd77d575.zip |
target: globally disable BSD process accounting
SVN-Revision: 28584
Diffstat (limited to 'target/linux/brcm47xx/config-3.0')
-rw-r--r-- | target/linux/brcm47xx/config-3.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/config-3.0 b/target/linux/brcm47xx/config-3.0 index d9082339b6..06db41b890 100644 --- a/target/linux/brcm47xx/config-3.0 +++ b/target/linux/brcm47xx/config-3.0 @@ -28,7 +28,6 @@ CONFIG_BCMA_HOST_SOC=y CONFIG_BCMA_POSSIBLE=y CONFIG_BCMA_SFLASH=y # CONFIG_BRCMUTIL is not set -# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_BUG is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y @@ -140,3 +139,4 @@ CONFIG_USB_SUPPORT=y CONFIG_WATCHDOG_NOWAYOUT=y CONFIG_XZ_DEC=y CONFIG_ZONE_DMA_FLAG=0 +CONFIG_EARLY_PRINTK=y |