Re: [OpenWrt-Devel] [PATCH] ar71xx/all0258n: fix partition layout

2011-10-27 Thread Gabor Juhos
2011.10.27. 2:42 keltezéssel, Daniel Golle írta: A miscalculation in the original patch makes OpenWrt destroy the failsafe image. Signed-off-by: Daniel Golle dgo...@allnet.de Applied, thanks! Gabor ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] base-files/sysupgrade: add more busybox applet symlinks to ramdisk

2011-10-27 Thread Gabor Juhos
2011.10.27. 4:12 keltezéssel, Daniel Golle írta: Adds symlinks for printf and wc to make life happier in the sysupgrade ramdisk. Also make code more readable by escaping that overly long line. Signed-off-by: Daniel Golle dgo...@allnet.de Applied, thanks! Gabor

Re: [OpenWrt-Devel] [PATCH] ar71xx/all0258n: sysupgrade support

2011-10-27 Thread Gabor Juhos
Hi Daniel, 2011.10.27. 4:41 keltezéssel, Daniel Golle írta: U-Boot on the ALL0258N needs offset, size and md5 for kernel and rootfs to be stored in the U-Boot environment. If the checksums don't match during boot, a failsafe-system is booted instead. This patch adds a board-specific

[OpenWrt-Devel] busybox ntpd vs rdate (r28612)

2011-10-27 Thread Hanno Schupp
Hi Felix, I understand the rationale of the change from busybox to ntpd in standard. Does that mean though that the ntpd package has to be chosen in the .config file or is ntpd really integrated into busybox, making the ntpd client package obsolete? Please advise. Regards Hanno Schupp

Re: [OpenWrt-Devel] busybox ntpd vs rdate (r28612)

2011-10-27 Thread Jo-Philipp Wich
I am not Felix but as I did the change, let me answer here. I understand the rationale of the change from busybox to ntpd in standard. Does that mean though that the ntpd package has to be chosen in the .config file No. or is ntpd really integrated into busybox, making the ntpd client

Re: [OpenWrt-Devel] Multiwan qos (big qos-script modification)

2011-10-27 Thread Etienne Champetier
Nobody use multiwan with qos? please! Le 20/10/2011 20:48, Etienne Champetier a écrit : Hello everyone I've seen that there is qos related code in the multiwan script, so i've a question: -How do we configure the qos with multiwan (i haven't seen anything in the documentation or ...)

Re: [OpenWrt-Devel] [PATCH] package/uboot-envtools: generate config-file from UCI and remove fw_setenv symlink

2011-10-27 Thread Daniel Golle
Hi Luka! On Thu, Oct 27, 2011 at 10:33:25AM +0200, Luka Perkov wrote: On Thu, Oct 27, 2011 at 02:49:00AM +0200, Daniel Golle wrote: /etc/fw_env.config in case it doesn't exist yet and we got settings in uci. Is the init script the right approach? I like the uci idea, but running init

[OpenWrt-Devel] [PATCHv2] package/uboot-envtools: generate config-file from UCI and make fw_setenv symlink optional

2011-10-27 Thread Daniel Golle
This adds an init-script for generating /etc/fw_env.config from UCI in case it doesn't exist yet. I also made the creation of the fw_set-symlink option, so it can be disabled in user-builds so only people who know what they are doing will mess with uboot-env Ah, and zlib is a build-dependency,

[OpenWrt-Devel] [PATCH] ipkg-make-index: replace awk calls with stat and cut (from coreutils)

2011-10-27 Thread Raphaël HUCK
Hi all, this patch replaces awk calls with stat and cut, which are both included in coreutils. Thanks, -Raphaël --- scripts/ipkg-make-index.sh.orig 2011-10-27 16:08:33.149886769 +0200 +++ scripts/ipkg-make-index.sh 2011-10-27 16:13:25.593893720 +0200 @@ -12,8 +12,8 @@ which md5sum /dev/null 21

Re: [OpenWrt-Devel] [PATCHv2] package/uboot-envtools: generate config-file from UCI and make fw_setenv symlink optional

2011-10-27 Thread Thomas Langer
Hi Daniel, please check, if this really creates multiple entries in /etc/fw_env.config if they are defined in the uci config. This is required for (other) boards using a redundant environment. I think, your current code will only leave a file with the last entry (each call to

Re: [OpenWrt-Devel] [PATCHv2] package/uboot-envtools: generate config-file from UCI and make fw_setenv symlink optional

2011-10-27 Thread Daniel Golle
On 10/27/2011 04:51 PM, Thomas Langer wrote: Hi Daniel, please check, if this really creates multiple entries in /etc/fw_env.config if they are defined in the uci config. This is required for (other) boards using a redundant environment. I think, your current code will only leave a file

[OpenWrt-Devel] [PATCHv3] package/uboot-envtools: generate config-file from UCI and make fw_setenv symlink optional

2011-10-27 Thread Daniel Golle
On Thu, Oct 27, 2011 at 04:51:57PM +0200, Thomas Langer wrote: please check, if this really creates multiple entries in /etc/fw_env.config if they are defined in the uci config. This is required for (other) boards using a redundant environment. Updated the init-script accordingly, multiple

Re: [OpenWrt-Devel] [PATCH] ipkg-make-index: replace awk calls with stat and cut (from coreutils)

2011-10-27 Thread Florian Fainelli
On Thursday 27 October 2011 16:45:11 Raphaël HUCK wrote: Hi all, this patch replaces awk calls with stat and cut, which are both included in coreutils. Have you verified this works on BDS platforms, as well as MacOSX? -- Florian ___ openwrt-devel

Re: [OpenWrt-Devel] busybox ntpd vs rdate (r28612)

2011-10-27 Thread Hannu Nyman
On 21:59, Jo-Philipp Wich wrote: or is ntpd really integrated into busybox, making the ntpd client package obsolete? Yes, unless you need a full featured NTP suite for a particular reason, in this case installing full ntpd will remove the busybox one in postinstall so that they do not clash -

Re: [OpenWrt-Devel] busybox ntpd vs rdate (r28612)

2011-10-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. If I understood you correctly, it is enough to just use the busybox ntpd and no ntpclient package needs to be selected separately? Yes. Is there any need for luci-app-ntpc in the build or can it also be left out? Can be left out. Is the