Rebased from upstream / out of band repository.
[librecmc/librecmc.git] / tools / sdimage / patches / 100-deactivate-ufb.patch
1 Deactivate ufb, this needs the UAPI Linux kernel headers from >= 3.18, 
2 this tools is currently not used, so just remove it for now.
3
4 --- a/Makefile
5 +++ b/Makefile
6 @@ -1,6 +1,6 @@
7  CC ?= $(CROSS_COMPILE)gcc
8  BINDIR ?= /usr/sbin
9 -PROGRAMS = uuc sdimage ufb
10 +PROGRAMS = uuc sdimage
11  LIBS ?= -lpthread
12  
13  all: $(PROGRAMS)