summaryrefslogtreecommitdiff
path: root/openwrt/package/ppp/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-26 15:52:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-26 15:52:12 +0000
commit7fdfde3edce76a7edb8378f80c67ad9932f768ff (patch)
tree20778c53fcbef2bc8ed5a08e08f4665a35afa81f /openwrt/package/ppp/Config.in
parent6b854dd30ac353abef99611052318d4ea74d749e (diff)
downloadmtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.zip
mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.tar.gz
mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.tar.bz2
clean up board-dependent files, add pppoatm support, add proper config examples
SVN-Revision: 1754
Diffstat (limited to 'openwrt/package/ppp/Config.in')
-rw-r--r--openwrt/package/ppp/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in
index 951c248..4feadee 100644
--- 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
+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_PPPOA
+
config BR2_PACKAGE_PPP_MOD_PPPOE
prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
tristate