diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-24 12:46:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-24 12:46:07 +0000 |
commit | 2ba7e61dce255419d33dcb1cb02ca5cf8e8655c1 (patch) | |
tree | 2c2a64b0a7ebdfc26fd5a40644527f2475d1a229 /applications/luci-ushare/root | |
parent | 1a4869342a36012db9fb7b59262d75e6e63d34cd (diff) |
* luci/applications: add ushare package
Diffstat (limited to 'applications/luci-ushare/root')
-rw-r--r-- | applications/luci-ushare/root/etc/uci-defaults/luci-ushare | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/applications/luci-ushare/root/etc/uci-defaults/luci-ushare b/applications/luci-ushare/root/etc/uci-defaults/luci-ushare new file mode 100644 index 000000000..262420eba --- /dev/null +++ b/applications/luci-ushare/root/etc/uci-defaults/luci-ushare @@ -0,0 +1,7 @@ +#!/bin/sh + +uci batch <<-EOF + add ucitrack ushare + set ucitrack.@ushare[-1].init=ushare + commit ucitrack +EOF |