summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
arron.wang [Fri, 8 Jun 2012 00:23:38 +0000 (08:23 +0800)]
events: Custom event for broadcom proprietary driver
arron.wang [Fri, 8 Jun 2012 00:10:27 +0000 (08:10 +0800)]
eap_peer: create a libeap library, with header files and pkg-config [v2]
This adds infrastructe in src/eap_peer to make libeap.so and install
the needed header files and pkg-config files.
Now, this is quite dirty and probably not what we want in the long
term, but serves as an starting point:
- we don't build from the wpa_supplicant directory because the
objects the .so have to be built with -fPIC. So if you need to
build both the binary and the library:
make -C wpa_supplicant
make -C src/eap_peer clean
make -C src/eap_peer
As I said, it's dirty -- we'd need either wpa_supplicant linking
against the library properly (but that seems not to be desirable)
or a multiple object build approach ala automake.
- need to use 'override CFLAGS' in src/eap_peer/Makefile, otherwise
any CFLAGS setting will kill the build infrastructure. I miss
AM_CFLAGS.
- adds 'eap_register_methods()' that will register every compiled in
method.
arron.wang [Thu, 7 Jun 2012 23:52:41 +0000 (07:52 +0800)]
Merge with wpa_supplicant 1.0 stable release
jdong7 [Wed, 30 May 2012 09:31:55 +0000 (17:31 +0800)]
Clean up spec file for packaging.
Graydon, Tracy [Sat, 19 May 2012 05:14:59 +0000 (22:14 -0700)]
take two at packaging
Graydon, Tracy [Sat, 19 May 2012 04:46:29 +0000 (21:46 -0700)]
spec change
Graydon, Tracy [Sat, 19 May 2012 04:38:27 +0000 (21:38 -0700)]
fix spec
Graydon, Tracy [Sat, 19 May 2012 04:25:11 +0000 (21:25 -0700)]
packaging fixes
Graydon, Tracy [Sat, 19 May 2012 04:18:30 +0000 (21:18 -0700)]
fix packaging
Graydon, Tracy [Tue, 8 May 2012 03:17:19 +0000 (20:17 -0700)]
Fix patches for OBS
Graydon, Tracy [Sat, 5 May 2012 03:11:54 +0000 (20:11 -0700)]
Move patches
Yang Lin [Fri, 4 May 2012 10:54:22 +0000 (18:54 +0800)]
test release infrastructure
Prajwal Mohan [Fri, 27 Apr 2012 23:29:25 +0000 (16:29 -0700)]
Initial Import