diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-07-04 08:23:19 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-07-04 08:23:19 +0000 |
commit | ffae660fbd3a71b18ec4540f234bfc510fabf38f (patch) | |
tree | fc5de886aa1e5d1aadd51a2616866ad607aec465 /target/linux | |
parent | 49845f855a34666db3bdf84c3283dc961f2359ab (diff) | |
download | upstream-ffae660fbd3a71b18ec4540f234bfc510fabf38f.tar.gz upstream-ffae660fbd3a71b18ec4540f234bfc510fabf38f.tar.bz2 upstream-ffae660fbd3a71b18ec4540f234bfc510fabf38f.zip |
brcm63xx: disable AUDIT
Reduces kernel size by about 24k (6k compressed).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41506
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/config-3.10 | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/config-3.14 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/config-3.10 b/target/linux/brcm63xx/config-3.10 index d873bfa9e3..206391d5ec 100644 --- a/target/linux/brcm63xx/config-3.10 +++ b/target/linux/brcm63xx/config-3.10 @@ -6,8 +6,6 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y -CONFIG_AUDIT=y -CONFIG_AUDIT_GENERIC=y CONFIG_B53=y CONFIG_B53_MMAP_DRIVER=y CONFIG_B53_PHY_DRIVER=y diff --git a/target/linux/brcm63xx/config-3.14 b/target/linux/brcm63xx/config-3.14 index ddb12b1bb4..871df1befc 100644 --- a/target/linux/brcm63xx/config-3.14 +++ b/target/linux/brcm63xx/config-3.14 @@ -8,8 +8,6 @@ CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y -CONFIG_AUDIT=y -CONFIG_AUDIT_GENERIC=y CONFIG_B53=y CONFIG_B53_MMAP_DRIVER=y CONFIG_B53_PHY_DRIVER=y |