projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
scripts/feeds: override the OPENWRT_BUILD variable when calling internal targets...
[openwrt.git]
/
package
/
ubus
/
Makefile
diff --git
a/package/ubus/Makefile
b/package/ubus/Makefile
index
c117453
..
d80309c
100644
(file)
--- 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
This page took
0.020839 seconds
and
4
git commands to generate.