diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 19:29:33 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 19:29:33 +0000 |
commit | c891972a08d0df87e5cb26f62fd2e305c383804f (patch) | |
tree | 13706ad11e8a866099f2620f9c1812dc52adb78e /package | |
parent | 6ea5ea7c86437ed9add589d3c7c121197532e14b (diff) |
add depend on kmod-pppoe in ppp menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@531 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/ppp/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/Config.in b/package/ppp/Config.in index 1f92022ef..4f1fb3bc7 100644 --- a/package/ppp/Config.in +++ b/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 |