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

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 bricks

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

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

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. The

[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 david.woodho...@intel.com --- 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

[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

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

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

[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 jo...@t-online.de --- Index: feeds/packages/utils/sane-backends/Makefile === ---