From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 20:32:42 +0000 (+0000) Subject: uhub: merge r29199 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=379b1bdee82bb956a34093dfd413a4c8816c8df4;p=openwrt%2Fsvn-archive%2Fpackages.git uhub: merge r29199 SVN-Revision: 30123 --- diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 0046e1c06..17c43da15 100644 --- a/net/uhub/Makefile +++ b/net/uhub/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhub PKG_VERSION:=0.2.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz PKG_SOURCE_URL:=http://www.extatic.org/downloads/uhub/ @@ -39,4 +39,8 @@ define Package/uhub/install $(INSTALL_CONF) $(PKG_BUILD_DIR)/doc/uhub.conf $(1)/etc/uhub/ endef +define Package/uhub/conffiles +/etc/uhub/uhub.conf +endef + $(eval $(call BuildPackage,uhub))