|
|
@@ -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
|
|
|
|