summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
l---------dummy/proto/netifd-proto.sh1
-rwxr-xr-xdummy/proto/ppp.sh (renamed from proto/ppp.sh)0
-rw-r--r--netifd.h2
3 files changed, 2 insertions, 1 deletions
diff --git a/dummy/proto/netifd-proto.sh b/dummy/proto/netifd-proto.sh
new file mode 120000
index 0000000..b313293
--- /dev/null
+++ b/dummy/proto/netifd-proto.sh
@@ -0,0 +1 @@
+../../proto/netifd-proto.sh \ No newline at end of file
diff --git a/proto/ppp.sh b/dummy/proto/ppp.sh
index 8e8ceb2..8e8ceb2 100755
--- a/proto/ppp.sh
+++ b/dummy/proto/ppp.sh
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"