Re: [OpenWrt-Devel] [PATCH] mxs: fix ext4 image

2015-04-09 Thread Harald Geyer
Zoltan HERPAI writes: > Michael Heimpold wrote: > > Am Sonntag, 5. April 2015, 12:01:48 schrieb Harald Geyer: > > > >> commit 597a84e52d9eff8d4686c40cd8be4f7a9b47679d with > >> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45052 > >> 3c298f89-4303

[OpenWrt-Devel] [PATCH] mxs: fix ext4 image

2015-04-05 Thread Harald Geyer
k that was there before. Signed-off-by: Harald Geyer --- target/linux/mxs/image/Makefile |4 1 file changed, 4 insertions(+) diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index 9830a7d..b5a092e 100644 --- a/target/linux/mxs/image/Makefile +++ b/target

[OpenWrt-Devel] [PATCH] mxs: Include the right kernel image in the rootfs

2015-04-05 Thread Harald Geyer
Currently we always include the zImage if any image is selected for inclusion in the root filesystem. This patch adds discrimination between zImage and uImage. Signed-off-by: Harald Geyer --- target/linux/mxs/image/Makefile |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff

[OpenWrt-Devel] question about target/linux/mxs/patches-3.xx/120-dt-add-i2c.patch

2015-04-02 Thread Harald Geyer
upstream, but I couldn't track down the copyright/authorship of that code. Who is the author and what is the reason that this has not been submitted upstream yet? TIA, Harald ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists

[OpenWrt-Devel] [PATCH, RESEND] package/binutils: actually support the target toolchain

2015-01-06 Thread Harald Geyer
This fixes a bug, where ld on ARM EABI platforms expects OABI code. Signed-off-by: Harald Geyer --- Resending as I didn't get many comments the first time. This has been tested by me on mxs and by nwf on kirkwood. package/devel/binutils/Makefile |2 ++ 1 files changed, 2 insertions(

Re: [OpenWrt-Devel] kirkwood gcc/binutils woe?

2014-12-16 Thread Harald Geyer
Felix Fietkau writes: > > As far as binutils is concerned the patch below seems to work as expected, > > so I can now add my > > Signed-off-by: Harald Geyer > > > > Felix, can you take this as is or should I resend the patch? > Removing libgcc_pic.a and adding

Re: [OpenWrt-Devel] kirkwood gcc/binutils woe?

2014-12-14 Thread Harald Geyer
le. Since gcc seems to work for Christian as is, this might be architecture dependent. Christian, any insight on this? As far as binutils is concerned the patch below seems to work as expected, so I can now add my Signed-off-by: Harald Geyer Felix, can you take this as is or should I resend the

Re: [OpenWrt-Devel] kirkwood gcc/binutils woe?

2014-12-10 Thread Harald Geyer
+48,8 @@ endef TARGET_CFLAGS += $(FPIC) -Wno-unused-value CONFIGURE_ARGS += \ + --host=$(REAL_GNU_TARGET_NAME) \ + --target=$(REAL_GNU_TARGET_NAME) \ --enable-shared \ --enable-install-libiberty \ --enable-install-libbfd HTH, Harald _

[OpenWrt-Devel] [PATCH, RESEND] kmod-iio-mxs-lradc: Don't include file also in kmod-iio-core

2014-12-10 Thread Harald Geyer
Drop industrialio-triggered-buffer.ko from the package and depend on kmod-iio-core. Signed-off-by: Harald Geyer --- target/linux/mxs/modules.mk |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) This patch was already submitted a month ago (no answer yet). I'm resending be

[OpenWrt-Devel] [PATCH] kmod-iio-mxs-lradc: Don't include file also in kmod-iio-core

2014-11-11 Thread Harald Geyer
Drop industrialio-triggered-buffer.ko from the package and depend on kmod-iio-core. Signed-off-by: Harald Geyer --- target/linux/mxs/modules.mk |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) I found this while working on some other bug that causes files to be missing from

Re: [OpenWrt-Devel] [OpenWrt-Devel, PATCHv2] Add support for DHT11 driver

2014-10-29 Thread Harald Geyer
Hi, the below patch was marked as "Accepted" in patchwork more then three weeks ago. X-Patchwork-Id: 6352 But it seems in never got committed to trunk. Is there anything else I need to do? TIA, Harald har...@ccbib.org writes: > The DHT11 is a temperature and humidity sensor suppo

[OpenWrt-Devel] [PATCHv2] Add support for DHT11 driver

