projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add fixes for dsl code, clean up old hacks
[openwrt.git]
/
openwrt
/
package
/
ppp
/
Config.in
diff --git
a/openwrt/package/ppp/Config.in
b/openwrt/package/ppp/Config.in
index
951c248
..
21b7b42
100644
(file)
--- a/
openwrt/package/ppp/Config.in
+++ b/
openwrt/package/ppp/Config.in
@@
-6,6
+6,13
@@
config BR2_PACKAGE_PPP
default y
select BR2_PACKAGE_KMOD_PPP
default y
select BR2_PACKAGE_KMOD_PPP
+config BR2_PACKAGE_PPP_MOD_PPPOA
+ prompt "...-mod-pppoa - PPPoA (PPP over ATM) plugin"
+ tristate
+ default y if BR2_LINUX_2_4_AR7
+ depends on BR2_PACKAGE_PPP
+ select BR2_PACKAGE_KMOD_PPPOATM
+
config BR2_PACKAGE_PPP_MOD_PPPOE
prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
tristate
config BR2_PACKAGE_PPP_MOD_PPPOE
prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
tristate
This page took
0.025129 seconds
and
4
git commands to generate.