X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=netifd.h;h=75e997c13233f15c7b9522860d5397de48c8fa71;hp=befa2ccb331985e11f18c62d2726a8d1843fe1c7;hb=943ae5b9f838fa58d6048ca599d86526b5088b8c;hpb=fabdd4fc5c7354e897f91e96e734f584776736c7 diff --git a/netifd.h b/netifd.h index befa2cc..75e997c 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" @@ -54,6 +54,7 @@ enum { DEBUG_SYSTEM = 0, DEBUG_DEVICE = 1, DEBUG_INTERFACE = 2, + DEBUG_WIRELESS = 3, }; #ifdef DEBUG