2014-09-30 Thread harald
The DHT11 is a temperature and humidity sensor supported by linux since 3.14. This patch is tested on recent mxs with kernel 3.14.18. Signed-off-by: Harald Geyer --- Changes since last version: Add dependency on devicetree package/kernel/linux/modules/other.mk | 20

Re: [OpenWrt-Devel] [PATCH] Add support for DHT11 driver

2014-09-27 Thread harald
+0200, Hartmut Knaack >> wrote: >>> har...@ccbib.org schrieb am 26.09.2014 12:46: >>>> The DHT11 is a temperature and humidity sensor supported by linux >>>> since 3.14. >>>> >>>> This patch has been tested on recent mxs with kernel 3.14.1

[OpenWrt-Devel] [PATCH] Add support for DHT11 driver

2014-09-26 Thread harald
The DHT11 is a temperature and humidity sensor supported by linux since 3.14. This patch has been tested on recent mxs with kernel 3.14.18. Signed-off-by: Harald Geyer --- package/kernel/linux/modules/other.mk | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff

[OpenWrt-Devel] [PATCH] ath79: dev-eth: Don't advertise 1gbit in link code word on ar9331

2014-09-06 Thread Harald Welte
or the ethernet driver needs to be modified to determine the advertised link code word on another criteria than pdata->has_gbit. This patch implements the former solution. Signed-off-by: Harald Welte --- target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 2 +- 1 file changed, 1 inser

[OpenWrt-Devel] RFC: Put both Carambola2 eth ports in hardware switch

2014-09-06 Thread Harald Welte
as it means that one kernel can run on all machines, and it would just be a change to the u-boot environemnt on those devices where needed. Please let me know what is your preferred approach and I'll submit a proper patch. Regards, Harald diff --git a/target/linux/ar71xx/files/arch/

Re: [OpenWrt-Devel] 802.11h in madwifi code?

2009-11-21 Thread Harald Schioeberg
> don't have the equipment to test this feature. What do you need to test this? I remember some old measurements, hinting that some of our nodes are fully exposed to TXL's radar... Harald > > - Felix -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comm

Re: [OpenWrt-Devel] quick image build

2009-06-22 Thread Harald Schioeberg
;s wrong with $ make target/install ? harald > cp bin/image.img /tftpboot > -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFKP1Uiy8wrZ9OvkU0RAi0YAJ0WvlQVpgM6b4KO8iSIMi+r/5Jm/ACgg32E nex3TZmEbDHm

Re: [OpenWrt-Devel] kernel command-line parameters brcm47xx

2009-02-26 Thread Harald Schiöberg
ernel command line > > regards > holger > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel - -- Harald Schiöberg Technische Universität Berl

[OpenWrt-Devel] [PATCH] package netcat broken

2009-02-06 Thread Harald Schiöberg
The netcat package is broken if char == unsigned char (this is true for at least armeb) see also http://sourceforge.net/tracker/index.php?func=detail&aid=1068324&group_id=52204&atid=466046 patch is attached. -- Harald Schiöberg Technische Universität Berlin | T-Laboratories |

Re: [OpenWrt-Devel] rebooting from a kernel on external storage

2009-01-26 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian J. Murrell wrote: > On Wed, 2009-01-21 at 17:46 +0100, Harald Schiöberg wrote: >> here is the script we use to boot an Openwrt from a running Openwrt. > > Thanx! > >> Make sure to have kexec-tools installed > &g

Re: [OpenWrt-Devel] rebooting from a kernel on external storage

2009-01-21 Thread Harald Schiöberg
"kexec"s a new kernel from the USB storage once it's mounted at /. I > wonder how portable kexec is amongst the processors Linux runs on. kexec runs on mips,arm,i386 - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.d

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-15 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Monnier wrote: >>> I'm trying to build an WL-700gE (2.6) image that doesn't have jffs2 >>> built-in (only squashfs which then pivots to ext3), but can't seem to >>> figure where is the code that causes jffs2 to be built into the kernel. >> tar

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-15 Thread Harald Schiöberg
> > Could someone give me a hint? run "make kernel_menuconfig" to manually disable certain modules. harald - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.de Phone: +49-(0)30-8353-58476 | Fax: +49-(0)39

[OpenWrt-Devel] [PATCH] for Ticket #4221: Missing library libfreeradius-eap-2.1.1.so in package freeradius2-mod-eap-2.1.1-1

