diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-10-06 14:34:47 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-18 11:30:31 +0200 |
commit | 61e61aebce3316f55725d114240a206210188114 (patch) | |
tree | f735fd1d059a39e2a38665bdc3e137a3a0995e81 /package/pppd/Config.in | |
parent | d73efad3fe8d47fc3d7785a614c6369897bb5192 (diff) |
pppd: convert to gentargets, properly add radius support, fix l2tp for 2.6.35 headers
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pppd/Config.in')
-rw-r--r-- | package/pppd/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/pppd/Config.in b/package/pppd/Config.in index daca87613..879b263cf 100644 --- a/package/pppd/Config.in +++ b/package/pppd/Config.in @@ -13,3 +13,9 @@ config BR2_PACKAGE_PPPD_FILTER Packet filtering abilities for pppd. If enabled, the pppd active-filter and pass-filter options are available. + +config BR2_PACKAGE_PPPD_RADIUS + depends on BR2_PACKAGE_PPPD + bool "radius" + help + Install RADIUS support for pppd |