Loading package/nbd/Config.in +0 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,6 @@ config BR2_PACKAGE_NBD NBD is a set of utilities to configure network block devices, allowing access to remote block devices over TCP/IP network. Depends on glib. http://nbd.sf.net/ comment "nbd requires a toolchain with WCHAR support" Loading package/nbd/nbd.mk +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # ############################################################# NBD_VERSION = 3.2 NBD_VERSION = 3.3 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) Loading Loading
package/nbd/Config.in +0 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,6 @@ config BR2_PACKAGE_NBD NBD is a set of utilities to configure network block devices, allowing access to remote block devices over TCP/IP network. Depends on glib. http://nbd.sf.net/ comment "nbd requires a toolchain with WCHAR support" Loading
package/nbd/nbd.mk +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # ############################################################# NBD_VERSION = 3.2 NBD_VERSION = 3.3 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) Loading