summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-09-16 17:43:30 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-09-16 17:43:30 (GMT)
commit6544b6d59f3ccefdeb37bb7b395f5254202f9197 (patch)
tree98ec9adbab3101d105430bd08603e280615f704f
parent664a45221210a684854dd09bb63818cc47b66961 (diff)
fixed openwrt package
-rw-r--r--openwrt/rhctl/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile
index b5e370e..a7a4fe2 100644
--- a/openwrt/rhctl/Makefile
+++ b/openwrt/rhctl/Makefile
@@ -12,12 +12,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rhctl
-PKG_REV:=102
+PKG_REV:=103
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://svn.helsinki.at/rhctl
+PKG_SOURCE_URL:=https://svn.helsinki.at/rhctl/trunk
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_PROTO:=svn
@@ -30,7 +30,7 @@ define Package/rhctl
TITLE:=Radio Helsinki control tools
URL:=http://www.helsinki.at
MAINTAINER:=Christian Pointner <equinox@helsinki.at>
- DEPENDS:=+liblua +luasocket +udev +udevtrigger
+ DEPENDS:=+liblua +luasocket +hotplug2
endef
define Package/rhctl/conffiles
@@ -49,9 +49,6 @@ define Build/Configure
endef
define Build/Compile
- rm -rf $(PKG_INSTALL_DIR)
- mkdir -p $(PKG_INSTALL_DIR)
-
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
TARGET=Linux \