Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-18 Thread RHS Linux User
Hi All, A good idea IMHO. Small boot up means more stuff in removeable memory means MUCH easier to try new versions. If we have a small simple bootup all the "heavy" stuff could be on one plug-in memory or better two. One for known good stuff and one for stuff being tested. Just my 2 cen

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-16 Thread Stefan Monnier
>> I see. Sounds like a lot of trouble just to remove jffs2. > Yes. Is there any particular reason you're trying to do so? I see > what you're trying to do, but no why. JFFS2 is rather well suited for > the hardware OpenWRT is targeted at, integrated HD or not. Does the > 700gE not have any fl

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-15 Thread RB
On Mon, Dec 15, 2008 at 21:35, Stefan Monnier wrote: > I see. Sounds like a lot of trouble just to remove jffs2. Yes. Is there any particular reason you're trying to do so? I see what you're trying to do, but no why. JFFS2 is rather well suited for the hardware OpenWRT is targeted at, integra

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-15 Thread Stefan Monnier
> ah, you are looking for a subarch > something like > target/linux/brcm47xx/Makefile # add SUBTARGETS=myarch > target/linux/brcm47xx/myarch/config-default # this is the kernel-config > target/linux/brcm47xx/myarch/profiles/001-myprofile.mk > look how it is done in target/linux/ixp4xx/ I see.

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-15 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Monnier wrote: >>> I'm trying to build an WL-700gE (2.6) image that doesn't have jffs2 >>> built-in (only squashfs which then pivots to ext3), but can't seem to >>> figure where is the code that causes jffs2 to be built into the kernel. >> tar

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-15 Thread Stefan Monnier
>> I'm trying to build an WL-700gE (2.6) image that doesn't have jffs2 >> built-in (only squashfs which then pivots to ext3), but can't seem to >> figure where is the code that causes jffs2 to be built into the kernel. > target/linux/generic-2.6/config-2.6.* Oh, so there's no *code* that turns it

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-15 Thread Harald Schiƶberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Monnier wrote: > I'm trying to build an WL-700gE (2.6) image that doesn't have jffs2 > built-in (only squashfs which then pivots to ext3), but can't seem to > figure where is the code that causes jffs2 to be built into the kernel. target/linux/

[OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-14 Thread Stefan Monnier
I'm trying to build an WL-700gE (2.6) image that doesn't have jffs2 built-in (only squashfs which then pivots to ext3), but can't seem to figure where is the code that causes jffs2 to be built into the kernel. I thought the "FEATURES" setting in the target's file would do it, but target/linux/brc