Changeset 2182

Show
Ignore:
Timestamp:
03/07/07 09:39:40 (2 years ago)
Author:
proski
Message:

Treat CONFIG_WIRELESS_EXT like CONFIG_NET_RADIO

wireless-dev.git uses CONFIG_WIRELESS_EXT instead of CONFIG_NET_RADIO.
Allow either of them to be defined.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r2174 r2182  
    171171         
    172172        @# check wireless extensions support is enabled 
    173         @if [ -z "$(CONFIG_NET_RADIO)" ]; then \ 
     173        @if [ -z "$(CONFIG_NET_RADIO)$(CONFIG_WIRELESS_EXT)" ]; then \ 
    174174            echo "FAILED"; \ 
    175175            echo "Please enable wireless extensions."; \