diff options
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 |