summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-21 20:06:04 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-21 20:06:04 +0000
commit9025eb89f108136b019e2061a3469ef0d83c3bf0 (patch)
treef07d57307f5411e7700b78e643c18bda7b378db9 /openwrt
parente42cd4fa982f6a8a7ee8516bb496e8dda178c711 (diff)
Fix default DebugLevel to 0, prevents from running in foreground when installing with ImageBuilder ...
Closes #491 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3816 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch b/openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch
new file mode 100644
index 000000000..d04272ed8
--- /dev/null
+++ b/openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch
@@ -0,0 +1,11 @@
+--- olsrd-0.4.10/files/olsrd.conf.default.rfc 2005-06-04 17:34:05.000000000 +0200
++++ olsrd-0.4.10.new/files/olsrd.conf.default.rfc 2006-05-21 21:44:55.000000000 +0200
+@@ -9,7 +9,7 @@
+ # Debug level(0-9)
+ # If set to 0 the daemon runs in the background
+
+-DebugLevel 1
++DebugLevel 0
+
+ # IP version to use (4 or 6)
+