X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fboot%2Fgrub2%2FMakefile;h=ccad7d921c6b3e56953ce268279ae6c6f50aab3f;hb=fa4d4a62bfb7fa895d7c31a00c075aaea8245579;hp=6b4cc7d70b50ede778860f470248571e1dd9390d;hpb=bdde12b13a1ccba68a050868f1607b0a99168bb5;p=openwrt%2Fopenwrt.git diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 6b4cc7d70b..ccad7d921c 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) \