X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/001373d3bc5f5e7be6c83da0a6b476b668878969..7ff6d75e22be16aadab7e9de3a545813da4c844d:/package/ubus/Makefile diff --git a/package/ubus/Makefile b/package/ubus/Makefile index c117453cb..d80309cda 100644 --- a/package/ubus/Makefile +++ b/package/ubus/Makefile @@ -46,7 +46,8 @@ define Package/ubus/install endef define Package/ubusd/install - $(INSTALL_DIR) $(1)/sbin + $(INSTALL_DIR) $(1)/sbin $(1)/etc/init.d + $(INSTALL_BIN) ./files/ubus.init $(1)/etc/init.d/ubus $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ubusd $(1)/sbin/ endef