summaryrefslogtreecommitdiff
path: root/openwrt/rhctl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-12 13:59:22 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-12 13:59:22 (GMT)
commit8385776d0e7998168f3f0b23a37aececcd5fd3c5 (patch)
tree4601798a3ef3dc57347c9feb8f6b6da975ccce09 /openwrt/rhctl
parent09a4632f7ae58f11d73dcbbbb7e69b397a40b9f6 (diff)
moved from mode-leds to mode-watch
mode-watch sends email on change
Diffstat (limited to 'openwrt/rhctl')
-rw-r--r--openwrt/rhctl/Makefile4
-rw-r--r--openwrt/rhctl/files/rhctl.config6
2 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile
index 22bbbd6..1dce71d 100644
--- a/openwrt/rhctl/Makefile
+++ b/openwrt/rhctl/Makefile
@@ -18,7 +18,7 @@ PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://localhost/
-PKG_MD5SUM:=b746704c89869f23537d0d8e7d976357
+PKG_MD5SUM:=9a964f0045f4604056def35d6f1b5beb
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
@@ -31,7 +31,7 @@ define Package/rhctl
TITLE:=Radio Helsinki control tools
URL:=http://www.helsinki.at
MAINTAINER:=Christian Pointner <equinox@helsinki.at>
- DEPENDS:=+liblua +libuci-lua +udev +udevtrigger
+ DEPENDS:=+liblua +luasocket +udev +udevtrigger
endef
define Package/rhctl/conffiles
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config
index 7d3f06f..1ca5a58 100644
--- a/openwrt/rhctl/files/rhctl.config
+++ b/openwrt/rhctl/files/rhctl.config
@@ -35,7 +35,7 @@ config 'heartbeatclient'
config 'luaclient'
# option disabled 1
- option name 'mode-leds'
- option log 'syslog:3,luaclient-mode-leds,daemon'
+ option name 'mode-watch'
+ option log 'syslog:3,luaclient-mode-watch,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
- option lua_file '/usr/share/rhctl/mode-leds.lua'
+ option lua_file '/usr/share/rhctl/mode-watch.lua'