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
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
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
==
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)
+++
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
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-
> "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
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
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
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
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
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
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
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
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
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,
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
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
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(
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
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
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($) {
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:
>>
>>>
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
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
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
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
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
28 matches
Mail list logo