aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sdimage
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sdimage')
-rw-r--r--tools/sdimage/patches/100-deactivate-ufb.patch13
1 files changed, 13 insertions, 0 deletions
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)