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

2011-06-12 Thread Philip Prindeville
On 6/12/11 3:28 PM, Felix Fietkau wrote: > On 2011-06-13 12:19 AM, Philip Prindeville wrote: >> 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

[OpenWrt-Devel] [PATCH 1/1] eglibc: building patched 2.9 fails on x86

2011-06-12 Thread Philip Prindeville
Did a build of 2.9 on Fedora 14 (x86_64), but am seeing: ... make[6]: Entering directory `/home/philipp/openwrt2/build_dir/toolchain-i386_gcc-linaro_eglibc-2.9/eglibc-2.9-r10153/libc/nscd' /usr/bin/install -c -m 644 /home/philipp/openwrt2/build_dir/toolchain-i386_gcc-linaro_eglibc-2.9/eglibc-2.9

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

2011-06-12 Thread Philip Prindeville
Eglibc doesn't build with the native gnu make if it's 3.82 or later (which it is for Fedora 14, 15, and later). 2.8 also seems to have issues with cross-compilation of i386 targets on an x86_64 host. Signed-off-by: Philip Prindeville Index: toolchain/eglibc/Config.in ==

[OpenWrt-Devel] [PATCH 1/1] geos: deprecate uci-defaults files

2011-06-12 Thread Philip Prindeville
Use preconfigured files rather than uci-defaults. Signed-off-by: Philip Prindeville Index: target/linux/x86/geos/base-files/etc/uci-defaults/ppp === --- target/linux/x86/geos/base-files/etc/uci-defaults/ppp (revision 27156) +++

Re: [OpenWrt-Devel] Package Maintainers Still Wanted

2011-06-12 Thread Philip Prindeville
On 6/12/11 4:53 PM, Russell Senior wrote: >> "Philip" == Philip Prindeville >> writes: > > Philip> On 4/17/10 2:57 PM, Travis Kemen wrote: >>> OpenWrt is still looking for more package maintainers. A list of >>> current maintainers is located at >>> https://dev.openwrt.org/wiki/packages

[OpenWrt-Devel] Seeing other breakage when building eglibc-2.8

2011-06-12 Thread Philip Prindeville
Building on Fedora 14 (updated), x86_64. Note that the %sil register is an AMD64 register. i486-openwrt-linux-gnu-gcc pthread_rwlock_tryrdlock.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrite-strings -fhonour-copts -fmerge-all-constants -fno-align-functions -fno-align-jumps -fno-align-

Re: [OpenWrt-Devel] Package Maintainers Still Wanted

2011-06-12 Thread Russell Senior
> "Philip" == Philip Prindeville > writes: Philip> On 4/17/10 2:57 PM, Travis Kemen wrote: >> OpenWrt is still looking for more package maintainers. A list of >> current maintainers is located at >> https://dev.openwrt.org/wiki/packages . If you are interested >> please let me know and I

[OpenWrt-Devel] [PATCH 1/1] eglibc: Makefile makes use of mixed static and implicit rules

2011-06-12 Thread Philip Prindeville
This syntax was disallowed in gnu make 3.82. This patch has been submitted upstream. Signed-off-by: Philip Prindeville Index: toolchain/eglibc/patches/2.8/110-implicit-rules-mix.patch === --- toolchain/eglibc/patches/2.8/110-implici

Re: [OpenWrt-Devel] Package Maintainers Still Wanted

2011-06-12 Thread Philip Prindeville
On 4/17/10 2:57 PM, Travis Kemen wrote: > OpenWrt is still looking for more package maintainers. A list of > current maintainers is located at > https://dev.openwrt.org/wiki/packages . If you are interested please > let me know and I will get you setup. > > Thanks, > Travis I'm still interested i

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

2011-06-12 Thread Felix Fietkau
On 2011-06-13 12:19 AM, Philip Prindeville wrote: 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/wire

[OpenWrt-Devel] [PATCH v2 1/1] alix2: add config files for bridging

2011-06-12 Thread Philip Prindeville
Redux, as it was requested that I not use uci-defaults. Redux**2, I removed the wifi stuff so it could be auto-generated. Borrowed from the omap24xx configs. Index: target/linux/x86/alix2/base-files/etc/config/network === --- target

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

2011-06-12 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 Then I g

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

2011-06-12 Thread Felix Fietkau
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 ___ openwrt-devel ma

Re: [OpenWrt-Devel] [OpenWrt-Commits] r27160 - in trunk/package/6to4: . files

2011-06-12 Thread Philip Prindeville
Inline... On 6/12/11 11:59 AM, openwrt-comm...@openwrt.org wrote: > Author: jow > Date: 2011-06-12 20:59:40 +0200 (Sun, 12 Jun 2011) > New Revision: 27160 > > Modified: >trunk/package/6to4/Makefile >trunk/package/6to4/files/6to4.sh > Log: > [package] 6to4: don't start if detected local IP

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

2011-06-12 Thread Jonas Gorski
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 starting with 3, and fix some other places breaking with 3.0

[OpenWrt-Devel] [PATCH V2 01/10] Properly extract KERNEL_PATCHVER for linux 3.0

2011-06-12 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- include/kernel-version.mk |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 4ce6771..f47a3f3 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -37,5 +37,

[OpenWrt-Devel] [PATCH V2 04/10] package/kernel: Update version dependencies and kmods for linux 3.0

2011-06-12 Thread Jonas Gorski
Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski --- package/kernel/modules/netsupport.mk | 13 + package/kernel/modules/other.mk |1 + package/kernel/modules/usb.mk|4 ++-- pack

[OpenWrt-Devel] [PATCH V2 08/10] acx-mac80211: Compile fix for newer kernels

2011-06-12 Thread Jonas Gorski
common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski --- .../patches/004-ratelimit_compile_fix.patch| 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 package/acx-mac80211/patches/004-ratelimit_compile_fix.patch diff --g

[OpenWrt-Devel] [PATCH V2 07/10] busybox: Fix insmod for linux 3.0

2011-06-12 Thread Jonas Gorski
Insmod silently rejected being run on any non 2.x kernel. Make its version check allow newer kernels (and reject 2.4- when not enabling the 2.4 feature). Signed-off-by: Jonas Gorski --- package/busybox/patches/470-insmod_search.patch | 25 ++ 1 files changed, 16 insertions(

[OpenWrt-Devel] [PATCH V2 06/10] madwifi: Fix linux 3.0 detection

2011-06-12 Thread Jonas Gorski
Allows madwifi to be built against linux 3.0. Signed-off-by: Jonas Gorski --- .../madwifi/patches/476-3.0_detection_fix.patch| 25 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 package/madwifi/patches/476-3.0_detection_fix.patch diff --git a/pa

[OpenWrt-Devel] [PATCH V2 03/10] bcm47xx: Remove kernel checks from image Makefile

2011-06-12 Thread Jonas Gorski
2.4 isn't present anymore, so it will always be 2.6 (or newer). Since the 2.6 check will break with 3.0, remove it alltogether. Signed-off-by: Jonas Gorski --- target/linux/brcm47xx/image/Makefile |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/target/linux/brcm47xx

[OpenWrt-Devel] [PATCH V2 02/10] Fix CONFIG_LINUX_ for linux 3.0

2011-06-12 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- scripts/metadata.pl |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 138232f..6641fd1 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -188,7 +188,11 @@ sub target_name($) {

Re: [OpenWrt-Devel] Ralink rt3052 Reset button and 2nd MAC

2011-06-12 Thread HP Teoh
On Tue, Jun 7, 2011 at 1:33 AM, Layne Edwards wrote: > On Fri, 3 Jun 2011 14:30:54 +0800, HP Teoh wrote: > > > > On Fri, Jun 3, 2011 at 2:15 PM, Layne Edwards wrote: > >> On Fri, 3 Jun 2011 13:50:17 +0800, HP Teoh wrote: >> >> >> On Fri, Jun 3, 2011 at 12:42 PM, Layne Edwards >> wrote: >> >>>

Re: [OpenWrt-Devel] [OFF-TOPIC] Unix networking programming

2011-06-12 Thread scolfield
Hi, Thanks for your suggestion. The chapters of this book is very nice! -- scolfield On Sun, Jun 12, 2011 at 09:19, Gert Doering wrote: > Hi, > > On Sun, Jun 05, 2011 at 10:00:51AM -0300, scolfield wrote: > > I just only know if you could to indicates a nice books of unix > programming, > > ne

Re: [OpenWrt-Devel] [OFF-TOPIC] Unix networking programming

2011-06-12 Thread Gert Doering
Hi, On Sun, Jun 05, 2011 at 10:00:51AM -0300, scolfield wrote: > I just only know if you could to indicates a nice books of unix programming, > networks and/or Linux. the "ultimate" linux programming book is TLPI... http://www.man7.org/tlpi/index.html (I'm biased, as I had the opportunity to

Re: [OpenWrt-Devel] Make package foo conflict with /replace package bar

2011-06-12 Thread harish badrinath
Thank you for the help. Greets Harish On Sun, Jun 12, 2011 at 3:41 PM, wrote: > On 12.06.2011 10:59, edgar.sol...@web.de wrote: >> On 10.06.2011 08:43, harish badrinath wrote: >>> Hello, >>> If i have a package called foo, How do it specify in its Makefile >>> (package/foo/Makefile) that it con

Re: [OpenWrt-Devel] Make package foo conflict with /replace package bar

2011-06-12 Thread edgar . soldin
On 12.06.2011 10:59, edgar.sol...@web.de wrote: > On 10.06.2011 08:43, harish badrinath wrote: >> Hello, >> If i have a package called foo, How do it specify in its Makefile >> (package/foo/Makefile) that it conflicts with / replaces a package >> called bar. When that happens the compilation is abo

Re: [OpenWrt-Devel] Make package foo conflict with /replace package bar

2011-06-12 Thread edgar . soldin
On 10.06.2011 08:43, harish badrinath wrote: > Hello, > If i have a package called foo, How do it specify in its Makefile > (package/foo/Makefile) that it conflicts with / replaces a package > called bar. When that happens the compilation is aborted until package > bar is deselected. > > try wha