Changeset c1101a9 in freewrt for package


Ignore:
Timestamp:
Sep 24, 2006, 3:49:42 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
644c736
Parents:
ca300fc
Message:

switch to /etc/network/interfaces, if webif is not installed, add default network config for wl500g, more to add soon

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/busybox/config/networking/Config.in

    rca300fc rc1101a9  
    200200config BUSYBOX_CONFIG_IFUPDOWN
    201201        bool "ifupdown"
    202         default n
     202        default y
    203203        select BUSYBOX_CONFIG_RUN_PARTS
    204204        help
     
    239239config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
    240240        bool "  Use busybox ifconfig and route applets"
    241         default n
     241        default y
    242242        depends on BUSYBOX_CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP
    243243        select BUSYBOX_CONFIG_IFCONFIG
     
    253253config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPV4
    254254        bool "  Enable support for IPv4"
    255         default n
     255        default y
    256256        depends on BUSYBOX_CONFIG_IFUPDOWN
    257257        help
     
    260260config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPV6
    261261        bool "  Enable support for IPv6"
    262         default n
     262        default y
    263263        depends on BUSYBOX_CONFIG_IFUPDOWN
    264264        help
Note: See TracChangeset for help on using the changeset viewer.