summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-p910nd/root/etc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-16 11:16:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-16 11:16:04 +0000
commit7f0ff5c6554d9165645af67a6b8a252de67ffa5c (patch)
tree6fe294e5e70104b6e8fc92d744d5f6318d0f9808 /applications/luci-p910nd/root/etc
parent51c5827d75f91b74ef1a6e55f922c9b5604e61d7 (diff)
* luci/applications: add p910nd printserver application, thanks Yanira! - closes #125
Diffstat (limited to 'applications/luci-p910nd/root/etc')
-rw-r--r--applications/luci-p910nd/root/etc/uci-defaults/luci-p910nd7
1 files changed, 7 insertions, 0 deletions
diff --git a/applications/luci-p910nd/root/etc/uci-defaults/luci-p910nd b/applications/luci-p910nd/root/etc/uci-defaults/luci-p910nd
new file mode 100644
index 000000000..b37952e4d
--- /dev/null
+++ b/applications/luci-p910nd/root/etc/uci-defaults/luci-p910nd
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+uci batch <<-EOF
+ add ucitrack p910nd
+ set ucitrack.@p910nd[-1].init=p910nd
+ commit ucitrack
+EOF