The latest few versions of trunk fail to build on boards using ubi (I tried BTHOMEHUB2B and FRITZ3370). The error is that zlib.h is not found while building ubi-utils. It looks like a dependency problem and the following patch fixes it.
Signed-off-by: Ben Mulvihill <ben.mulvih...@gmail.com> --- --- a/package/utils/ubi-utils/Makefile 2014-06-13 13:59:52.854375761 +0200 +++ b/package/utils/ubi-utils/Makefile 2014-06-13 07:40:35.832530623 +0200 @@ -20,7 +20,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV) PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=util-linux liblzo +PKG_BUILD_DEPENDS:=util-linux liblzo zlib PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel