diff options
Diffstat (limited to 'package/mountd/Makefile')
-rw-r--r-- | package/mountd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mountd/Makefile b/package/mountd/Makefile index ded7d30d18..bfee3585e8 100644 --- a/package/mountd/Makefile +++ b/package/mountd/Makefile @@ -1,11 +1,11 @@ -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # All rights reserved. include $(TOPDIR)/rules.mk PKG_NAME:=mountd PKG_VERSION:=0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources |