**** BEGIN LOGGING AT Wed Feb 10 02:59:58 2010 Feb 10 08:48:31 florian * r19571 /trunk/target/linux/cobalt/Makefile: [cobalt] switch to 2.6.32 Feb 10 08:48:35 florian * r19572 /trunk/target/linux/uml/ (11 files in 2 dirs): [uml] move 2.6.30 patches to their appropriate directory Feb 10 12:10:10 Is there a way to test in the Config.in files (i.e. menuconfig) if some (other) package is a module or in the image? Feb 10 12:14:20 cshore: yes Feb 10 12:14:31 rtz: how? Feb 10 12:14:41 cshore: print out CONFIG_PACKAGE Feb 10 12:14:49 it should be m or y Feb 10 12:15:02 package beeing your package name Feb 10 12:15:06 but can you use it in a if statement Feb 10 12:15:21 why not? Feb 10 12:15:29 if statement where? A makefile? Feb 10 12:15:36 in Config.in Feb 10 12:16:09 e.g. select PACKAGE_x if PACKAGE_y is module Feb 10 12:16:26 or really default m PACKAGE_x if PACKAGE_y is module Feb 10 12:16:41 hmm, that's more complicated Feb 10 15:52:21 nbd: ping Feb 10 15:53:01 hi guys, i'm trying to port openwrt to another arm based plattform. i got the kernel loading until its trying to start the init process then it stucks: http://pastebin.com/da2d3a06 Feb 10 15:56:39 additionally i got errors when compiling the kernel with the initramfs/initrd support enabled. so i had to turn it off. the error was: http://pastebin.com/dcaac4fc Feb 10 15:57:28 does anyone have suggestions how to solve this problems? Feb 10 16:01:46 I have not idea qecko, sorry Feb 10 16:02:40 xMff: ping Feb 10 16:03:07 qecko: for the init part make sure you have an rootfs Feb 10 16:03:18 xMff: the luci home page now is http://luci.subsignal.org/ Feb 10 16:05:04 i have a rootfs (root=/dev/hda2) i can mount it in the bios, everything looks fine Feb 10 16:05:19 *hda1 Feb 10 16:05:38 qecko: and it's an openwrt rootfs? Feb 10 16:05:51 sure i compiled it just before :) Feb 10 16:07:31 init is /etc/preinit? Feb 10 16:08:29 yep Feb 10 16:08:41 qecko: specificly what arm based platform is it? Feb 10 16:08:59 glp: its OpenRISC Feb 10 16:11:05 qecko: never seen one of those Feb 10 16:11:56 glp: yep, i'm trying to add this plattform to the supported devices of openwrt Feb 10 16:12:44 the kernel is loaded from the root filesystem (/boot/zImage) can this be a problem? Feb 10 16:14:13 i don't think so. what kernel version are you using? Feb 10 16:14:24 2.6.32.7 Feb 10 16:14:46 have you tried setting init to /bin/sh? Feb 10 16:14:58 <[florian]> qecko: have you been doing the forward port to 2.6.32 yourself? Feb 10 16:15:22 <[florian]> qecko: {Nico} has some patches to add support for openrisc in OpenWrt, I should have those too Feb 10 16:15:29 larsc: no, i'll try now Feb 10 16:16:33 florian: yes, i tried it on myself... where can i find those patches? Feb 10 16:17:40 <[florian]> qecko: let me upload those for you (if by chance I got them on my computer right now) Feb 10 16:18:09 <[florian]> qecko: otherwise, ask {Nico} Feb 10 16:20:17 florian: okay, thank you :) Feb 10 16:20:27 larsc: same errors again for init=/bin/sh Feb 10 16:20:55 <[florian]> qecko: does the mounting of the rootfs work? Feb 10 16:21:11 <[florian]> qecko: are you using the "default" or32 setup where they link an ext2 fs with the kernel? Feb 10 16:21:30 florian: it seems so VFS: Mounted root (ext2 filesystem) on device 3:1. Feb 10 16:22:23 <[florian]> qecko: if you mount that FS on your build machine, can you see all the files? Feb 10 16:22:59 <[florian]> qecko: I assume your ext2 rootfs work ;) Feb 10 16:24:15 build #5 of ar7 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ar7/builds/5 Feb 10 16:25:21 florian: i havn't heard of "or32" before. i just set ext2 as target image, copied the rootfs to a cfcard, mounted the rootfs and copied the zImage to /boot Feb 10 16:26:13 florian: i can mount the rootfs in the bios of the openrisc plattform and browse the fs Feb 10 16:27:48 florian: so, i think the rootfs is fine... it must have something to do with the kernel maybe... btw do you have an idea concerning my second problem (initramfs)? Feb 10 16:29:22 <[florian]> qecko: or32 is the name of the architecture, aka openrisc Feb 10 16:31:44 build #5 of s3c24xx is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/s3c24xx/builds/5 Feb 10 17:16:50 florian: did you find the patches? Feb 10 17:38:52 <[florian]> qecko: nope, they are at home Feb 10 17:41:13 florian: anyway, i think that or32 is not the plattform i'm using... mine is arm9 based. so i have to fix this error on myself :( do you have any idea what could be wrong (concerning init) Feb 10 17:52:37 <[florian]> qecko: ah, then I have no patch for it, I thought you were using the openrisc softcore Feb 10 19:36:36 build #6 of ifxmips is complete: Failure [failed compile_6] Build details are at http://tksite.gotdns.org:8010/builders/ifxmips/builds/6 Feb 10 20:01:23 juhosg * r19573 /trunk/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c: ar71xx: fix WLAN mac address on the TL-WR1043ND Feb 10 20:25:50 cshore: ping Feb 10 20:28:17 xMff: ping Feb 10 20:28:31 pong rtz Feb 10 20:28:48 cshore: ok, I got the config file support implemented Feb 10 20:29:05 cshore: in a kinda ugly way, it's there Feb 10 20:29:24 and more or less working usb overlay support is also there Feb 10 20:30:06 you've been busy Feb 10 20:30:21 not really Feb 10 20:30:40 figuring out, now uci works was the biggest part Feb 10 20:30:54 hooking stuff together took like a day or so Feb 10 20:33:18 at this point, I would need a decision, weather this could be included into openwrt and if yes, some help with integrating it and platform specific stuff Feb 10 20:34:21 well I'm not a core dev, so I can't answer that...you should talk to Jo and Felix, especially Feb 10 20:34:27 Florian too Feb 10 20:34:54 I am not in the position to judge this, I think a RFC on the openwrt-devel list would be appropriate Feb 10 20:36:27 that's the config file: http://openwrt.pastebin.com/m248755b3 Feb 10 20:36:39 ok, I can do this Feb 10 20:36:56 but what do you think about this? Feb 10 20:37:31 Personally I prefer shell scripts for this sort of thing...much easier to modify and get right Feb 10 20:37:47 <[florian]> uh that's really nice to see Feb 10 20:38:04 <[florian]> probably worth still mixing shell with uci based init Feb 10 20:38:38 I think it would be suitable if it offers enough hooks via .d directories Feb 10 20:39:53 One other thing, is that it's going need to be able to help with the dependency problem for init/hotplug (Jo and I were talking about that problem earlier, but only have a bit of an idea of a solution) Feb 10 20:41:06 ok, I will add some license headers and write a mail to the openwrt-devel list Feb 10 20:41:32 final question is, can I count on some help integrating this? Feb 10 20:43:18 if there is a consensus to go with this system, I should be able to spend some of my non-work time on it Feb 10 20:44:39 ok, many thanks Feb 10 20:45:10 xMff: one other thing, do you know, who the pppd maintainer is? Feb 10 20:46:07 there is none, it was maintained by several ppl in the past Feb 10 20:47:11 xMff: could you then update it, because there seems to be a problem with umts dialup connections and it not getting the correct dns server addresses Feb 10 20:50:56 rtz: It'd probably happen faster if you refreshed the patches, I suspect Feb 10 20:51:06 rtz: and posted a patch Feb 10 21:03:17 hmm, ok Feb 10 21:03:20 will do that Feb 11 02:33:37 thepeople * r19574 /trunk/package/firewall/files/uci_firewall.sh: Add destination ip of the wan adapter useful if you have multiple ip addresses. Feb 11 02:38:09 thepeople * r19575 /trunk/package/opkg/Makefile: change the opkg path due to changes in the buildsystem, fixes incorrect path in snapshot images **** ENDING LOGGING AT Thu Feb 11 02:59:57 2010