mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-11 21:25:48 +00:00
9 lines
181 B
Diff
9 lines
181 B
Diff
--- /dev/null
|
|
+++ b/Config
|
|
@@ -0,0 +1,5 @@
|
|
+# Fixed config to disable ATM support even if present on host system
|
|
+IP_CONFIG_SETNS:=y
|
|
+TC_CONFIG_ATM:=n
|
|
+TC_CONFIG_XT:=y
|
|
+HAVE_MNL:=y
|