Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable chat...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 May 2005 18:05:44 +0000 (18:05 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 May 2005 18:05:44 +0000 (18:05 +0000)
commitc49c4efbf0d97a4c5d00ee5bfd0764134d5e72d2
tree3e390e67c01a7296de08f2c25cd57ee9a3916d4f
parent3a0a0eaebfea3e66927051ad37775c31016fa1bc
Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable chat package, split ppp patch into multiple patches

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