[OpenWrt-Devel] [PATCH] ar71xx: generate ubootenv from uci-defaults instead of providing defconfig

2011-11-08 Thread Daniel Golle
I noticed most of /etc/defconfig was replaced by /etc/uci-defaults, which is indeed much nicer. So I moved over ubootenv from having a defconfig-entry to also be generated from uci-defaults. /etc/defconfig/all0258n can be removed after this patch was applied. Signed-off-by: Daniel Golle

Re: [OpenWrt-Devel] [PATCH 2/3] packages/utils/usb-modeswitch: use the hammer

2011-11-08 Thread Alexander Gordeev
Hi Daniel, Sorry for the delay. В Wed, 2 Nov 2011 19:42:12 +0100 Daniel Golle dgo...@allnet.de пишет: Hi Alexander, On 11/02/2011 01:54 PM, Alexander Gordeev wrote: Please remove usb-storage module from your filesystem. You can then restore it from /rom. This will show us if the

Re: [OpenWrt-Devel] Avahi package problems

2011-11-08 Thread Jonathan McCrohan
Hi Mike, I'm a bit surprised you haven't got any replies yet; Either nobody seems to care, or else nobody else seems to use avahi. You might be better off emailing cshore [1] directly as he committed r27479. Failing that, you can email thepeople [2] and offer to be the avahi maintainer. Then

Re: [OpenWrt-Devel] Avahi package problems

2011-11-08 Thread Mike Brady
Hi Jon. Thanks for the pointers. Yeah, I was a tiny bit surprised to hear nothing. I didn't know how to contact the committers, TBH. Are you a maintainer yourself? Mike On 8 Nov 2011, at 17:43, Jonathan McCrohan wrote: Hi Mike, I'm a bit surprised you haven't got any replies yet; Either

[OpenWrt-Devel] [PATCH 1/3] linux-atm: update solos-pci driver to upstream

2011-11-08 Thread Philip Prindeville
Fixes for the solos-pci driver. - Corrects calculation of headroom for padding. - Removes pointless debug messages. - Expose Bis A and Bis M annex capabilities. - Expose hardware revision. Accepted upstream into netdev. Signed-Off-By: Nathan Williams nat...@traverse.com.au Acked-By: David

[OpenWrt-Devel] [PATCH 2/3] linux-atm: update solos-pci driver to upstream

2011-11-08 Thread Philip Prindeville
Fixes for the solos-pci driver. - Corrects calculation of headroom for padding. - Removes pointless debug messages. - Expose Bis A and Bis M annex capabilities. - Expose hardware revision. Accepted upstream into netdev. Signed-Off-By: Nathan Williams nat...@traverse.com.au Acked-By: David

[OpenWrt-Devel] [PATCH 3/3] linux-atm: update solos-pci driver to upstream

2011-11-08 Thread Philip Prindeville
Fixes for the solos-pci driver. - Corrects calculation of headroom for padding. - Removes pointless debug messages. - Expose Bis A and Bis M annex capabilities. - Expose hardware revision. Accepted upstream into netdev. Signed-Off-By: Nathan Williams nat...@traverse.com.au Acked-By: David

[OpenWrt-Devel] [PATCH 1/2] alix2: update platform driver

2011-11-08 Thread Philip Prindeville
Add platform driver support for alix2 boards. Index: target/linux/generic/patches-3.0/105-alix_platform_leds.patch === --- target/linux/generic/patches-3.0/105-alix_platform_leds.patch (revision 0) +++

[OpenWrt-Devel] [PATCH 2/2] alix2: update platform driver

2011-11-08 Thread Philip Prindeville
Add platform driver support for alix2 boards. Index: target/linux/generic/patches-3.1/105-alix_platform_leds.patch === --- target/linux/generic/patches-3.1/105-alix_platform_leds.patch (revision 0) +++

Re: [OpenWrt-Devel] Avahi package problems

