From 13a504ba79dfa74c2de5c25572a13b76c588b5d3 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 21 Jan 2013 13:25:38 +0000 Subject: [PATCH] ubus: revert the package install section from the trunk sync commit git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35267 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ubus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/ubus/Makefile b/package/ubus/Makefile index 7d427ed..c7c643a 100644 --- a/package/ubus/Makefile +++ b/package/ubus/Makefile @@ -63,7 +63,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 -- 2.11.0