summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-09 23:49:43 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-09 23:49:43 +0200
commitc1db77f01848b4da256426383559a553547a81d5 (patch)
tree0cb085ac0801bd743be4170cb441a204f41d93e5 /netifd.h
parent7c4108d49d3048d8c14e73d5f366a13ed814df8d (diff)
downloadnetifd-c1db77f01848b4da256426383559a553547a81d5.tar.gz
move the main path to ./dummy to maintain the proper proto script implementations in ./proto
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netifd.h b/netifd.h
index c80980f..aa04c51 100644
--- a/netifd.h
+++ b/netifd.h
@@ -14,7 +14,7 @@
#include "utils.h"
#ifdef DUMMY_MODE
-#define DEFAULT_MAIN_PATH "."
+#define DEFAULT_MAIN_PATH "./dummy"
#define DEFAULT_HOTPLUG_PATH "./scripts/hotplug-cmd"
#else
#define DEFAULT_MAIN_PATH "/lib/netifd"