Changeset cea3d26 in freewrt for package/fwifupdown


Ignore:
Timestamp:
Jun 8, 2007, 12:45:58 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
b18839a
Parents:
1995df9
Message:

package/fwifupdown/Config.in:8:warning: 'select' used by config symbol 'FWRT_PACKAGE_FWIFUPDOWN' refer to undefined symbol 'FWIFUPDOWN_CONFIG_PPP'
package/fwifupdown/Config.in:11:warning: 'select' used by config symbol 'FWRT_PACKAGE_FWIFUPDOWN' refer to undefined symbol 'FWIFUPDOWN_CONFIG_WL_BROADCOM'
package/fwifupdown/Config.in:12:warning: 'select' used by config symbol 'FWRT_PACKAGE_FWIFUPDOWN' refer to undefined symbol 'FWIFUPDOWN_CONFIG_WL_ATHEROS'

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/fwifupdown/Config.in

    r1995df9 rcea3d26  
    66        select FWIFUPDOWN_CONFIG_BRIDGE if FWRT_PACKAGE_BRIDGE_UTILS && FWRT_PACKAGE_FWIFUPDOWN = y
    77        select FWIFUPDOWN_CONFIG_IFACE if FWRT_PACKAGE_FWIFUPDOWN
    8         select FWIFUPDOWN_CONFIG_PPP if FWRT_PACKAGE_PPP && FWRT_PACKAGE_FWIFUPDOWN = y
    98        select FWIFUPDOWN_CONFIG_TUNTAP if FWRT_PACKAGE_TUNCTL || FWRT_PACKAGE_OPENVPN && FWRT_PACKAGE_FWIFUPDOWN = y
    109        select FWIFUPDOWN_CONFIG_VLAN if BUSYBOX_CONFIG_VCONFIG && FWRT_PACKAGE_FWIFUPDOWN = y
    11         select FWIFUPDOWN_CONFIG_WL_BROADCOM if FWRT_PACKAGE_BROADCOM_WL_UTIL && FWRT_PACKAGE_FWIFUPDOWN = y
    12         select FWIFUPDOWN_CONFIG_WL_ATHEROS if FWRT_PACKAGE_KMOD_MADWIFI && FWRT_PACKAGE_FWIFUPDOWN = y
    1310
    1411        help
Note: See TracChangeset for help on using the changeset viewer.