[packages] unrar: update to 4.0.7
[openwrt/svn-archive/archive.git] / utils / ucmb-tools / Makefile
index d07d04c48ac85be6dc6a4f81931b9e75549ef301..0204d8f4c4eb670e51a08deae293bcd33bc8c507 100644 (file)
@@ -15,8 +15,9 @@ include $(INCLUDE_DIR)/package.mk
 define Package/ucmb-tools
   SECTION:=utils
   CATEGORY:=Utilities
-  TITLE:=Microcontroller Message Bus tools (EXPERIMENTAL)
+  TITLE:=Microcontroller Message Bus tools
   DEPENDS:=+kmod-ucmb
+  MAINTAINER:=Michael Buesch <mb@bu3sch.de>
 endef
 
 define Package/ucmb-tools/description
@@ -24,7 +25,6 @@ define Package/ucmb-tools/description
 endef
 
 define Build/Prepare
-       mkdir -p $(PKG_BUILD_DIR)
        $(CP) ./tools/* $(PKG_BUILD_DIR)/
 endef