Re: [OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-04 Thread Mark Vels
On 04/03/11 12:42, Imre Kaloz wrote: > On Fri, 04 Mar 2011 11:05:02 +0100, Mark Vels > wrote: > > >>> in my opinion is that the developers community of OpenWRT has no >>> interest in keeping a tagged packages tree. > > Right Did you forget the tags here?

Re: [OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-04 Thread Mark Vels
On 03/02/2011 05:39 PM, ZioPRoTo (Saverio Proto) wrote: The source tree is tagged. LuCI is tagged. But "packages" apparently isn't. this thing of having packages feed tagged comes back from time to time. in my opinion is that the developers community of OpenWRT has no interest in keeping a tagg

[OpenWrt-Devel] [PATCH] package ntfs-3g: Fix typo in changeset 25113

2011-02-02 Thread Mark Vels
Changeset 25113 bumped the version of package ntfs-3g to 2011.1.15 but the checksum for that blob is erroneously called PKG_MD5SUM_2010.1.15. This patch provides a fix for this typo. Index: utils/ntfs-3g/Makefile === --- utils/ntfs-3

Re: [OpenWrt-Devel] [PATCH] base-files/hotplug: refactoring ifup/netstate

2011-01-19 Thread Mark Vels
> exact, thats the point: review. and make it better, if possible - so here is > the patch... Too bad you don't want to try to look at it from my point of view. This patch is not an improvement. It should be rejected. ___ openwrt-devel mailing list op

Re: [OpenWrt-Devel] [PATCH] base-files/hotplug: refactoring ifup/netstate

2011-01-19 Thread Mark Vels
On 19/01/11 14:24, Bastian Bittorf wrote: >> Did you test it with the other 'selectable' shells as well? > only with dash/bash and ash, > but these commands are very simple and are > working on every somehow organzied posix-shell. Sed will return the same output, regardless what shell you use. >> I

Re: [OpenWrt-Devel] [PATCH] base-files/hotplug: refactoring ifup/netstate

2011-01-19 Thread Mark Vels
Hi Bastian, On 19/01/11 08:58, Bastian Bittorf wrote: > it is always a bad idea to mix up different languages > in one environment. But IMHO it's a good thing to use proven tools that are designed to do precisely that. > now we use ash-builtins to get > uptime_in_seconds() instead of using crypt

Re: [OpenWrt-Devel] preinit-problem with current trunk

2010-12-06 Thread Mark Vels
On 05/12/10 15:36, Marcus Osdoba wrote: > Hello mailinglist, > > I'm compiling kirkwood images for my dockstar out of the current trunk > (r24217). Everything seems to work fine. Jffs2 is expanding and the > system tries to enter init process. > > Unfortunatly I get the following error message an

[OpenWrt-Devel] [PATCH] fsck.sh should only call pi_include() if dir /lib/functions/fsck exists.

2010-11-16 Thread Mark Vels
previously posted with subject: [PATCH] Fix typo in name of to be included file Signed-off-by: Mark Vels --- package/block-mount/files/fsck.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/block-mount/files/fsck.sh b/package/block-mount/files/fsck.sh

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-16 Thread Mark Vels
On 16/11/10 23:40, Jo-Philipp Wich wrote: > Hi. > >> Can we add something like >> [ -d /lib/functions/fsck ] && pi_include /lib/functions/fsck > > A more logical place would be the pi_include() procedure. > It should be changed to handle not existing firs garcefully. > > ~ Jow pi_include()

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-16 Thread Mark Vels
On 13/11/10 12:33, Daniel Dickinson wrote: > On Fri, 12 Nov 2010 21:29:08 +0100 > mark.v...@team-embedded.nl wrote: > >> From: Mark Vels >> >> This typo fix solves at least the following warning: >> sysinit: WARNING: /lib/functions/fsck not found >> bu

[OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-12 Thread mark . vels
From: Mark Vels This typo fix solves at least the following warning: sysinit: WARNING: /lib/functions/fsck not found but probably also some functionality that uses the functions from this include file. Signed-off-by: Mark Vels --- package/block-mount/files/fsck.sh |2 +- 1 files

Re: [OpenWrt-Devel] LibreWRT introduction & patch

2010-07-24 Thread Mark Vels
On 21/07/10 23:06, Stefan Monnier wrote: >> The user that builds its own firmware from scratch either knowns which >> packages are free or he/she does not care. >> > How would a user (who cares) know which package is Free and which isn't? > I'm fairly well versed in those matters, and yet, eve

[OpenWrt-Devel] [PATCH] Fix hotplug2 command line

2010-06-24 Thread Mark Vels
the command line. Reported-by: Nathan Huizinga Signed-off-by: Mark Vels --- Index: package/base-files/files/etc/init.d/boot === --- package/base-files/files/etc/init.d/boot(revision 21889) +++ package/base-files/files/etc/init.d

Re: [OpenWrt-Devel] Automating build testing

2010-05-04 Thread Mark Vels
> >> Also, what are the steps for using external feeds? I saw the help that >> "scripts/feeds" gives, but wanted more detailed info than that. >> For instance, how to cleanup or back out an external feed that I decide >> I don't want, or again putting things back into the "pristine" state above.

[OpenWrt-Devel] [PATCH] Fix 6788: Generic x86 with glibc build broken: glibc needs __thread

2010-03-03 Thread Mark Vels
. Signed-off-by: Mark Vels diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 8b92060..679fd31 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -116,11 +116,6 @@ else --disable-libssp endif -ifeq ($(CONFIG_TLS_SUPPORT),) - GCC_CONFIGURE+= \ - --disable

[OpenWrt-Devel] package uboot-ifxmips

2009-12-14 Thread Mark Vels
Hi, Just a short question out of curiosity: is there a reason why package uboot-ifxmips is in package/ instead of target/linux/ifxmips/image/ like on most other platforms? Thanks, Mark ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org ht

[OpenWrt-Devel] [PATCH] Add extra check for CONFIG_EXTRA_TARGET_ARCH_NAME , fixes #5983

2009-11-11 Thread Mark Vels
Please find attached a small patch to pinpoint misconfiguration to user in the case where CONFIG_EXTRA_TARGET_ARCH is set but CONFIG_EXTRA_TARGET_ARCH_NAME is not. Signed-off-by: Mark Vels --- toolchain/binutils/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff