diff options
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 |