X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fbandwidthd%2FMakefile;h=3121c68d073dea0fb63a7817037785cba14fa56f;hp=415284acf5777d6cd22b48030f913e51419a97bf;hb=c1452a17facfccdd0b2db103d9d32e9ea8f38c38;hpb=912183545135f94e0e8bdf3bcae6b576763ee735 diff --git a/utils/bandwidthd/Makefile b/utils/bandwidthd/Makefile index 415284acf5..3121c68d07 100644 --- a/utils/bandwidthd/Makefile +++ b/utils/bandwidthd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 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:=bandwidthd PKG_VERSION:=2.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/bandwidthd @@ -50,6 +50,7 @@ define Package/bandwidthd/install $(INSTALL_BIN) ./files/bandwidthd.init $(1)/etc/init.d/bandwidthd $(INSTALL_DIR) $(1)/www $(INSTALL_DATA) $(PKG_BUILD_DIR)/htdocs/legend.gif $(1)/www/ + $(INSTALL_DATA) $(PKG_BUILD_DIR)/htdocs/logo.gif $(1)/www/ endef $(eval $(call BuildPackage,bandwidthd))