diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-11 18:12:26 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-11 18:12:26 +0000 |
commit | a58e13663574cee4aac42238b493019dcd090572 (patch) | |
tree | dd8c2142a869b3026898137f31ae0f26074f0382 /package/network/services/uhttpd | |
parent | df306765c954f2ff5ba72ffb5dde9a6353dd460e (diff) | |
download | upstream-a58e13663574cee4aac42238b493019dcd090572.tar.gz upstream-a58e13663574cee4aac42238b493019dcd090572.tar.bz2 upstream-a58e13663574cee4aac42238b493019dcd090572.zip |
uhttp: add ubus.default
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/uhttpd')
-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 |