1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

moko: Fix 2.6.28 boot.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13833 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb
2009-01-03 12:24:51 +00:00
parent 64a1361e5b
commit 68da30977e
5 changed files with 19 additions and 7 deletions

View File

@@ -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.