package/udisks: drop unused lvm2 support
BR2_PACKAGE_UDISKS_LVM2 was dropped in commit eb251b3008
(package/lvm2:
drop BR2_PACKAGE_LVM2_APP_LIBRARY), but missed when merging next. Drop it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8d07baab43
commit
e509ddd44f
@ -39,8 +39,4 @@ UDISKS_CONF_OPTS = \
|
||||
--disable-vdo \
|
||||
--disable-zram
|
||||
|
||||
ifeq ($(BR2_PACKAGE_UDISKS_LVM2),y)
|
||||
UDISKS_CONF_OPTS += --enable-lvm2
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user