diff --git a/package/bandwidthd/bandwidthd.mk b/package/bandwidthd/bandwidthd.mk index 9b1eb32ee7..3e11d6abb1 100644 --- a/package/bandwidthd/bandwidthd.mk +++ b/package/bandwidthd/bandwidthd.mk @@ -4,7 +4,7 @@ # ################################################################################ -BANDWIDTHD_VERSION = v2.0.1-auto-r07 +BANDWIDTHD_VERSION = v2.0.1-auto-r08 BANDWIDTHD_SITE = $(call github,nroach44,bandwidthd,$(BANDWIDTHD_VERSION)) # Specified as "any version of the GPL that is current as of your @@ -15,6 +15,8 @@ BANDWIDTHD_DEPENDENCIES = gd libpng libpcap BANDWIDTHD_AUTORECONF = YES +BANDWIDTHD_CONF_OPT += --without-x + ifeq ($(BR2_PACKAGE_BANDWIDTHD_POSTGRESQL),y) BANDWIDTHD_DEPENDENCIES += postgresql BANDWIDTHD_CONF_OPT += --with-postgresql-logging=true