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 $(SOURCE_TAR

Re: [leaf-devel] wpasupplicant

2015-01-08 Thread Yves Blusseau
> Le 8 janv. 2015 à 11:53, Erich Titl a écrit : > > Am 08.01.2015 um 10:57 schrieb Yves Blusseau: >> >>> Le 8 janv. 2015 à 09:53, Erich Titl a écrit : >>> >>> 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

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
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 Wor

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 onl

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 > > e

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 mai

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 >> real

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. > > Sho

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 fo

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 s