100-deactivate-ufb.patch 319 B

12345678910111213
  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. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -1,6 +1,6 @@
  6. CC ?= $(CROSS_COMPILE)gcc
  7. BINDIR ?= /usr/sbin
  8. -PROGRAMS = uuc sdimage ufb
  9. +PROGRAMS = uuc sdimage
  10. LIBS ?= -lpthread
  11. all: $(PROGRAMS)