-----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/generic-2.6/config-2.6.* > > Oh, so there's no *code* that turns it ON: it's just ON in the base > config file. > Thanks. > >>> I thought the "FEATURES" setting in the target's file would do it, but >>> target/linux/brcm47xx/Makefile only sets "FEATURES:=squashfs usb" (and >>> I don't know what the `usb' is for or what it entails). >>> Could someone give me a hint? > >> run "make kernel_menuconfig" to manually disable certain modules. > > Thanks. Is that documented somewhere or should I go ahead and add it > somewhere in the Wiki? > > BTW: I think it doesn't really solve my problem because I was looking > for something that I can stick into > target/linux/brcm47xx/profiles/WL700GE.mk. 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/ > > > Stefan > > _______________________________________________ > openwrt-devel mailing list > [email protected] > http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJRs79y8wrZ9OvkU0RApnTAJ0bQsheBj8rlkTmWqnDm70LOnUpvQCffspJ zaVp5s+rJOb533/xoLAnBus= =Afrc -----END PGP SIGNATURE----- _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
