diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-21 16:22:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-21 16:22:04 +0000 |
commit | 3e59bb699ba4ede24fd9d9ad9c8c50955908c9b2 (patch) | |
tree | 69bca0baf12990db0042dcd50013ee82b01b0533 /applications/luci-commands/Makefile | |
parent | 3a04258ba0f3cc470c3527808607d9267e391142 (diff) |
applications: add new application luci-app-commands which allows configuring custom shell commands for invocation through the gui
Diffstat (limited to 'applications/luci-commands/Makefile')
-rw-r--r-- | applications/luci-commands/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-commands/Makefile b/applications/luci-commands/Makefile new file mode 100644 index 0000000000..64801c2b27 --- /dev/null +++ b/applications/luci-commands/Makefile @@ -0,0 +1,4 @@ +PO = commands + +include ../../build/config.mk +include ../../build/module.mk |