Changeset e82b032 in freewrt


Ignore:
Timestamp:
Jul 6, 2006, 2:16:23 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
b232ea4
Parents:
08e79f2
Message:

ppp Config.in cleanup, do not use filter support by default

git-svn-id: svn://www.freewrt.org/trunk/freewrt@175 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/ppp/Config.in

    r08e79f2 re82b032  
    44        prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
    55        tristate
    6         default n if BR2_LINUX_2_6_ARUBA
    76        default y
    87        select BR2_PACKAGE_KMOD_PPP
     
    1110        prompt "Enable filter support"
    1211        bool
    13         default y
     12        default n
    1413
    1514config BR2_PACKAGE_PPP_MOD_PPPOA
    1615        prompt   "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
    1716        tristate
    18         default y if BR2_LINUX_2_4_AR7
     17        default n
    1918        depends on BR2_PACKAGE_PPP
    2019        select BR2_PACKAGE_KMOD_PPPOATM
     
    3029        prompt   "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
    3130        tristate
    32         default m if CONFIG_DEVEL
     31        default n
    3332        depends on BR2_PACKAGE_PPP
    3433
     
    3635        prompt   "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
    3736        tristate
    38         default m if CONFIG_DEVEL
     37        default n
    3938        depends on BR2_PACKAGE_PPP
    4039
     
    4241        prompt   "pppdump......................... Utility to read PPP record file"
    4342        tristate
    44         default m if CONFIG_DEVEL
     43        default n
    4544        depends on BR2_PACKAGE_PPP
    4645
     
    4847        prompt   "pppstats........................ Utility to report PPP statistics"
    4948        tristate
    50         default m if CONFIG_DEVEL
     49        default n
    5150        depends on BR2_PACKAGE_PPP
    5251
Note: See TracChangeset for help on using the changeset viewer.