diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-12 09:38:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-12 09:38:18 +0000 |
commit | dc40819709f16a94de44d8d24264b6ac3e823fc9 (patch) | |
tree | 6b99cd941fb8b2c6d47099672a22c87ab89c590e /package/ppp/patches/202-no_atm.patch | |
parent | 96e5e35126ea226c526a6a8d84c8af6f70f2e074 (diff) | |
download | upstream-dc40819709f16a94de44d8d24264b6ac3e823fc9.tar.gz upstream-dc40819709f16a94de44d8d24264b6ac3e823fc9.tar.bz2 upstream-dc40819709f16a94de44d8d24264b6ac3e823fc9.zip |
add a lot of debian fixes to ppp (should fix persist and demand, too), clean up patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1417 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/patches/202-no_atm.patch')
-rw-r--r-- | package/ppp/patches/202-no_atm.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ppp/patches/202-no_atm.patch b/package/ppp/patches/202-no_atm.patch new file mode 100644 index 0000000000..a737cfa23a --- /dev/null +++ b/package/ppp/patches/202-no_atm.patch @@ -0,0 +1,12 @@ +diff -ruN ppp-2.4.3-orig/pppd/plugins/Makefile.linux ppp-2.4.3-3/pppd/plugins/Makefile.linux +--- ppp-2.4.3-orig/pppd/plugins/Makefile.linux 2004-11-14 08:57:35.000000000 +0100 ++++ ppp-2.4.3-3/pppd/plugins/Makefile.linux 2004-12-05 17:03:59.000000000 +0100 +@@ -9,7 +9,7 @@ + MANDIR = $(DESTDIR)/share/man/man8 + LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) + +-SUBDIRS := rp-pppoe pppoatm radius ++SUBDIRS := rp-pppoe radius + # Uncomment the next line to include the radius authentication plugin + # SUBDIRS += radius + PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so |