aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-23 01:25:30 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-23 01:25:30 +0000
commit4ff58077282d5b1ef2f9fcd199cd8f8194ac78ca (patch)
tree74bf694c6ed628903178bc32e41e8402d655668e /package/linux/Config.in
parent9b536d0b66ac5a2bccf50746805b8fa3fd658812 (diff)
downloadupstream-4ff58077282d5b1ef2f9fcd199cd8f8194ac78ca.tar.gz
upstream-4ff58077282d5b1ef2f9fcd199cd8f8194ac78ca.tar.bz2
upstream-4ff58077282d5b1ef2f9fcd199cd8f8194ac78ca.zip
Add new kmod-pppoe package, add ppp_async.o to kmod-ppp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@418 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/Config.in')
-rw-r--r--package/linux/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/linux/Config.in b/package/linux/Config.in
index 1275b216c2..6caf8f4959 100644
--- a/package/linux/Config.in
+++ b/package/linux/Config.in
@@ -83,6 +83,13 @@ config BR2_PACKAGE_KMOD_MPPE
help
Support for Microsoft PPP Encryption/Compression
+config BR2_PACKAGE_KMOD_PPPOE
+ tristate "PPPoE modules"
+ default m
+ depends BR2_PACKAGE_KMOD_PPP
+ help
+ Support for PPP over Ethernet
+
config BR2_PACKAGE_KMOD_TUN
tristate "Universal TUN/TAP driver"
default m