owlps/infrastructure-centred
Matteo Cypriani bd789cd4a1 [Listener] Fix compilation on Atheros
Makefile_atheros:
- Add target 'static' to compile fully statically. (Note: does not
  work in the OpenWRT 8.09 cross-compilation suite, since it does not
  provide libiw.a)
- Add target 'semistatic', that compiles with static libowlps and
  dynamic libiw and libpcap.

Fix (mostly) endianess issues:
- le32toh() is defined only in glibc >= 2.9, so owlps-listener did not
  compile with older glibc or other libc (such as uClibc that we use to
  cross-compile to OpenWRT).
  We now define le32toh() manually, if needed.
- Additionally, the PLATFORM_ATHEROS define is removed. We should now
  test the value of __BYTE_ORDER if needed.
2011-03-16 14:51:16 +01:00
..
owlps-aggregator [i-c] Mode passif dans aggregator et listener 2011-03-16 14:07:23 +01:00
owlps-client [Client] Ajout d'options 2011-03-16 14:07:22 +01:00
owlps-listener [Listener] Fix compilation on Atheros 2011-03-16 14:51:16 +01:00
Makefile [i-c] Support fichiers config listener/aggregator 2011-03-16 14:07:22 +01:00
TODO [i-c] Ajouts dans les options et fichier de config 2011-03-16 14:07:22 +01:00