|
|
@ -22,7 +22,7 @@ define Package/wg-installer-server |
|
|
|
$(call Package/wg-installer/Default) |
|
|
|
TITLE+= (server) |
|
|
|
MENU:=1 |
|
|
|
DEPENDS+=+rpcd +uhttpd +uhttpd-mod-ubus |
|
|
|
DEPENDS+=+rpcd +uhttpd +uhttpd-mod-ubus +coreutils-dirname |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/wg-installer-server/install |
|
|
@ -57,7 +57,7 @@ endef |
|
|
|
|
|
|
|
define Package/wg-installer-server-hotplug-babeld |
|
|
|
$(call Package/wg-installer-server) |
|
|
|
DEPENDS:=wg-installer-server +coreutils-dirname +coreutils-realpath |
|
|
|
DEPENDS:=wg-installer-server +coreutils-realpath |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/wg-installer-server-hotplug-babeld/install |
|
|
@ -67,7 +67,7 @@ endef |
|
|
|
|
|
|
|
define Package/wg-installer-server-hotplug-olsrd |
|
|
|
$(call Package/wg-installer-server) |
|
|
|
DEPENDS:=wg-installer-server +coreutils-dirname +coreutils-realpath |
|
|
|
DEPENDS:=wg-installer-server +coreutils-realpath |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/wg-installer-server-hotplug-olsrd/install |
|
|
|