[leaf-devel] wpasupplicant

2015-10-28 Thread Erich Titl
Hi KP You lifted wpasupplicant to 2.5 now it does not appear to compile. Could you tell me the rationale for .source: - zcat $(SOURCE_TARBALL) | tar -xvf - + $(BT_SETUP_BUILDDIR) -v $(SOURCE_TARBALL) touch .source This does not work in my environment s cheers ET

Re: [leaf-devel] wpasupplicant

2015-10-28 Thread kp kirchdoerfer
Hi Erich; Am Mittwoch, 28. Oktober 2015, 14:40:50 schrieb Erich Titl: > Hi KP > > You lifted wpasupplicant to 2.5 now it does not appear to compile. > > Could you tell me the rationale for > > .source: > - zcat $(SOURCE_TARBALL) | tar -xvf - > + $(BT_SETUP_BUILDDIR) -v

Re: [leaf-devel] wpasupplicant

2015-01-08 Thread Yves Blusseau
Le 8 janv. 2015 à 11:53, Erich Titl erich.t...@think.ch a écrit : Am 08.01.2015 um 10:57 schrieb Yves Blusseau: Le 8 janv. 2015 à 09:53, Erich Titl erich.t...@think.ch a écrit : Salut Yves Am 08.01.2015 um 08:46 schrieb Yves Blusseau: One more thing, was is the branch ‘config’ for ?

Re: [leaf-devel] wpasupplicant

2015-01-08 Thread Erich Titl
Salut Yves Am 08.01.2015 um 08:46 schrieb Yves Blusseau: One more thing, was is the branch ‘config’ for ? If it’s a feature branch it need to be more descriptive. If it’s a branch that is own by someone else it’s better to name it name-branch. I don't like the fact that leaf has only this

Re: [leaf-devel] wpasupplicant

2015-01-07 Thread Yves Blusseau
Hello all, and happy new year. Cherry picking is not a good solution. If you want to commit only some changes from one branch to another you can use git add -p for example to select the portion of « code » you want to add. You can alse use rebase -i to create specific commits in a branch and

Re: [leaf-devel] wpasupplicant

2015-01-07 Thread Yves Blusseau
One more thing, was is the branch ‘config’ for ? If it’s a feature branch it need to be more descriptive. If it’s a branch that is own by someone else it’s better to name it name-branch. Regards, Yves -- Dive into the

Re: [leaf-devel] wpasupplicant

2015-01-06 Thread kp kirchdoerfer
Hi Erich; Am Dienstag, 6. Januar 2015, 18:39:28 schrieb Erich Titl: Hi KP Am 06.01.2015 um 18:05 schrieb kp kirchdoerfer: I hoped Yves will respond with much more experience about git than I have. ... Looking at your git commits in config branch I'm curious if works as expected.

Re: [leaf-devel] wpasupplicant

2015-01-06 Thread Erich Titl
Hi KP Am 06.01.2015 um 18:05 schrieb kp kirchdoerfer: I hoped Yves will respond with much more experience about git than I have. ... Looking at your git commits in config branch I'm curious if works as expected. AFAIK it's wrong to merge from maint to config and to merge back into maint.

Re: [leaf-devel] wpasupplicant

2015-01-06 Thread kp kirchdoerfer
Am Sonntag, 4. Januar 2015, 00:00:57 schrieb Erich Titl: Hi I made a commit to include the nl80211 in the config branch. I don't really want to merga all that stuff there into maint as it is not yet ready, but having nl80211 instead of wext only in wpasupplicant would be fine. Should I

Re: [leaf-devel] wpasupplicant

2015-01-06 Thread Andrew
There's a 'git cherrypick' tool to copy commit to another branch. But I don't know how good is this solution. 06.01.2015 19:05, kp kirchdoerfer пишет: Am Sonntag, 4. Januar 2015, 00:00:57 schrieb Erich Titl: Hi I made a commit to include the nl80211 in the config branch. I don't really want

[leaf-devel] wpasupplicant

2015-01-03 Thread Erich Titl
Hi I made a commit to include the nl80211 in the config branch. I don't really want to merga all that stuff there into maint as it is not yet ready, but having nl80211 instead of wext only in wpasupplicant would be fine. Should I just apply the same to maint or is there a way to include this

[leaf-devel] wpasupplicant with nl80211

2014-12-08 Thread Erich Titl
Hi Folks I would like to add the nl80211 driver to wpasupplicant but apparently libnl is missing. I faintly recall there used to be a problem with -lnl in the past ans was wonderin what solution was taken. Here is the error showing in the log CC ../src/drivers/driver_nl80211.c

Re: [leaf-devel] wpasupplicant with nl80211

2014-12-08 Thread kp kirchdoerfer
Am Montag, 8. Dezember 2014, 17:33:14 schrieb Erich Titl: Hi Folks I would like to add the nl80211 driver to wpasupplicant but apparently libnl is missing. I faintly recall there used to be a problem with -lnl in the past ans was wonderin what solution was taken. Here is the error showing

Re: [leaf-devel] wpasupplicant with nl80211

2014-12-08 Thread Erich Titl
Hi KP Am 08.12.2014 um 18:07 schrieb kp kirchdoerfer: .. libnl-3 is the successor to libnl and all our packages now use libnl-3 instead libnl. You'll to massage wpa-supplicant to use libnl-3. It wasn't easy for the packages we moved in the past and we've various ways. Grep for

[leaf-devel] wpasupplicant fixes and enhancements

2014-10-10 Thread Erich Titl
Hi Folks In my work to create an all wireless router I have found a few problems with the way wpasupplicant is implemented. 1) the init sequence appears to be broken, as wpasupplicant must be started before an attempt to set the interface up 2) the wpasupplicant start script has an option bug