diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-26 15:52:12 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-26 15:52:12 +0000 |
commit | 85fa7a0ac5527d54fe742e5df002d11d3a83699a (patch) | |
tree | cc27fd3cfca0cccad6db8cbd6ffe811e5adea94a /package/ppp/patches/202-no_atm.patch | |
parent | 67881f7caf65c39557e3ee656fd9368aec200b65 (diff) |
clean up board-dependent files, add pppoatm support, add proper config examples
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1754 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, 0 insertions, 12 deletions
diff --git a/package/ppp/patches/202-no_atm.patch b/package/ppp/patches/202-no_atm.patch deleted file mode 100644 index a737cfa23..000000000 --- a/package/ppp/patches/202-no_atm.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 |