Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable chat...
authorNicolas Thill <nico@openwrt.org>
Wed, 18 May 2005 18:05:44 +0000 (18:05 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 18 May 2005 18:05:44 +0000 (18:05 +0000)
commitc4c02b571bf1465a42f692a1ff37b03cc87374f3
tree47826101c6d63eb279e9e5303fa8b15e33f9cd28
parent421e758a1e8ef9ca67b02e9cbe8506e3af923b47
Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable chat package, split ppp patch into multiple patches

SVN-Revision: 940
46 files changed:
openwrt/package/ppp/Config.in
openwrt/package/ppp/Makefile
openwrt/package/ppp/control/chat.control [deleted file]
openwrt/package/ppp/control/ppp-pppoe-plugin.control [deleted file]
openwrt/package/ppp/control/ppp-radius-plugin.control [deleted file]
openwrt/package/ppp/control/ppp.control [deleted file]
openwrt/package/ppp/control/pppdump.control [deleted file]
openwrt/package/ppp/control/pppstats.control [deleted file]
openwrt/package/ppp/files/etc/ppp/chap-secrets [new file with mode: 0644]
openwrt/package/ppp/files/etc/ppp/options [new file with mode: 0644]
openwrt/package/ppp/files/etc/ppp/peers/sample [new file with mode: 0644]
openwrt/package/ppp/files/etc/ppp/radius.conf [new file with mode: 0644]
openwrt/package/ppp/files/etc/ppp/radius/dictionary [new file with mode: 0644]
openwrt/package/ppp/files/etc/ppp/radius/dictionary.asnet [new file with mode: 0644]
openwrt/package/ppp/files/etc/ppp/radius/dictionary.microsoft [new file with mode: 0644]
openwrt/package/ppp/files/etc/ppp/radius/servers [new file with mode: 0644]
openwrt/package/ppp/files/pppoe.init [new file with mode: 0644]
openwrt/package/ppp/ipkg/chat.control [new file with mode: 0644]
openwrt/package/ppp/ipkg/ppp-mod-pppoe.control [new file with mode: 0644]
openwrt/package/ppp/ipkg/ppp-mod-radius.conffiles [new file with mode: 0644]
openwrt/package/ppp/ipkg/ppp-mod-radius.control [new file with mode: 0644]
openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/init.d/S50pppoe [deleted file]
openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up [deleted file]
openwrt/package/ppp/ipkg/ppp-radius-plugin/CONTROL/conffiles [deleted file]
openwrt/package/ppp/ipkg/ppp-radius-plugin/etc/ppp/radius-options [deleted file]
openwrt/package/ppp/ipkg/ppp-radius-plugin/etc/ppp/radius.conf [deleted file]
openwrt/package/ppp/ipkg/ppp-radius-plugin/etc/ppp/radius/dictionary [deleted file]
openwrt/package/ppp/ipkg/ppp-radius-plugin/etc/ppp/radius/dictionary.asnet [deleted file]
openwrt/package/ppp/ipkg/ppp-radius-plugin/etc/ppp/radius/dictionary.microsoft [deleted file]
openwrt/package/ppp/ipkg/ppp-radius-plugin/etc/ppp/radius/servers [deleted file]
openwrt/package/ppp/ipkg/ppp.conffiles [new file with mode: 0644]
openwrt/package/ppp/ipkg/ppp.control [new file with mode: 0644]
openwrt/package/ppp/ipkg/ppp/CONTROL/conffiles [deleted file]
openwrt/package/ppp/ipkg/ppp/etc/ppp/chap-secrets [deleted file]
openwrt/package/ppp/ipkg/ppp/etc/ppp/options [deleted file]
openwrt/package/ppp/ipkg/ppp/etc/ppp/peers/sample [deleted file]
openwrt/package/ppp/ipkg/pppdump.control [new file with mode: 0644]
openwrt/package/ppp/ipkg/pppstats.control [new file with mode: 0644]
openwrt/package/ppp/patches/ppp-2.4.3-makefile.patch [new file with mode: 0644]
openwrt/package/ppp/patches/ppp-2.4.3-mppe-mppc-1.1.patch [new file with mode: 0644]
openwrt/package/ppp/patches/ppp-2.4.3-no-atm.patch [new file with mode: 0644]
openwrt/package/ppp/patches/ppp-2.4.3-no-strip.patch [new file with mode: 0644]
openwrt/package/ppp/patches/ppp-2.4.3-opt-flags.patch [new file with mode: 0644]
openwrt/package/ppp/patches/ppp-2.4.3-pppoe-iface-name.patch [new file with mode: 0644]
openwrt/package/ppp/patches/ppp-2.4.3-radius-config.patch [new file with mode: 0644]
openwrt/package/ppp/ppp.patch [deleted file]