mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/quota: fix syntax error
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
004960e967
commit
259d7a2766
@ -13,7 +13,7 @@ QUOTA_LIBS = $(TARGET_NLS_LIBS)
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_LIBNL),yy)
|
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_LIBNL),yy)
|
||||||
QUOTA_DEPENDENCIES += host-pkgconf dbus libnl
|
QUOTA_DEPENDENCIES += host-pkgconf dbus libnl
|
||||||
QUOTA_CONF_OTS += --enable-netlink
|
QUOTA_CONF_OPTS += --enable-netlink
|
||||||
else
|
else
|
||||||
QUOTA_CONF_OPTS += --disable-netlink
|
QUOTA_CONF_OPTS += --disable-netlink
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user