Changeset 1650

Show
Ignore:
Timestamp:
06/23/06 07:56:13 (3 years ago)
Author:
proski
Message:

If ARCH cannot be determined, suggest checking .config

The suggestion to set ARCH is not helpful. get_arch_target.sh tries
really hard to determine ARCH even for the kernel architectures not
supported by Madwifi. If ARCH is not set, it's almost definitely due to
problems with .config

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.inc

    r1646 r1650  
    128128 
    129129ifeq (,$(ARCH)) 
    130 $(error Cannot determine kernel architecture, please set ARCH
     130$(error Cannot determine kernel architecture, please check $(KERNELCONF)
    131131endif 
    132132export ARCH