diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2010-10-16 13:57:55 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2010-10-16 13:57:55 +0000 |
commit | 6239db34b1161453f6e22c69555a00eca810e98d (patch) | |
tree | ff01947d71db175e90b0d201fbaec29004df19a9 /package/mountd/Makefile | |
parent | 8083a4380b0832bba5502e0ff05f112367ee7edc (diff) | |
download | upstream-6239db34b1161453f6e22c69555a00eca810e98d.tar.gz upstream-6239db34b1161453f6e22c69555a00eca810e98d.tar.bz2 upstream-6239db34b1161453f6e22c69555a00eca810e98d.zip |
mountd: Rename uci_add_history to uci_add_delta (#8084)
SVN-Revision: 23474
Diffstat (limited to 'package/mountd/Makefile')
-rw-r--r-- | package/mountd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mountd/Makefile b/package/mountd/Makefile index 8cecc15335..f7a68242ac 100644 --- a/package/mountd/Makefile +++ b/package/mountd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mountd PKG_VERSION:=0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources |