diff options
author | John Crispin <john@openwrt.org> | 2013-11-11 18:12:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-11 18:12:26 +0000 |
commit | 989783255e2fa5ce374301094a0885c6c4e124f9 (patch) | |
tree | 8eccf34c37b252264094e43e600e6999526f06ab /package | |
parent | e3a335c2c434dda579398efb1fafe147102b650b (diff) | |
download | upstream-989783255e2fa5ce374301094a0885c6c4e124f9.tar.gz upstream-989783255e2fa5ce374301094a0885c6c4e124f9.tar.bz2 upstream-989783255e2fa5ce374301094a0885c6c4e124f9.zip |
uhttp: add ubus.default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38741
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/uhttpd/files/ubus.default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/services/uhttpd/files/ubus.default b/package/network/services/uhttpd/files/ubus.default new file mode 100644 index 0000000000..ba6c289f84 --- /dev/null +++ b/package/network/services/uhttpd/files/ubus.default @@ -0,0 +1,2 @@ +uci set uhttpd.main.ubus_prefix=/ubus +uci commit uhttpd |