summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-09-24 09:35:22 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-10-19 17:31:55 +0200
commitc8e879595400e3485b5a075797290a1061c0b04f (patch)
treec690284dd1ae22cb52b9be1f355881685e4c5f7d /netifd.h
parent89c6331673054d530b30b8e9e8bdf331639dfcd5 (diff)
downloadnetifd-c8e879595400e3485b5a075797290a1061c0b04f.tar.gz
scripts: reorganize directory layout
move example scripts from dummy/ to examples/ keep scripts that can be used as-is in scripts/ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/netifd.h b/netifd.h
index befa2cc..1f64555 100644
--- a/netifd.h
+++ b/netifd.h
@@ -29,8 +29,8 @@
#include "utils.h"
#ifdef DUMMY_MODE
-#define DEFAULT_MAIN_PATH "./dummy"
-#define DEFAULT_HOTPLUG_PATH "./scripts/hotplug-cmd"
+#define DEFAULT_MAIN_PATH "./examples"
+#define DEFAULT_HOTPLUG_PATH "./examples/hotplug-cmd"
#define DEFAULT_RESOLV_CONF "./tmp/resolv.conf"
#else
#define DEFAULT_MAIN_PATH "/lib/netifd"