Re: [OpenWrt-Devel] base-files: preinit scripts issue and mtd-utils package

2012-10-21 Thread Petr Štetiar
Catalin Patulea [2012-10-21 14:26:58]: > I noticed that many of the system scripts use mtd, so to reflect this > in the package metadata I tried to make mtd a dependency of > base-files. This would mean that if you select base-files, you also > get mtd, achieving the same effect as making mtd man

Re: [OpenWrt-Devel] base-files: preinit scripts issue and mtd-utils package

2012-10-21 Thread Catalin Patulea
On Sun, Oct 21, 2012 at 2:26 PM, Catalin Patulea wrote: > Hope this helps :) If anyone knows some of the philosophy behind this, > I would be happy to hack away at some patches, but as it stands, I > don't have much to go on. An interesting example is myloader.h. It lives in (platform-independent)

Re: [OpenWrt-Devel] base-files: preinit scripts issue and mtd-utils package

2012-10-21 Thread Catalin Patulea
On Sun, Oct 21, 2012 at 9:24 AM, Petr Štetiar wrote: > Ok, sorry. I've meant "mtd" package, but wrote "mtd-utils". Anyway, the > conditions metioned in my previous email still apply. Without that "mtd" > package it's not possible to use jffs2 /overlay. I noticed that many of the system scripts use

[OpenWrt-Devel] [PATCH v4][BCM63XX] Add 963281T_TEF board support.

2012-10-21 Thread Álvaro Fernández Rojas
Router: HomeStation ADB P.DG A4001N. Signed-off-by: Álvaro Fernández Rojas --- +Applies with -p1. +500+ board id patch. Index: openwrt_bcm63xx/target/linux/brcm63xx/base-files/lib/brcm63xx.sh === --- openwrt_bcm63xx/target/linux/brc

[OpenWrt-Devel] [PATCH v2][BCM63XX] Add F@ST2604 board support.

2012-10-21 Thread Álvaro Fernández Rojas
Add Sagem F@ST2604 board support. +Alphabetical order. +Applies with -p1. +Tabs for identation. +500+ board id patch. Signed-off-by: Álvaro Fernández Rojas Index: openwrt_bcm63xx/target/linux/brcm63xx/image/Makefile === --- openwrt

Re: [OpenWrt-Devel] base-files: preinit scripts issue and mtd-utils package

2012-10-21 Thread Petr Štetiar
Jo-Philipp Wich [2012-10-21 15:17:35]: > "mtd" is in the "mtd" package, not "mtd-utils". Ok, sorry. I've meant "mtd" package, but wrote "mtd-utils". Anyway, the conditions metioned in my previous email still apply. Without that "mtd" package it's not possible to use jffs2 /overlay. -- ynezz ___

Re: [OpenWrt-Devel] Toolchain broken with EGLIBC 2.16 ?

2012-10-21 Thread shazz
so, with this revision, the toolchain builds but boost not anymore due to this error : gcc.compile.c++ bin.v2/libs/thread/build/gcc-mips/release/link-static/threading-multi/pthread/thread.o In file included from ./boost/thread/pthread/mutex.hpp:14:0, from ./boost/thread/mutex.hpp:

Re: [OpenWrt-Devel] base-files: preinit scripts issue and mtd-utils package

2012-10-21 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "mtd" is in the "mtd" package, not "mtd-utils". -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCD598ACgkQdputYINPTPN9xgCfRq2BEieU5Zp6RdL90yMW5zz/ /WUAn26uYI5N

[OpenWrt-Devel] base-files: preinit scripts issue and mtd-utils package

2012-10-21 Thread Petr Štetiar
Hi, while doing some testing of new firmware image yesterday, I've noticed, that no jffs2 overlay has been used, but just ramfs overlay. I've tracked it down to the lib/preinit/40_mount_jffs2 script: find_mount_jffs2() { mkdir -p /tmp/overlay mount "$(find_

[OpenWrt-Devel] [PATCH] Correct image magic for grub2 images

2012-10-21 Thread Russell Senior
Sysupgrade broke on x86 when grub2 superceded grub. This patch corrects tha magic_word to be expected in grub2 combined images. Signed-off-by: Russell Senior --- target/linux/x86/base-files/lib/upgrade/platform.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/l