On Sun, Nov 05, 2006 at 06:26:51PM +0100, [EMAIL PROTECTED] wrote: > Author: wbx > Date: 2006-11-05 18:26:50 +0100 (Sun, 05 Nov 2006) > New Revision: 1067 > > Modified: > branches/freewrt_1_0/mk/modules-2.4.mk > > branches/freewrt_1_0/target/linux/brcm-2.4/squashfs-overlay/config/config.squashfs_overlay > Log: > enable nls modules and some filesystems in kernel config, create > kmod-nls-cp437 package, start for the nls/fs module cleanup [...] > > Modified: > branches/freewrt_1_0/target/linux/brcm-2.4/squashfs-overlay/config/config.squashfs_overlay > =================================================================== > --- > branches/freewrt_1_0/target/linux/brcm-2.4/squashfs-overlay/config/config.squashfs_overlay > 2006-11-05 15:33:04 UTC (rev 1066) > +++ > branches/freewrt_1_0/target/linux/brcm-2.4/squashfs-overlay/config/config.squashfs_overlay > 2006-11-05 17:26:50 UTC (rev 1067) > @@ -1,5 +1,5 @@ > # > -# Automatically generated make config: don't edit > +# Automatically generated by make menuconfig: don't edit
OK, only a suggestion: we should use the same method to generate the config file. As you see, your diff is rather long since I use "make config" and you "make menuconfig". "make config" make nicer comments, could all agree with this? [...]a > -# CONFIG_NTFS_RW is not set > +CONFIG_NTFS_FS=m > +CONFIG_NTFS_RW=y Mmh, NTFS per default. it is quite unstable under 2.4 and uses some space. In which situation do you need native ntfs support? > -# CONFIG_NFSD is not set > -# CONFIG_NFSD_V3 is not set > +CONFIG_NFSD=m > +CONFIG_NFSD_V3=y Is NFSD always needed per Default? Dirk _______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
