9-13-2003 makefile error
Andrew Goodney <[email protected]> Wed, 26 Nov 2003 09:43:32 -0800
| Newsgroups | gmane.linux.drivers.wireless.access-point |
|---|---|
| Message-ID | <[email protected]> |
I know this list doesn't have much traffic right now dealing with the
LinuxAP sources from linuxAP.ksmith.com
However, I found a bug in the Mk/hostap.mk makefile. The hostap-install
target was missing a line in the make call that caused the make to fail
when building for the wl11000 target. Patch file is below. Not sure if
this applies to Soekris as well, maybe I'll get around to testing that
when we get our new Soekris boards in.
-Andrew Goodney
user@host:/usr/src/linuxAP/Mk$ diff -c hostap.mk.orig hostap.mk
*** hostap.mk.orig Wed Nov 26 09:37:55 2003
--- hostap.mk Wed Nov 26 09:37:12 2003
***************
*** 32,37 ****
--- 32,38 ----
@$(MAKE) -C hostap IMAGE_DIR=$(IMAGE_DIR) \
CROSS_COMPILE=$(CROSS_COMPILE) \
DESTDIR=$(IMAGE_DIR) \
+ KERNEL_PATH=$(KERNEL_DIR) \
install_pccard \
install_hostap \
install_crypt \