fix typo
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 22 Sep 2005 07:54:17 +0000 (07:54 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 22 Sep 2005 07:54:17 +0000 (07:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1973 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/rp-pppoe/Config.in

index 4b43a82..ba4e047 100644 (file)
@@ -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
          
This page took 0.029932 seconds and 4 git commands to generate.