Re: [OpenWrt-Devel] [PATCH] samba 3.0.37 update

2011-06-13 Thread Cezary Jackiewicz
Dnia 2011-06-14, o godz. 00:22:27 John Crispin napisał(a): > On 13/06/11 23:50, Maarten Bezemer wrote: > > On Mon, 2011-06-13 at 23:38 +0200, Maarten Bezemer wrote: > >> On Mon, 2011-06-13 at 23:07 +0200, Cezary Jackiewicz wrote: > >>> Dnia 2011-06-13, o godz. 22:41:11 > >>> Maarten Bezemer napi

[OpenWrt-Devel] [PATCH 1/1] x86: remove damage incurred in r25103

2011-06-13 Thread Philip Prindeville
r25103 arguably should not have made the base-files.mk change that it did. Profiles indeed should not be affecting building in the scope of the target or other sub-targets. This needs to be rethought. I propose rewriting all of the profiles as subtargets and deprecating profiles altogether. Un

Re: [OpenWrt-Devel] [PATCH] lantiq: etop random MAC error ticket #9547

2011-06-13 Thread John Crispin
also added the same fix for .32 applied in 27172 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] samba 3.0.37 update

2011-06-13 Thread John Crispin
On 13/06/11 23:50, Maarten Bezemer wrote: > On Mon, 2011-06-13 at 23:38 +0200, Maarten Bezemer wrote: >> On Mon, 2011-06-13 at 23:07 +0200, Cezary Jackiewicz wrote: >>> Dnia 2011-06-13, o godz. 22:41:11 >>> Maarten Bezemer napisał(a): >>> This patch updates samba to version 3.0.37 (probably t

[OpenWrt-Devel] [PATCH] lantiq: etop random MAC error ticket #9547

2011-06-13 Thread conor
Fix for bug where the iniatialisation of the MAC data private strucure is copied into the wrong location. More details in the ticket #9547 Simple fix, but good to work through the patching and submission process. I'll try follow up with a small refactoring of the code in that area. Tested on an arv

Re: [OpenWrt-Devel] [PATCH] samba 3.0.37 update

2011-06-13 Thread Maarten Bezemer
On Mon, 2011-06-13 at 23:38 +0200, Maarten Bezemer wrote: > On Mon, 2011-06-13 at 23:07 +0200, Cezary Jackiewicz wrote: > > Dnia 2011-06-13, o godz. 22:41:11 > > Maarten Bezemer napisał(a): > > > > > This patch updates samba to version 3.0.37 (probably the last 3.0 > > > version that is going to

Re: [OpenWrt-Devel] [PATCH] samba 3.0.37 update

2011-06-13 Thread Maarten Bezemer
On Mon, 2011-06-13 at 23:07 +0200, Cezary Jackiewicz wrote: > Dnia 2011-06-13, o godz. 22:41:11 > Maarten Bezemer napisał(a): > > > This patch updates samba to version 3.0.37 (probably the last 3.0 > > version that is going to be released) > > This patch should also provide cifsmount. It is pos

Re: [OpenWrt-Devel] [PATCH] samba 3.0.37 update

2011-06-13 Thread Cezary Jackiewicz
Dnia 2011-06-13, o godz. 22:41:11 Maarten Bezemer napisał(a): > This patch updates samba to version 3.0.37 (probably the last 3.0 > version that is going to be released) This patch should also provide cifsmount. -- Cezary ___ openwrt-devel mailing l

[OpenWrt-Devel] [PATCH] No LaTeX documentation for sane-backend package

2011-06-13 Thread Maarten Bezemer
If no LaTeX tools are present, building sane-backend package fails. This patch removes the building of the LaTeX documentation (it does not seem sensible/required for routers) Signed-off-by: Maarten Bezemer --- Index: utils/sane-backends/Makefile

Re: [OpenWrt-Devel] [PATCH 1/1] alix2: add config files for wifi and bridging

2011-06-13 Thread Philip Prindeville
On 6/12/11 2:09 PM, Felix Fietkau wrote: > On 2011-06-12 12:05 AM, Philip Prindeville wrote: >> Redux, as it was requested that I not use uci-defaults. >> >> Borrowed from the omap24xx configs. > NACK for the wireless part. The default /etc/config/wireless is > autogenerated. > > - Felix For what

Re: [OpenWrt-Devel] [PATCH 1/1] eglibc: Bump default version to 2.12

2011-06-13 Thread Mirko Vogt
Never mind.. a quote of: http://lists.debian.org/debian-devel/2009/05/msg00175.html And to answer some of the questions: [..] - strlcpy() and strlcat() won't be added to EGLIBC as it would break the ABI and API. Use libbsd [2] for that, it is already in the archive. So I packaged li

Re: [OpenWrt-Devel] [PATCH 1/1] eglibc: Bump default version to 2.12

2011-06-13 Thread Mirko Vogt
Hey Philipp, are you able to build udevtrigger (part of the hotplug2 package) with eglibc 2.12? I'm asking because of this ticket: https://dev.openwrt.org/ticket/9012 Cheers mirko On Sun, 12 Jun 2011 17:48:57 -0700, Philip Prindeville wrote: Eglibc doesn't build with the native gnu make if

Re: [OpenWrt-Devel] [PATCH V2 00/10] Add support for linux 3.0

2011-06-13 Thread Hauke Mehrtens
On 06/12/2011 07:38 PM, Jonas Gorski wrote: > Linux 3.0 is now at rc2, and it still isn't in OpenWrt supported, we have > to fix that! > > But first we have to make sure that it doesn't break anything (or at least > not too much), so add the required checks and handling for version numbers > star