diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-10-04 15:46:57 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-10-04 15:46:57 (GMT) |
commit | f84cc90e072816544ed7f18760358cf450c80fc0 (patch) | |
tree | 579d46eaea9f5bd00dfe4a19caaf6566ee114ee2 /openwrt | |
parent | 3f8111f0382c32b2b4f9202678261f6d89b3003b (diff) |
updated openwrt package
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/rhctl/Makefile | 5 | ||||
-rw-r--r-- | openwrt/rhctl/files/switchctl.conf | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile index 8719af4..6e9cf8a 100644 --- a/openwrt/rhctl/Makefile +++ b/openwrt/rhctl/Makefile @@ -12,14 +12,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rhctl -PKG_VERSION:=1.0 +PKG_VERSION:=1.1 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:=78565d963644bf87ecb2cf744de9468f - +PKG_MD5SUM:=1fbe89eb61110661407b9e3203759036 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install diff --git a/openwrt/rhctl/files/switchctl.conf b/openwrt/rhctl/files/switchctl.conf index bc7c9db..381fd8d 100644 --- a/openwrt/rhctl/files/switchctl.conf +++ b/openwrt/rhctl/files/switchctl.conf @@ -12,3 +12,5 @@ standby_main 03 standby_music 04 studio 05 ext_studio 06 +streamer 07 +emergency 08 |