summaryrefslogtreecommitdiffhomepage
path: root/libs/lpk/root
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-28 15:16:44 +0000
committerSteven Barth <steven@midlink.org>2008-07-28 15:16:44 +0000
commit1f3700085c59ea3b3ed162277948771d41a57ccc (patch)
treefe0b3d340a9d9f5e9e7bb0428770aa2fea685571 /libs/lpk/root
parentdb4447af91e06cbe875fc656a65756751a1549e5 (diff)
libs/lpk: Initial CLI
Diffstat (limited to 'libs/lpk/root')
-rw-r--r--libs/lpk/root/etc/lpk.conf1
-rwxr-xr-xlibs/lpk/root/usr/bin/lpk2
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/lpk/root/etc/lpk.conf b/libs/lpk/root/etc/lpk.conf
new file mode 100644
index 000000000..7ff49f89b
--- /dev/null
+++ b/libs/lpk/root/etc/lpk.conf
@@ -0,0 +1 @@
+backend.model = "ipkg" \ No newline at end of file
diff --git a/libs/lpk/root/usr/bin/lpk b/libs/lpk/root/usr/bin/lpk
new file mode 100755
index 000000000..6e6dcded3
--- /dev/null
+++ b/libs/lpk/root/usr/bin/lpk
@@ -0,0 +1,2 @@
+#!/usr/bin/lua
+require("luci.lpk") \ No newline at end of file