diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-08-26 15:52:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-26 15:52:12 +0000 |
commit | 7fdfde3edce76a7edb8378f80c67ad9932f768ff (patch) | |
tree | 20778c53fcbef2bc8ed5a08e08f4665a35afa81f /openwrt/package/ppp/patches/202-no_atm.patch | |
parent | 6b854dd30ac353abef99611052318d4ea74d749e (diff) | |
download | mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.zip mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.tar.gz mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.tar.bz2 |
clean up board-dependent files, add pppoatm support, add proper config examples
SVN-Revision: 1754
Diffstat (limited to 'openwrt/package/ppp/patches/202-no_atm.patch')
-rw-r--r-- | openwrt/package/ppp/patches/202-no_atm.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/package/ppp/patches/202-no_atm.patch b/openwrt/package/ppp/patches/202-no_atm.patch deleted file mode 100644 index a737cfa..0000000 --- a/openwrt/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 |