**** BEGIN LOGGING AT Thu Jul 19 02:59:58 2007 Jul 19 07:13:18 juhosg * r8047 /trunk/target/linux/ (10 files in 9 dirs): clean of the rootfs_split patch Jul 19 10:01:48 florian * r8048 /trunk/package/kernel/modules/network.mk: Fix kmod-ipip build (#2092) Jul 19 10:24:12 florian * r8049 / (2 files in 2 dirs): Allow the redboot supplied command line to be append (#2089) Jul 19 12:09:50 florian * r8050 /trunk/ (Config.in rules.mk): Add optionnal support for a BUILD_DIR suffix (#2057) Jul 19 12:24:50 florian * r8051 /trunk/package/aodv-uu/Makefile: aodv-uu is not broken anymore Jul 19 12:27:36 florian * r8052 / (2 files in 2 dirs): rb532 has pci support and should build tgz images by default Jul 19 12:30:59 florian * r8053 /packages/net/click/Makefile: Click should be built with -Os, not -O2 Jul 19 12:54:13 florian * r8054 /trunk/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c: Put the init flag in the structure Jul 19 13:09:22 hi Jul 19 13:09:28 matteo? Jul 19 13:34:19 hi all Jul 19 13:34:25 hi Jul 19 13:35:18 i would to try to patch the kernel .... what tree i have to modify between toolchain_build_mips and build_mips ? Jul 19 13:41:25 nbd: i would like to change the default kernel command line in manner to use the serial port for general purpose Jul 19 13:41:43 nbd: what way i should go ? Jul 19 13:41:51 which platform? Jul 19 13:41:58 atheros(fonera) Jul 19 13:42:20 florian added a commit that allows you to change the command line in redboot Jul 19 13:42:23 how about trying that Jul 19 13:43:03 ok i'll try that Jul 19 13:43:08 thx anyway Jul 19 13:48:16 [florian]: i read your patch for redboot arguments... some revision ago there was a CONFIG under arch that specified the default configs. now that config disappeared ? Jul 19 13:53:11 <[florian]> fabsoft: this is CONFIG_CMDLINE Jul 19 13:53:30 [florian]: yep Jul 19 13:53:32 <[florian]> fabsoft: it should not have disappeared, I need to check if it is still architecture specific or not Jul 19 13:56:55 i mean it is disappeared for ar531x. so for that the config is applied on kernel/setup.c: char arcs_cmdline[CL_SIZE]=CONFIG_CMDLINE; Jul 19 13:57:02 ok. now understand Jul 19 13:58:36 <[florian]> ok, so it moved to the generic code Jul 19 13:58:44 and then overridden by your patch Jul 19 13:58:53 <[florian]> not overriden, appended Jul 19 13:59:00 <[florian]> it uses strcat Jul 19 13:59:33 [florian]: now default command line has to be on redboot init script ? Jul 19 14:01:03 [florian]: i mean if a fresh openwrt flashing need to change the redboot script through fconfig command Jul 19 14:06:44 <[florian]> fabsoft: if no command line supplied in redboot, it will use the default one specified in CONFIG_CMDLINE Jul 19 14:07:03 <[florian]> if the command line supplied in redboot is not empty, it will be appended to the CONFIG_CMDLINE one Jul 19 14:10:19 [florian]: that's ok, i just build the kernel but CONFIG_CMDLINE="" Jul 19 14:11:11 [florian]: so that can be a bug in atheros profile ? Jul 19 14:13:23 [florian]: no.. i were wrong Jul 19 14:13:47 i checked it in the wrong kernel tree Jul 19 14:15:04 so i need to recompile with the modified CONFIG_CMDLINE because i need to remove "console=ttyS0" Jul 19 14:24:59 [florian]: this can be better ? :D http://rafb.net/p/rTAReK41.html Jul 19 14:26:34 so who wanna apply a different cmdline has to redefine the full arg list Jul 19 14:28:08 <[florian]> sorry, let me check Jul 19 14:28:24 <[florian]> yes this sounds good Jul 19 14:29:02 nbd * r8055 / (2 files in 2 dirs): disable ipt_quota on linux 2.4 - iptables user space no longer compiles with it Jul 19 14:30:52 i dont know if it should check for memory leakage there :) Jul 19 14:31:41 <[florian]> you check that the kernel command line is not empty, which is a good start already Jul 19 14:33:41 [florian]: i dont know it arcs_cmdline has enough memory to store arguments.. Jul 19 14:34:37 maybe the kernel setup will check it and then strips memory for that ? Jul 19 14:51:54 florian * r8056 /trunk/target/linux/rb532-2.6/patches/510-rb500_led.patch: Really add the LED driver :) Jul 19 14:52:34 florian * r8057 /trunk/target/linux/rb532-2.6/base-files/default/sbin/wget2nand: Add wget2nand, this should allow netboot installation directly to nand Jul 19 14:53:20 florian * r8058 /trunk/target/linux/rb532-2.6/ (3 files in 3 dirs): Convert the NAND driver to platform_driver, allow tgz image to be built correctly Jul 19 15:23:31 florian * r8059 /trunk/ (2 files in 2 dirs): Include kmod-via-rhine by default for rb532 Jul 19 15:52:33 juhosg * r8060 /trunk/target/linux/generic-2.6/ (2 files in 2 dirs): Jul 19 15:52:33 rootfs_split fixes Jul 19 15:52:33 * avoid compiler warnings on 2.6.22.1 Jul 19 15:52:33 * applies cleanly on 2.6.21.5 Jul 19 16:00:16 florian * r8061 /trunk/ (2 files in 2 dirs): revert 8059, via-rhine is built in the kernel Jul 19 16:15:31 nbd * r8062 / (2 files in 2 dirs): add a workaround for a wds related crash Jul 19 16:19:15 florian * r8063 /trunk/target/linux/rb532-2.6/files/ (arch/mips/rb500/prom.c.orig drivers/mtd/nand/rbmipsnand.c): Suppress promc.c.orig, fix the nand detection with newer boards (#2038) Jul 19 17:15:29 juhosg * r8064 /trunk/target/linux/generic-2.6/patches/060-rootfs_split.patch: restore Kconfig options of rootfs_split for 2.6.21.5 Jul 19 18:20:52 nbd * r8065 / (4 files in 4 dirs): really fix tgz images Jul 19 18:50:13 florian * r8066 /trunk/target/linux/ (adm5120-2.6/image/Makefile rb532-2.6/image/Makefile): Remove tgz hacks Jul 19 18:56:59 florian * r8067 /tags/kamikaze_7.07/target/linux/adm5120-2.6/image/Makefile: Fix tgz generation for 7.07 too Jul 19 19:03:07 florian * r8068 / (2 files in 2 dirs): Fix indentation for add_mtd_partitions (#2072) Jul 20 00:31:00 nbd * r8069 / (2 files in 2 dirs): fix a socket leak in udhcpc (patch by Eric L. Chen) Jul 20 00:43:37 please apply the fix at https://dev.openwrt.org/ticket/2070, it hangs ixp4xx pronghorn board **** ENDING LOGGING AT Fri Jul 20 02:59:56 2007