diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-22 07:54:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-22 07:54:17 +0000 |
commit | 419058b3d2e03108be98ae1a9c4bfbf9e74b8402 (patch) | |
tree | 12828686572bd73f9cc088c97e2b154accaa2634 /openwrt | |
parent | ca8e55cdd7fb146f32358c8f8648a722abf67bec (diff) | |
download | mtk-20170518-419058b3d2e03108be98ae1a9c4bfbf9e74b8402.zip mtk-20170518-419058b3d2e03108be98ae1a9c4bfbf9e74b8402.tar.gz mtk-20170518-419058b3d2e03108be98ae1a9c4bfbf9e74b8402.tar.bz2 |
fix typo
SVN-Revision: 1973
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/rp-pppoe/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/rp-pppoe/Config.in b/openwrt/package/rp-pppoe/Config.in index 4b43a82..ba4e047 100644 --- a/openwrt/package/rp-pppoe/Config.in +++ b/openwrt/package/rp-pppoe/Config.in @@ -43,8 +43,8 @@ config BR2_PACKAGE_PPPOE_SERVER config BR2_PACKAGE_PPPOE_SNIFF tristate prompt "pppoe-sniff - PPPoE (PPP over Ethernet) frame sniffer" - default m if BR2_COMPILE_RP_PPPOE - select BR2_PACKAGE_RP_PPPOE + default m if DEVELOPER + select BR2_COMPILE_RP_PPPOE help PPPoE (PPP over Ethernet) frame sniffer |