summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-30 19:55:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-30 19:55:39 +0000
commitfa4d4a62bfb7fa895d7c31a00c075aaea8245579 (patch)
tree5626a081ac3f4f9f0b4f55fb882ac616d3348cea /package/boot
parentbdde12b13a1ccba68a050868f1607b0a99168bb5 (diff)
downloadmtk-20170518-fa4d4a62bfb7fa895d7c31a00c075aaea8245579.zip
mtk-20170518-fa4d4a62bfb7fa895d7c31a00c075aaea8245579.tar.gz
mtk-20170518-fa4d4a62bfb7fa895d7c31a00c075aaea8245579.tar.bz2
grub2: disable libdevmapper - fix build when it's available
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40349
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/grub2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index 6b4cc7d..ccad7d9 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -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) \