From: Hauke Mehrtens Date: Sun, 16 Dec 2018 12:57:01 +0000 (+0100) Subject: tools/sdimage: Fix build with host Linux headers < 3.18 X-Git-Tag: v19.07.0-rc1~1879 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=02324da2063305d28ccda73ceb7eec68cf84b36c;p=openwrt%2Fstaging%2Fhauke.git tools/sdimage: Fix build with host Linux headers < 3.18 The ufb tool needs the host UAPI Linux headers from kernel 3.18 or later, remove it for now as it is not used anyway. Fixes: 4bf5c4395b3 ("tools/sdimage: update to latest git version") Signed-off-by: Hauke Mehrtens --- diff --git a/tools/sdimage/patches/100-deactivate-ufb.patch b/tools/sdimage/patches/100-deactivate-ufb.patch new file mode 100644 index 0000000000..2bf6ad2bdf --- /dev/null +++ b/tools/sdimage/patches/100-deactivate-ufb.patch @@ -0,0 +1,13 @@ +Deactivate ufb, this needs the UAPI Linux kernel headers from >= 3.18, +this tools is currently not used, so just remove it for now. + +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + CC ?= $(CROSS_COMPILE)gcc + BINDIR ?= /usr/sbin +-PROGRAMS = uuc sdimage ufb ++PROGRAMS = uuc sdimage + LIBS ?= -lpthread + + all: $(PROGRAMS)