aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.28/0002-disable-xt-chaos.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2009-01-02 00:51:54 +0000
committerMichael Büsch <mb@bu3sch.de>2009-01-02 00:51:54 +0000
commitc6bf5742a2c7fbb178277cc23cbca1fdbd2cd834 (patch)
tree25984d491f837cb5a787d5be62f6fb07150e5ff0 /target/linux/s3c24xx/patches-2.6.28/0002-disable-xt-chaos.patch
parent520416f99770e5e9a91b99c8747722143fe87a38 (diff)
downloadupstream-c6bf5742a2c7fbb178277cc23cbca1fdbd2cd834.tar.gz
upstream-c6bf5742a2c7fbb178277cc23cbca1fdbd2cd834.tar.bz2
upstream-c6bf5742a2c7fbb178277cc23cbca1fdbd2cd834.zip
moko: Add 2.6.28 (doesn't boot :( )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13801 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.28/0002-disable-xt-chaos.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.28/0002-disable-xt-chaos.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.28/0002-disable-xt-chaos.patch b/target/linux/s3c24xx/patches-2.6.28/0002-disable-xt-chaos.patch
new file mode 100644
index 0000000000..e1b017feb1
--- /dev/null
+++ b/target/linux/s3c24xx/patches-2.6.28/0002-disable-xt-chaos.patch
@@ -0,0 +1,16 @@
+Does not compile. --mb
+
+---
+Index: linux-2.6.28/net/netfilter/Kconfig
+===================================================================
+--- linux-2.6.28.orig/net/netfilter/Kconfig 2009-01-02 00:42:52.000000000 +0100
++++ linux-2.6.28/net/netfilter/Kconfig 2009-01-02 00:43:19.000000000 +0100
+@@ -314,7 +314,7 @@ if NETFILTER_XTABLES
+
+ config NETFILTER_XT_TARGET_CHAOS
+ tristate '"CHAOS" target support'
+- depends on NETFILTER_XTABLES
++ depends on NETFILTER_XTABLES && BROKEN
+ help
+ This option adds a `CHAOS' target.
+