OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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) |