projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004960e
)
package/quota: fix syntax error
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Mon, 1 Apr 2019 20:55:16 +0000
(22:55 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/quota/quota.mk
b/package/quota/quota.mk
index e356d91a061565ceeb3b62204c2d383ec1dc37fe..5f1e427d0ba48b8846cf174dbf6473a454b5dabc 100644
(file)
--- 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_O
P
TS += --enable-netlink
else
QUOTA_CONF_OPTS += --disable-netlink
endif