2011-11-08 Thread Nico
Hi, On Tue, Nov 8, 2011 at 6:46 PM, Mike Brady mikebr...@eircom.net wrote: Hi Jon. Thanks for the pointers. Yeah, I was a tiny bit surprised to hear nothing. I didn't know how to contact the committers, TBH. Are you a maintainer yourself? I will try to fix it. From your experience, can you

Re: [OpenWrt-Devel] Avahi package problems

2011-11-08 Thread Mike Brady
Hi. Here is the list: avahi-autoipd -- doesn't depend on DBUS at all, it's the only DBUS don't care. libavahi, avahi-daemon, avahi-dnsconfd -- can be DBUS-enabled or not. avahi-utils, libavahi-client -- these require DBUS. If avahi-utils or libavahi-client is selected, then the DBUS-enabled

[OpenWrt-Devel] RE: My changes to OpenWRT

2011-11-08 Thread Michael Geddes
Hi, stargr...@stargrave.org wrote: - User Michael Geddes on 2011-10-30 12:29:57 wrote: I've now pushed all my changes to OpenWRT up to GitHub that I've accumulated over a few years. [skip] * Some tentative changes for 64bit pc - abandoned, but the imputus for pushing up the changes.

Re: [OpenWrt-Devel] My changes to OpenWRT

2011-11-08 Thread Peter Naulls
On 11/08/2011 02:15 PM, Michael Geddes wrote: Hi, The x86 build of Kontron compiles.. as I said, the 64bit endeavour was abandoned. A couple of years ago it compiled, but didn't really work. The reason it's still there is because I thought it might be useful for somebody to continue what I

Re: [OpenWrt-Devel] printk() and browser

2011-11-08 Thread abhinav narain
The following errors (o/p of dmesg) iptable_raw:Unknow symbol xt_hook_link (err 0) iptable_raw:Unknow symbol ipt_alloc_initial_table (err 0) iptable_raw:Unknow symbol xt_hook_unlink (err 0) xt_NOTRACK: Unknow symbol xt_register_target (err 0) xtconntrack: Unknown symbol xt_register_match(err0)

Re: [OpenWrt-Devel] [PATCH 2/3] packages/utils/usb-modeswitch: use the hammer

2011-11-08 Thread Kentaro Matsuyama
Hi list! Few days ago, I send below patch for usb_modeswitch to this list. But it seems just ignored. Please check this out. Before I apply this patch, usb_modeswitch doesn't retry even product id is not changed on startup. If it's not correct patch, please tell me. -- Forwarded message

Re: [OpenWrt-Devel] [PATCH 2/3] packages/utils/usb-modeswitch: use the hammer

2011-11-08 Thread Daniel Golle
ACK. (Worked for me as my product_id contains only hex-digits from 0 to 9.) Thanks for reporting. On 11/09/2011 02:42 AM, Kentaro Matsuyama wrote: Hi list! Few days ago, I send below patch for usb_modeswitch to this list. But it seems just ignored. Please check this out. Before I apply

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch: Fix a condition to compare default product id and switched product id on startup.

2011-11-08 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r28872 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk657N4ACgkQdputYINPTPMUKACcD1yxTfqtz8AreM0IJ3cr8IVj

Re: [OpenWrt-Devel] printk() and browser

2011-11-08 Thread Alexey Loukianov
09.11.2011 04:31, abhinav narain wrote: I am using OpenWrt . Checking out from git repo. And then compiling it with the config that fits your needs? Uploading config to something like pastebin and providing a link here would be helpful - at least it would be possible for me or other

[OpenWrt-Devel] Luci issues w/ trunk

2011-11-08 Thread Philip Prindeville
I'm running trunk as of Tuesday morning (US time) and seeing: /usr/lib/lua/luci/dispatcher.lua:394: Failed to execute function dispatcher target for entry '/admin/system'. The called action terminated with an exception: /usr/lib/lua/luci/dispatcher.lua:394: Failed to execute cbi dispatcher