2008-11-19 Thread Harald Schreiber
This patch add the missing shared libray libfreeradius-eap-2.1.1.so to the package freeradius2-mod-eap-2.1.1 Signed-off-by: Harald Schreiber Index: net/freeradius2/Makefile === --- net/freeradius2/Makefile(Revision 13278

Re: [OpenWrt-Devel] repeated kernel config questions

2008-11-10 Thread Harald Schiöberg
on't have the build structure in front of me, >> but the standard kernel config recipe is that, if you have >> no .config file, the build will grab the "default" (and, >> hence, you might have to answer questions about "NEW" options.) uhm, the build-system

Re: [OpenWrt-Devel] uci glitch

2008-07-27 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix Fietkau wrote: > Which version of uci are you using? i'm using the one shipped with r11914 > I can't reproduce this particular bug. can't reproduce it either today, took me a few hours yesterday, strange sorry for the h

[OpenWrt-Devel] uci glitch

2008-07-26 Thread Harald Schioeberg
n 'type' and 'bridge' and the whitespace between = and bridge seems that quotes are not handled the way they are meant. its worth reporting, since broken quotes often draw a lot of security implications harald -BEGIN PGP SIGNATURE- Version: GnuPG

[OpenWrt-Devel] [BUG] dnsmasq broken on ixp4xx

2008-07-26 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, dnsmasq doesn't work properly on ixp4xx if the highest bit on the lan ip is set (ip >= 128.0.0.0) (may be a big-endian issue) the bug is in /usr/lib/common.awk ip2int and int2ip here is the output of ipcalc.sh: [EMAIL PROTECTED]:/usr/lib# ipcal

Re: [OpenWrt-Devel] never ending story of patches not being applied

2008-07-25 Thread Harald Schiöberg
Patch Submission Process 1. Use git or svn to create a patch. Creating patches manually with diff -urN also works, but is usually unnecessary. 2. Send a mail to openwrt-devel lists.openwrt.org with the following contents: [..] - -- Harald Schiöberg Technische Universität Berlin | T-Labora

[OpenWrt-Devel] kexec-tools

2008-07-18 Thread Harald Schiöberg
ef __KERNEL__ static inline __deprecated unsigned long virt_to_bus(void *x) { return __virt_to_bus((unsigned long)x); @@ -197,6 +201,8 @@ { return (void *)__bus_to_virt(x); } +#endif + /* * Conversion between a struct page and a physical address. - -- Harald Schiöbe

Re: [OpenWrt-Devel] Adding entries to the crontab

2008-07-16 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > That all said, I can't find the cron package in OpenWRT. Can anyone > point me (in the source tree I mean) to it? cron is supplied by the busybox harald -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment:

Re: [OpenWrt-Devel] customizing a firmware

2008-06-18 Thread Harald Schiöberg
re? i.e. http://gentoo-wiki.com/Mounting_a_block_device_with_JFFS2 if your target is big-endian, you need jffs2dump to convert the endianess of the filesystem first. > Thanx for any questions you would care to answer, > b. > > > > ---- > > __

Re: [OpenWrt-Devel] [OpenWrt-Commits] r11301 - in trunk/target/linux/ixp4xx: . patches-2.6.25

2008-06-10 Thread Harald Schiöberg
and read/write works flawless (and really fast :-) , but: [EMAIL PROTECTED]:/# fdisk /dev/sda Unable to seek on /dev/sda [EMAIL PROTECTED]:/# It seems to be r11301, I'm not 100% sure though. Any ideas, workarounds? Harald - -- Harald Schiöberg Technische Universität Berlin | T-La

Re: [OpenWrt-Devel] Some uClibc issues with kexec

2008-05-21 Thread Harald Schiöberg
-2.6.25.4/include/asm-arm/memory.h *is* patched. I think that this file is extracted from the linux-sources, but it looks like the linux-headers package, which is "build" before uClibc, is installed unpatched. Is that true? How to handle that? thanks harald - -- Harald Schiöberg

[OpenWrt-Devel] Some uClibc issues with kexec

2008-05-20 Thread Harald Schiöberg
o the supported architectures in my opinion. - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.de Phone: +49-(0)30-8353-58476 | Fax: +49-(0)391 534 783 47 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port - JFFS2 question

2008-05-14 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RHS Linux User wrote: > Hi Harald, > >I tried to mount jffs2 today with Ubuntu (please see below) without > success. I know the jffs2 file is OK since I "install" it in a Meraki Mini > and the Meraki Mini runs OK. Howe

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port - JFFS2 question

2008-05-13 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RHS Linux User wrote: > Hi Harald and Florian, > >Thanks. > >I realize I forgot to ask the obvious question: > >How does the OpenWRT tree create the original JFFS2 filesystem? staging_dir/host/bin/mkfs.jff2

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-05-12 Thread Harald Schiöberg
ount file.jffs2 mnt -o loop -t jffs2 > >Help Please. You cannot mount jffs2 from a block device, it is designed to work an raw flash devices only. If you want to mount it from something not a physical flash dev, you need the block2mtd emulation. http://gentoo-wiki.com/Mounting_a_block_de

Re: [OpenWrt-Devel] Building gdbserver

2008-04-29 Thread Harald Schiöberg
>"Toolchain options" harald btw: there is a patch against openwrt for gdb 6.7.1 under http://svn.net.t-labs.tu-berlin.de/svn/magnets/openwrt/patches/200-gdb-multiversion.patch http://svn.net.t-labs.tu-berlin.de/svn/magnets/openwrt/patches/201-gdbserver-multiversion.patch - -- Harald

[OpenWrt-Devel] OpenWRT admin job offer

2008-04-22 Thread Harald Schioeberg
er to feed his work back to the community, so if you know somebody who wants to earn enough for living from his hobby, please spread the word. greets harald *) knowing german is a strong pro, but not 100% mandated, so if you are interested but don't understand the text just send

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-04-01 Thread Harald Schiöberg
s1 -march=r3000 > -mtune=r3000" flag is given. > Did you already try "make kernel_menuconfig", as I sugested in my previous mail? make menuconfig only sets the global make-flags, and the kernel overrides them. harald - -- Harald Schiöberg Technische Universität Berl

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-03-26 Thread Harald Schiöberg
re you can call $ make kernel_menuconfig and change the target of the kernel. to make it more permanent, you'd copy target/linux/brcm47xx to target/linux/r3000 and start to modify all the files in it :) harald - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories

Re: [OpenWrt-Devel] Adding a target

2008-03-26 Thread Harald Schiöberg
ows. Can you tell me wath am I > missing? did you trunk$ rm -r tmp before running menuconfig? harald - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.de Phone: +49-(0)30-8353-58476 | Fax: +49-(0)391 534

Re: [OpenWrt-Devel] should "make package/symlinks" process xwrt symlinks as well?

2008-03-19 Thread Harald Schiöberg
nce. probably the only way would be a curses-frontend to $scripts/feeds and something like a $make package/select target to call it but I consider that eye-candy and not really necessary. better documentation of the scripts would do the job fine in my opinion. harald - -- Harald Sc

Re: [OpenWrt-Devel] should "make package/symlinks" process xwrt symlinks as well?

2008-03-19 Thread Harald Schiöberg
s in the config system would be beneficial. btw: try this: $ scripts/feeds help harald - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.de Phone: +49-(0)30-8353-58476 | Fax: +49-(0)391 534 783 47 -BEGIN PGP SIGNA

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Harald Schiöberg
I can take instantaneously gdb(-server) click-router kexec-tools watchdog we can surely talk about libpcap tcpdump iperf rt2?00 ... but I'm not really deep into them atm. greets harald > We would all be happy and spend 12+ hours a day on OpenWrt, but > one can hardly pay with

Re: [OpenWrt-Devel] broken link "package/openwrt-packages/packages"

2008-03-18 Thread Harald Schiöberg
it be there? Nope, its not there for me, but none of my build-dirs has been distcleaned for quite a while. harald - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.de Phone: +49-(0)30-8353-58476 | Fax: +49-(0)391 534 783 47

Re: [OpenWrt-Devel] broken link "package/openwrt-packages/packages"

2008-03-18 Thread Harald Schiöberg
d with make package/symlinks and feeds.conf hope that helps harald - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.de Phone: +49-(0)30-8353-58476 | Fax: +49-(0)391 534 783 47 -BEGIN PGP SIGNATURE- Ve

Re: [OpenWrt-Devel] Error while building kamikaze

2008-03-13 Thread Harald Schiöberg
gt; make: *** [world] Error 2 > > this should be fixed in #10403 of 02/06/08 (trunk/package/kernel/modules/other.mk, lines 233ff). You can try to play around here. harald - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu

[OpenWrt-Devel] kernel relocation

2008-02-28 Thread Harald Schiöberg
:/ does anyone have a hint where to start looking? which patches since 10220 would you recommend to examine further? thanks a lot harald - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.de Phone: +49-(0)30-8353-58476 | Fax

Re: [OpenWrt-Devel] WIP-Day February

2008-02-22 Thread Harald Schiöberg
IP-day: Build host: 4x Xeon, 8GB RAM, 2TB disk, 1Gbit uplink connected via ethernet and serial and PoE (to powercycle) to any amount of: - - avila - - routerboard 532 - - asus 500 GP (no serial) - - WRT54GL (no serial) cya in IRC tomorrow pagefault ps: If you are in Berlin you are welcome to v

Re: [OpenWrt-Devel] [OpenWrt-Commits] r10478 - trunk/package/hostapd/files

2008-02-17 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > Author: mb > Date: 2008-02-17 14:30:24 +0100 (Sun, 17 Feb 2008) > New Revision: 10478 > > Modified: >trunk/package/hostapd/files/hostapd.sh > Log: > hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we

Re: [OpenWrt-Devel] null point dereference with ixp400 platform (netgear WAG302v1)

2008-02-13 Thread Harald Schiöberg
> 2.6.23-16 introduces the bug. I can confirm for avila 10443 shows null-pointer dereference 10220 works just reverting to 2.6.23.14 doesn't do the job, must be something else, but I haven't looked deeper Best, Harald - -- Harald Schiöberg Technisch

[OpenWrt-Devel] What if a package needs a kernel-option

2008-01-16 Thread Harald Schiöberg
do it, like a Makefile-select statement or something? Cheers, Harald [1] http://svn.net.t-labs.tu-berlin.de/svn/magnets/openwrt/packages/kexec/ - -- Harald Schiöberg Technische Universität Berlin | T-Laboratories | FG INET www: http://www.net.t-labs.tu-berlin.de Phone: +49-(0)30-8353

[OpenWrt-Devel] mtd on mipsel (asus500gp)

2008-01-15 Thread Harald Schiöberg
er: [EMAIL PROTECTED]:~# /sbin/mtd refresh linux fails with "no such file or directory" ... Suggestions welcome :) Harald ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] gdb multiple version support

2008-01-08 Thread Harald Schiöberg
done manually. (move patches to subdirectory, without loosing version control) mkdir toolchain/gdb/patches/6.3 svn add toolchain/gdb/patches/6.3 for file in toolchain/gdb/patches/*.patch; \ do svn move $file toolchain/gdb/patches/6.3 \ done Signed-off-by: Harald Schioeberg <[EMAIL P

Re: [OpenWrt-Devel] [PATCH] Mac address fixup for avila NPE

2008-01-04 Thread Harald Schiöberg
> thats why I added the set_mac_address function and i'm calling it in the > initialization. you should get something stange now from > if ( (netdev = dev_get_by_name("eth0")) ) > netdev->set_mac_address(netdev, &address); > > I&#

Re: [OpenWrt-Devel] [PATCH] Mac address fixup for avila NPE

2008-01-04 Thread Harald Schiöberg
up with no mac address set. thats why I added the set_mac_address function and i'm calling it in the initialization. you should get something stange now from if ( (netdev = dev_get_by_name("eth0")) ) netdev->set_mac_address(netdev, &address); I'

[OpenWrt-Devel] [PATCH] Mac address fixup for avila NPE

2008-01-03 Thread Harald Schiöberg
Fixes the MAC address handling on avila NPE on startup Added support for changing the mac address at runtime Replaces/based-on 740-avila_loft_mac_platform.patch for 2.6.21 Signed-off-by: Harald Schioeberg <[EMAIL PROTECTED]> Index: target/linux/ixp4xx/patches-2.6.23/203-npe_macaddress

[OpenWrt-Devel] Avila and mac-address

2008-01-03 Thread Harald Schiöberg
2], mac[3], mac[4], mac[5]); memcpy(nslu2_plat_eth[0].hwaddr, mac, 6); in build_dir/linux-ixp4xx_generic/linux-2.6.23.12/arch/arm/mach-ixp4xx/nslu2-setup.c which maybe somewhat related but I can't find something similar for avila. Is there a way of getting a proper mac-address

Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Harald Schiöberg
>> I did a distclean, but if you say that it should work, I'll try a >> complete rm -r trunk/ right now. that fixed it. distclean was not clean enough. thanks. Harald ___ openwrt-devel mailing list openwrt-devel@lists

Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Harald Schiöberg
but if you say that it should work, I'll try a complete rm -r trunk/ right now. thanks Harald ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Harald Schiöberg
erial input). is there a known issue currently? thanks, Harald ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel