Re: [OpenWrt-Devel] customizing a firmware

2008-06-18 Thread Gregers Petersen
Jan Hetges wrote: > On Wed, Jun 18, 2008 at 12:38:10AM -0400, Brian J. Murrell wrote: >> OK. So it looks like to upgrade my existing Kamikaze installation, I'm >> going to need to flash a new firmware onto it with mtd. >> >> But I am sure this will not be the last time I want to do this and I >> r

Re: [OpenWrt-Devel] customizing a firmware

2008-06-18 Thread Jan Hetges
On Wed, Jun 18, 2008 at 12:38:10AM -0400, Brian J. Murrell wrote: > OK. So it looks like to upgrade my existing Kamikaze installation, I'm > going to need to flash a new firmware onto it with mtd. > > But I am sure this will not be the last time I want to do this and I > really want to avoid havi

Re: [OpenWrt-Devel] [GCC4.3 v3 1/3] Initial support for gcc4.3.1

2008-06-18 Thread Luigi 'Comio' Mantellini
Just an important note: the patches are from buildroot git tree maintained by Bernhard Fischer (thanks!). On mer, 2008-06-18 at 19:01 +0200, Luigi 'Comio' Mantellini wrote: > --- > toolchain/gcc/Config.in|3 + > toolchain/gcc/Config.version

[OpenWrt-Devel] [GCC4.3 v3 1/3] Initial support for gcc4.3.1

2008-06-18 Thread Luigi 'Comio' Mantellini
--- toolchain/gcc/Config.in|3 + toolchain/gcc/Config.version | 18 ++ toolchain/gcc/Makefile | 28 ++ toolchain/gcc/patches/4.3.1/100-uclibc-conf.patch | 33 +++ .../patches/4.3.1/104-gnuhurd-uclibc-conf.patc

[OpenWrt-Devel] [GCC4.3 v3 3/3] Minor fixes

2008-06-18 Thread Luigi 'Comio' Mantellini
--- toolchain/gcc/Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index cd0203f..a04c059 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -48,7 +48,7 @@ else SOFT_FLOAT_CONFIG_OPTION:=--with-

[OpenWrt-Devel] [GCC4.3 v3 2/3] Compile free (tested on mipsel-2.6)

2008-06-18 Thread Luigi 'Comio' Mantellini
--- include/target.mk |4 ++-- toolchain/uClibc/Makefile |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/target.mk b/include/target.mk index 8b12395..d9aa2be 100644 --- a/include/target.mk +++ b/include/target.mk @@ -105,8 +105,8 @@ $(eval $(call she

Re: [OpenWrt-Devel] [gcc4.3] Adding initial support for m68k/coldfire

2008-06-18 Thread Gregers Petersen
Robert P. J. Day wrote: > whoa, please don't do that again. with something that large, just > post it somewhere and let others download it if they're interested. > I would like to mention that the above was a personal comment from Robert P. J. Day - it does not represent the present OpenWrt g

Re: [OpenWrt-Devel] [gcc4.3] Adding initial support for m68k/coldfire

2008-06-18 Thread Luigi 'Comio' Mantellini
Please delete my patches. I will send a "compact" edition without patchset for coldfire (that doesn't work...). thanks luigi On mer, 2008-06-18 at 11:25 -0400, Robert P. J. Day wrote: > whoa, please don't do that again. with something that large, just > post it somewhere and let others downl

Re: [OpenWrt-Devel] [gcc4.3] Adding initial support for m68k/coldfire

2008-06-18 Thread Robert P. J. Day
whoa, please don't do that again. with something that large, just post it somewhere and let others download it if they're interested. rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry:

Re: [OpenWrt-Devel] [gcc4.3] Initial support for gcc4.3.1

2008-06-18 Thread Luigi 'Comio' Mantellini
Please ignore these patches. I will resend with numbering asap. Thanks. luigi On mer, 2008-06-18 at 17:03 +0200, Luigi 'Comio' Mantellini wrote: > --- > toolchain/gcc/Config.in|3 + > toolchain/gcc/Config.version | 18 ++ > toolchain/gcc/

[OpenWrt-Devel] [gcc4.3 V2 3/5] Avoid generic patches...

2008-06-18 Thread Luigi 'Comio' Mantellini
--- target/linux/cf547x/Makefile |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/target/linux/cf547x/Makefile b/target/linux/cf547x/Makefile index 3b88703..ae98efa 100644 --- a/target/linux/cf547x/Makefile +++ b/target/linux/cf547x/Makefile @@ -14,6 +14,8 @@ BOARDNAME:=Ge

[OpenWrt-Devel] [gcc4.3 V2 5/5] Compile free (tested on mipsel-2.6)

2008-06-18 Thread Luigi 'Comio' Mantellini
--- include/target.mk |4 ++-- toolchain/uClibc/Makefile |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/target.mk b/include/target.mk index 8b12395..d9aa2be 100644 --- a/include/target.mk +++ b/include/target.mk @@ -105,8 +105,8 @@ $(eval $(call she

[OpenWrt-Devel] [gcc4.3 V2 2/5] Fix board name

2008-06-18 Thread Luigi 'Comio' Mantellini
--- target/linux/cf547x/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/cf547x/Makefile b/target/linux/cf547x/Makefile index c484362..3b88703 100644 --- a/target/linux/cf547x/Makefile +++ b/target/linux/cf547x/Makefile @@ -9,7 +9,7 @@ include $(TOPD

[OpenWrt-Devel] [gcc4.3 V2 4/5] Initial support for gcc4.3.1

2008-06-18 Thread Luigi 'Comio' Mantellini
--- toolchain/gcc/Config.in|3 + toolchain/gcc/Config.version | 18 ++ toolchain/gcc/Makefile | 28 ++ toolchain/gcc/patches/4.3.1/100-uclibc-conf.patch | 33 +++ .../patches/4.3.1/104-gnuhurd-uclibc-conf.patc

[OpenWrt-Devel] [gcc4.3] Fix board name

2008-06-18 Thread Luigi 'Comio' Mantellini
--- target/linux/cf547x/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/cf547x/Makefile b/target/linux/cf547x/Makefile index c484362..3b88703 100644 --- a/target/linux/cf547x/Makefile +++ b/target/linux/cf547x/Makefile @@ -9,7 +9,7 @@ include $(TOPD

[OpenWrt-Devel] [gcc4.3] Avoid generic patches...

2008-06-18 Thread Luigi 'Comio' Mantellini
--- target/linux/cf547x/Makefile |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/target/linux/cf547x/Makefile b/target/linux/cf547x/Makefile index 3b88703..ae98efa 100644 --- a/target/linux/cf547x/Makefile +++ b/target/linux/cf547x/Makefile @@ -14,6 +14,8 @@ BOARDNAME:=Ge

[OpenWrt-Devel] [gcc4.3] Compile free (tested on mipsel-2.6)

2008-06-18 Thread Luigi 'Comio' Mantellini
--- include/target.mk |4 ++-- toolchain/uClibc/Makefile |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/target.mk b/include/target.mk index 8b12395..d9aa2be 100644 --- a/include/target.mk +++ b/include/target.mk @@ -105,8 +105,8 @@ $(eval $(call she

[OpenWrt-Devel] [gcc4.3] Initial support for gcc4.3.1

2008-06-18 Thread Luigi 'Comio' Mantellini
--- toolchain/gcc/Config.in|3 + toolchain/gcc/Config.version | 18 ++ toolchain/gcc/Makefile | 28 ++ toolchain/gcc/patches/4.3.1/100-uclibc-conf.patch | 33 +++ .../patches/4.3.1/104-gnuhurd-uclibc-conf.patc

[OpenWrt-Devel] update to shorewall-lite specific for openwrt

2008-06-18 Thread Brian J. Murrell
Per the conversation thread here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg04331.html and specifically in this message: http://www.mail-archive.com/[EMAIL PROTECTED]/msg04415.html find below the aforementioned patch that will never be integrated into shorewall and that we will have to ca

[OpenWrt-Devel] separate firewall scripts from iptables package

2008-06-18 Thread Brian J. Murrell
This package separates out the firewall scripts from the iptables package, making it possible to have iptables installed without having to bring in the firewall scripts. Useful for say, when you want to use shorewall-lite rather than the firewall scripts. Signed-off-by: Brian J. Murrell <[EMAIL

Re: [OpenWrt-Devel] customizing a firmware

2008-06-18 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian J. Murrell wrote: > OK. So it looks like to upgrade my existing Kamikaze installation, I'm > going to need to flash a new firmware onto it with mtd. > > But I am sure this will not be the last time I want to do this and I > really want to avoid

Re: [OpenWrt-Devel] customizing a firmware

2008-06-18 Thread Benoît Ganne
> So, I understand that for the new firmware I'm going to build, I can add > packages (i.e. to the firmware so that I don't have to use ipkg to add > them after I flash the new firmware) that I had installed since my last > firmware build/install simply by changing them from "m" to "y" when I > "ma