package/quota: fix syntax error
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 1 Apr 2019 20:55:16 +0000 (22:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 1 Apr 2019 21:11:18 +0000 (23:11 +0200)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/quota/quota.mk

index e356d91a061565ceeb3b62204c2d383ec1dc37fe..5f1e427d0ba48b8846cf174dbf6473a454b5dabc 100644 (file)
@@ -13,7 +13,7 @@ QUOTA_LIBS = $(TARGET_NLS_LIBS)
 
 ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_LIBNL),yy)
 QUOTA_DEPENDENCIES += host-pkgconf dbus libnl
-QUOTA_CONF_OTS += --enable-netlink
+QUOTA_CONF_OPTS += --enable-netlink
 else
 QUOTA_CONF_OPTS += --disable-netlink
 endif