diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-11-02 16:32:36 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 23:31:12 +0100 |
commit | e9ae739ce757d73657ef860e21ccc78b3d55816e (patch) | |
tree | ae79012cddf2d10e6a6a53fb395fb9ea3137ace4 /package/rp-pppoe/Config.in | |
parent | 7c949cb2a23791e8baeeac32ae3d90869b07617d (diff) |
rp-pppoe: bump to version 3.10, convert to gentargets, undeprecate.
Most of the work from Darcy Watkins <dwatkins@tranzeo.com>
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rp-pppoe/Config.in')
-rw-r--r-- | package/rp-pppoe/Config.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package/rp-pppoe/Config.in b/package/rp-pppoe/Config.in index f2431f6b1..668a4430a 100644 --- a/package/rp-pppoe/Config.in +++ b/package/rp-pppoe/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_RP_PPPOE - bool "pppoe" - depends on BR2_DEPRECATED + bool "rp-pppoe" + depends on BR2_PACKAGE_PPPD help An implementation of the Point-to-point protocol over Ethernet. + Has userspace client and server deamons. You likely only need + this package if you are implementing the pppoe server that will + service other pppoe client devices. Otherwise the normal client + functionality already exists in the pppd package (and kernel). http://www.roaringpenguin.com/pppoe.html |