uhttp: make sure that the ubus module is loaded when when installed
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38723
This commit is contained in:
parent
4f59e59e6c
commit
9f3b161a57
1 changed files with 2 additions and 1 deletions
|
@ -129,8 +129,9 @@ define Package/uhttpd-mod-lua/install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uhttpd-mod-ubus/install
|
define Package/uhttpd-mod-ubus/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib $(1)/etc/uci-defaults
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uhttpd_ubus.so $(1)/usr/lib/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uhttpd_ubus.so $(1)/usr/lib/
|
||||||
|
$(INSTALL_DATA) ./files/ubus.default $(1)/etc/uci-defaults/00_uhttpd_ubus
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue