Re: [OpenWrt-Devel] rt28xx AP-mode problem with commit 3edaf3e61fda3aa9ff8d38445bf92f2bec23bf63 "mac80211: manage AP netdev carrier state"

2012-05-11 Thread Tobias Diedrich
Johannes Berg wrote: > On Wed, 2012-05-09 at 23:04 +0200, Tobias Diedrich wrote: > > > > PKG_REV:=1f0cc27eb98f7d1af9c64d0752238184cbdb9a24 > > Ok. > > > When associating to the AP works (3edaf3e61fda3aa9ff8d38445bf92f2bec23bf63 > > reverted): > > root@OpenWrt:/# ip monitor > > dev eth0.1 lladdr

Re: [OpenWrt-Devel] Author: Frédéric Leroy

2012-05-11 Thread Frédéric Leroy
Le 11/05/2012 19:41, Jo-Philipp Wich a écrit : > Hi, > > after reading the patche multiple times I still don't get the purpose. > Shouldn't $link already contain the last value when leaving the inner > while() loop? Why do you need yet another variable which is just a copy > of the existing one? S

Re: [OpenWrt-Devel] Author: Frédéric Leroy

2012-05-11 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, after reading the patche multiple times I still don't get the purpose. Shouldn't $link already contain the last value when leaving the inner while() loop? Why do you need yet another variable which is just a copy of the existing one? ~ Jow -B

Author: Frédéric Leroy

2012-05-11 Thread Frédéric Leroy
download.pl: fix PKG_SOURCE_URL=file://... urls diff --git a/scripts/download.pl b/scripts/download.pl index 86a6bf4..84af8de 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -77,9 +77,11 @@ sub download } if (open TMPDLS, "find $cache -follow -name

[OpenWrt-Devel] [PATCHv2] depending on util-linux fails for libuuid

2012-05-11 Thread michael-dev
Hi, for example apr-utils and e2fsprogs depend on util-linux proving libuuid, but util-linux does not install them into staging_dir/target.../. For libuuid, the following patch fixes this and makes apr-util build again. Patch rev 2: also exports uuid.h header and all other libraries included

[OpenWrt-Devel] [PATCH] depending on util-linux fails for libuuid

2012-05-11 Thread michael-dev
Hi, for example apr-utils and e2fsprogs depend on util-linux proving libuuid, but util-linux does not install them into staging_dir/target.../. For libuuid, the following patch fixes this and makes apr-util build again. diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile i

[OpenWrt-Devel] apr-util compile error

2012-05-11 Thread michael-dev
Hi, apr-utils misses a PKG_BUILD_DEPENDS:=util-linux so linking against libuuid fails. Regards, M. Braun ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel