diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-21 13:25:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-21 13:25:38 +0000 |
commit | 8f47dbd2b2e1180a1f82144be888825c144708e8 (patch) | |
tree | 8323216782ca026cfcb8c670fb1324090f19f051 | |
parent | 1ee7a557ac8750088773302a9b7081cb9df62ed8 (diff) | |
download | upstream-8f47dbd2b2e1180a1f82144be888825c144708e8.tar.gz upstream-8f47dbd2b2e1180a1f82144be888825c144708e8.tar.bz2 upstream-8f47dbd2b2e1180a1f82144be888825c144708e8.zip |
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
-rw-r--r-- | package/ubus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ubus/Makefile b/package/ubus/Makefile index 7d427edb52..c7c643a68c 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 |