Move complex packages to their own menu,
[openwrt.git] / openwrt / package / ppp / patches / ppp-2.4.3-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.050828 seconds and 5 git commands to generate.