summaryrefslogtreecommitdiff
path: root/openwrt/package/ppp
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-02 19:29:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-02 19:29:33 +0000
commit35f03f2375a9fffc996a28bf6e0bd5b793d6e395 (patch)
tree0c806ff33bd2673469b10a79698812435ab2a14b /openwrt/package/ppp
parentebac64aab92ecb158af60938e729c97ed5e4b0b7 (diff)
downloadmtk-20170518-35f03f2375a9fffc996a28bf6e0bd5b793d6e395.zip
mtk-20170518-35f03f2375a9fffc996a28bf6e0bd5b793d6e395.tar.gz
mtk-20170518-35f03f2375a9fffc996a28bf6e0bd5b793d6e395.tar.bz2
add depend on kmod-pppoe in ppp menuconfig
SVN-Revision: 531
Diffstat (limited to 'openwrt/package/ppp')
-rw-r--r--openwrt/package/ppp/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in
index 1f92022..4f1fb3b 100644
--- a/openwrt/package/ppp/Config.in
+++ b/openwrt/package/ppp/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_PPP
config BR2_PACKAGE_PPP_PPPOE
tristate
prompt "PPP over Ethernet plugin"
+ select BR2_PACKAGE_KMOD_PPPOE
default y
depends on BR2_PACKAGE_PPP