Added dleffler's comments about make mrproper, update CHANGES, and update
the version number to -pre2 in config.in.origin
parent
9b6e5b4567
commit
61106bd4c5
6
CHANGES
6
CHANGES
|
@ -42,6 +42,12 @@
|
|||
*
|
||||
* --------------------------------------------------------------------
|
||||
0.1.13
|
||||
-pre2
|
||||
- Added a note to the README about dleffler's observation regarding
|
||||
netlink troubles and using 'make mrproper'.
|
||||
- Added gback's patch to initialize wireless extensions for non-pcmcia
|
||||
targets.
|
||||
-pre1
|
||||
- Fixed a patch induced (not sure which patch) Makefile syntax error.
|
||||
- Added rfloeter's cool Wireless Extensions patch which was kindly
|
||||
updated to 0.1.12 by pizza. Note that my own testing of this patch has
|
||||
|
|
6
README
6
README
|
@ -126,6 +126,12 @@ To build linux-wlan-ng you will need:
|
|||
not build yourself), look for help on the mailing lists because it
|
||||
can be tricky. I always run against kernels I've built myself, so I'm
|
||||
not much help in this area.
|
||||
- The good David Leffler identified that if you are having difficulty
|
||||
with *_netlink_* symbols, you may have a problem with 'make clean' in
|
||||
the kernel tree. Do a 'make mrproper' followed by 'make config'
|
||||
and the rest of the kernel build process. 'make mrproper' does
|
||||
a more thorough cleaning of the kernel tree. For more info, look
|
||||
for David's comments in the linux-wlan-user mailing list.
|
||||
- If you are building a driver for a PCMCIA card, you will also need
|
||||
the configured PCMCIA source code for the pcmcia_cs subsystem you
|
||||
are currently running.
|
||||
|
|
Loading…
Reference in New Issue