[OpenWrt-Devel] perl-xml-simple -- is there an OpenWRT package?

2012-11-30 Thread John Clark
I'm looking around and I see one reference to the perl-xml-simple package for 'kamakaze', but it is not in the current list of packages. Is it just a matter of getting the tar image, and 'installing' it or is there something more, and if so, why was it removed from the standard package list? T

[OpenWrt-Devel] [PATCH] [PACKAGES] Update sane-backends to 1.0.23

2012-11-30 Thread Jonathan Westerholt
Patch is against trunk (34432) This patch updates sane-backends from 1.0.22 to 1.0.23 Signed-off-by: Jonathan Westerholt --- Index: feeds/packages/utils/sane-backends/Makefile === --- feeds/packages/utils/sane-backends/Makefile (Rev

Re: [OpenWrt-Devel] Linux kernel module hacking

2012-11-30 Thread Thomas Taranowski
Thanks for the replies. Rebuilding the mac8011 package was the trick I needed, plus the comment that Roman made with his package rebuild patch he just put out. Rebuild procedure: - edit/save the code - cd build_dir/mac80211 - make clean - rm -f .built* - cd - - make package/mac80211/compile I tr

Re: [OpenWrt-Devel] [PATCH 2/2] Make teql hotplug script run sooner

2012-11-30 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just a heads-up unrelated to this patch; current versions include Busybox ntpd by default, so there is no real need to install ntpclient separately. Obtaining the correct time should work automatically if you sync your /etc/config/system to contain th

[OpenWrt-Devel] net-next and attitude_adjustment

2012-11-30 Thread Alexander Stadler
Hi! Any Reason why 060-tcp-ecn-dont-delay-ACKS-after-CE.patch 061-fq_codel-dont-reinit-flow-state.patch dont find their way into attitude_adjustment? Especially after other patches which will go into net-next.git were applied yesterday. Thanks Alex Ursprüngliche Nachri

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-30 Thread Jay Carlson
On Nov 30, 2012, at 3:57 AM, Luka Perkov wrote: > On Wed, Nov 28, 2012 at 08:01:55PM -0500, Jay Carlson wrote: >>> Sorry it took me a while to test your patch. I applied it to trunk >>> r33391 and can confirm, that uboot works fine on my dockstar when >>> installed as primary bootloader to flash.

[OpenWrt-Devel] [PATCH 2/2] Make teql hotplug script run sooner

2012-11-30 Thread David Woodhouse
In particular, it wants to run before the ntpclient script. Which may block for a long time attempting to do DNS lookups for NTP servers. In my case, that would have *worked* if the new device had been added to teql first, rather than timing out. This was effectively causing a huge delay between

[OpenWrt-Devel] [PATCH 1/2] Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space

2012-11-30 Thread David Woodhouse
Signed-off-by: David Woodhouse --- Config.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Config.in b/Config.in index 8a00412..ecbfb04 100644 --- a/Config.in +++ b/Config.in @@ -128,7 +128,7 @@ menu "Target Images" config TARGET_ROOTFS_RESERVED_PCT

Re: [OpenWrt-Devel] about Luci Inter-process communication!

2012-11-30 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > luci is how to carry out the action and save the settings from UI > to linux, it ipc how architecture? It just calls system (shell) commands to apply the changes to affected services. This mainly means restarting corresponding init scripts. Th

Re: [OpenWrt-Devel] Change Default IP?

2012-11-30 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > Hmmmit seems to have disappeared. I will try to find time to > look into this. It was removed deliberately because image-config uci-defaults clashed with ar71xx network generation uci-defaults. The most universal way to preconfigure an im

Re: [OpenWrt-Devel] Change Default IP?

2012-11-30 Thread Gert Doering
Hi, On Thu, Nov 29, 2012 at 11:56:29PM +, David Woodhouse wrote: > Hm, do we really only have Legacy IP enabled by default? We should > really set an IPv6 address too (ULA or perhaps site-local). That would > be *much* easier to deal with when connecting it to an existing network. No site-loc

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-30 Thread Luka Perkov
Hi Jay, On Wed, Nov 28, 2012 at 08:01:55PM -0500, Jay Carlson wrote: > > Sorry it took me a while to test your patch. I applied it to trunk > > r33391 and can confirm, that uboot works fine on my dockstar when > > installed as primary bootloader to flash. > > It doesn't work on mine--in fact, it

Re: [OpenWrt-Devel] Change Default IP?

2012-11-30 Thread Hannu Nyman
AFAIK you are right. The pre-existing device-specific /etc/config/network defconfig file stops the uci-defaults process, just as planned. The reason for that behaviour is that you might also have included a custom /etc/config/network in your image through the /files mechanism and also in th