From 0798d4a5c7035bb545dd94527d04fa12b901db15 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 20 Oct 2011 15:01:12 +0000 Subject: ubusd: add an init script SVN-Revision: 28496 --- package/ubus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/ubus/Makefile') diff --git a/package/ubus/Makefile b/package/ubus/Makefile index c117453cb5..d80309cdaf 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 -- cgit v1.2.3