rp-pppoe: refresh patches

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2018-03-07 17:18:12 +01:00
parent cba7023cf2
commit 3412ddb2c0
3 changed files with 16 additions and 22 deletions
+2 -2
View File
@@ -7,5 +7,5 @@
- @CC@ -o $@ @RDYNAMIC@ $^ $(LDFLAGS) $(PPPOE_SERVER_LIBS) -Llibevent -levent
+ @CC@ -o $@ @RDYNAMIC@ $^ $(LDFLAGS) $(PPPOE_SERVER_LIBS)
pppoe: pppoe.o if.o debug.o common.o ppp.o discovery.o
@CC@ -o $@ $^ $(LDFLAGS)
# Experimental code from Savoir Faire Linux. I do not consider it
# production-ready, so not part of the official distribution.