diff mbox series

[1/1] package/quota: fix syntax error

Message ID 20190401205516.26847-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/quota: fix syntax error | expand

Commit Message

Fabrice Fontaine April 1, 2019, 8:55 p.m. UTC
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/quota/quota.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni April 1, 2019, 9:11 p.m. UTC | #1
On Mon,  1 Apr 2019 22:55:16 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/quota/quota.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/quota/quota.mk b/package/quota/quota.mk
index 836baf6071..3377250766 100644
--- a/package/quota/quota.mk
+++ b/package/quota/quota.mk
@@ -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