diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-10 01:39:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-10 01:39:29 +0000 |
commit | 5dc3098a6cade4e56cde30fcb3eae7de729e1eec (patch) | |
tree | 68ac9486576f7c6e07a0b02f77caabe799e7d2e2 | |
parent | b49a74911488976580ec725a42cb3e1aba5a2d14 (diff) | |
download | upstream-5dc3098a6cade4e56cde30fcb3eae7de729e1eec.tar.gz upstream-5dc3098a6cade4e56cde30fcb3eae7de729e1eec.tar.bz2 upstream-5dc3098a6cade4e56cde30fcb3eae7de729e1eec.zip |
Disable CONFIG_NF_CT_ACCT
SVN-Revision: 13577
-rw-r--r-- | target/linux/ar71xx/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/atheros/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/au1000/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/rb532/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/rdc/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-2.6.27 | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/ar71xx/config-2.6.27 b/target/linux/ar71xx/config-2.6.27 index 86abe4ae60..03c73b06d6 100644 --- a/target/linux/ar71xx/config-2.6.27 +++ b/target/linux/ar71xx/config-2.6.27 @@ -170,7 +170,6 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_SLRAM is not set CONFIG_MYLOADER=y # CONFIG_NATSEMI is not set -CONFIG_NF_CT_ACCT=y # CONFIG_NO_IOPORT is not set CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PAGE_SIZE_16KB is not set diff --git a/target/linux/atheros/config-2.6.27 b/target/linux/atheros/config-2.6.27 index 435b1ca848..c7a5739599 100644 --- a/target/linux/atheros/config-2.6.27 +++ b/target/linux/atheros/config-2.6.27 @@ -167,7 +167,6 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y CONFIG_MTD_SPIFLASH=y CONFIG_MVSWITCH_PHY=y # CONFIG_NET_PCI is not set -CONFIG_NF_CT_ACCT=y # CONFIG_NO_IOPORT is not set CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PAGE_SIZE_16KB is not set diff --git a/target/linux/au1000/config-2.6.27 b/target/linux/au1000/config-2.6.27 index 2a3e46caab..c0c4234956 100644 --- a/target/linux/au1000/config-2.6.27 +++ b/target/linux/au1000/config-2.6.27 @@ -197,7 +197,6 @@ CONFIG_MTD_PHYSMAP_START=0x8000000 # CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NET_SCH_ESFQ_NFCT is not set -CONFIG_NF_CT_ACCT=y # CONFIG_NO_IOPORT is not set CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PAGE_SIZE_16KB is not set diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index 5c1fcdc12b..4564f423d7 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -214,7 +214,6 @@ CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y # CONFIG_MTD_ROM is not set # CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set -CONFIG_NF_CT_ACCT=y CONFIG_NLS=y CONFIG_NLS_ASCII=m # CONFIG_NO_IOPORT is not set diff --git a/target/linux/rb532/config-2.6.27 b/target/linux/rb532/config-2.6.27 index 954fd30ee8..34f8731a15 100644 --- a/target/linux/rb532/config-2.6.27 +++ b/target/linux/rb532/config-2.6.27 @@ -177,7 +177,6 @@ CONFIG_MTD_PHYSMAP_START=0x8000000 # CONFIG_NATSEMI is not set # CONFIG_NET_SCH_ESFQ_NFCT is not set CONFIG_NF_CONNTRACK=y -CONFIG_NF_CT_ACCT=y # CONFIG_NO_IOPORT is not set CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PAGE_SIZE_16KB is not set diff --git a/target/linux/rdc/config-2.6.27 b/target/linux/rdc/config-2.6.27 index ca652c705e..65d6367d6d 100644 --- a/target/linux/rdc/config-2.6.27 +++ b/target/linux/rdc/config-2.6.27 @@ -250,7 +250,6 @@ CONFIG_MTD_RDC3210_SIZE=0x400000 # CONFIG_MWINCHIP3D is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_NATSEMI is not set -CONFIG_NF_CT_ACCT=y CONFIG_NLS_ISO8859_2=m CONFIG_NOHIGHMEM=y # CONFIG_NSC_GPIO is not set diff --git a/target/linux/x86/config-2.6.27 b/target/linux/x86/config-2.6.27 index dd7596cb8c..b76b7d69c8 100644 --- a/target/linux/x86/config-2.6.27 +++ b/target/linux/x86/config-2.6.27 @@ -320,7 +320,6 @@ CONFIG_NE2K_PCI=m CONFIG_NET_VENDOR_3COM=y # CONFIG_NET_VENDOR_RACAL is not set # CONFIG_NET_VENDOR_SMC is not set -CONFIG_NF_CT_ACCT=y CONFIG_NOHIGHMEM=y CONFIG_NR_CPUS=8 CONFIG_NSC_GPIO=m |