nbd: bump to version 3.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-10-15 12:15:17 +00:00 committed by Peter Korsgaard
parent 525cd9eed1
commit 0d2b707f81
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
#############################################################
NBD_VERSION = 3.1
NBD_VERSION = 3.2
NBD_SOURCE = nbd-$(NBD_VERSION).tar.bz2
NBD_SITE = http://downloads.sourceforge.net/project/nbd/nbd/$(NBD_VERSION)
NBD_CONF_OPT = $(if $(BR2_LARGEFILE),--enable-lfs,--disable-lfs)