diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-22 18:56:09 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-22 18:56:09 +0000 |
commit | c0a700469527138643d745c7a17ba66e86e77a52 (patch) | |
tree | ac5cd21cba329b712ffbbdfb1b5cc2da64e8757d /package/ubus | |
parent | 61b2c378aea81c515d02436364f90e4d597d4266 (diff) |
base-files: add basic procd integration, let procd start (and restart) ubus instead of having an ubus init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ubus')
-rw-r--r-- | package/ubus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ubus/Makefile b/package/ubus/Makefile index 617c76749..782079d77 100644 --- a/package/ubus/Makefile +++ b/package/ubus/Makefile @@ -63,8 +63,7 @@ define Package/ubus/install endef define Package/ubusd/install - $(INSTALL_DIR) $(1)/sbin $(1)/etc/init.d - $(INSTALL_BIN) ./files/ubus.init $(1)/etc/init.d/ubus + $(INSTALL_DIR) $(1)/sbin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ubusd $(1)/sbin/ endef |