mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
grub2: disable libdevmapper - fix build when it's available
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40349
This commit is contained in:
parent
bdde12b13a
commit
fa4d4a62bf
@ -46,7 +46,8 @@ endef
|
||||
CONFIGURE_ARGS += \
|
||||
--target=$(REAL_GNU_TARGET_NAME) \
|
||||
--disable-werror \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--disable-device-mapper
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--target=$(REAL_GNU_TARGET_NAME) \
|
||||
|
Loading…
Reference in New Issue
Block a user