add a lot of debian fixes to ppp (should fix persist and demand, too), clean up patches
[openwrt.git] / openwrt / package / ppp / patches / 202-no_atm.patch
1 diff -ruN ppp-2.4.3-orig/pppd/plugins/Makefile.linux ppp-2.4.3-3/pppd/plugins/Makefile.linux
2 --- ppp-2.4.3-orig/pppd/plugins/Makefile.linux 2004-11-14 08:57:35.000000000 +0100
3 +++ ppp-2.4.3-3/pppd/plugins/Makefile.linux 2004-12-05 17:03:59.000000000 +0100
4 @@ -9,7 +9,7 @@
5 MANDIR = $(DESTDIR)/share/man/man8
6 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
7
8 -SUBDIRS := rp-pppoe pppoatm radius
9 +SUBDIRS := rp-pppoe radius
10 # Uncomment the next line to include the radius authentication plugin
11 # SUBDIRS += radius
12 PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so
This page took 0.052664 seconds and 5 git commands to generate.