From a43df08d921f23e23d0de2ee9fca5b5646538cc8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 20:32:42 +0000 Subject: [PATCH] [packages_10.03.2] uhub: merge r29199 SVN-Revision: 30123 --- net/uhub/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 0046e1c068..17c43da15a 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)) -- 2.30.2