diff options
author | Michael Büsch <mb@bu3sch.de> | 2009-01-02 00:51:54 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2009-01-02 00:51:54 +0000 |
commit | 90bbba6996915da312bf2d7c113a6ab91221147a (patch) | |
tree | a27dfc093b6276c2470121024928999714ed039d /target/linux/s3c24xx/patches-2.6.28/0002-disable-xt-chaos.patch | |
parent | 00937fbe2fce7d4c8b9a3a24d92cc30994cfaa95 (diff) | |
download | mtk-20170518-90bbba6996915da312bf2d7c113a6ab91221147a.zip mtk-20170518-90bbba6996915da312bf2d7c113a6ab91221147a.tar.gz mtk-20170518-90bbba6996915da312bf2d7c113a6ab91221147a.tar.bz2 |
moko: Add 2.6.28 (doesn't boot :( )
SVN-Revision: 13801
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.patch | 16 |
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 0000000..e1b017f --- /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. + |