**** BEGIN LOGGING AT Wed Nov 24 02:59:59 2010 Nov 24 03:15:07 build #36 of at91 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/at91/builds/36 Nov 24 03:49:36 build #38 of atheros is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/atheros/builds/38 Nov 24 04:16:44 nbd: full rebuild after make clean, kernel and rootfs installed to x86 atom target and no segfault in kismet_client. thank you again. Nov 24 04:17:54 i've also been trying to get ksimet to build with libnl-tiny and I am stuck on the include files conflictng with kernel inlcudes Nov 24 04:19:19 if.h in libnl-tiny is missing a struct (ifreq) that the kernel if.h has, among other .h conflicts, netiher set kernel or libnl-tiny has all that is needed but they have conflicting filenames in some cases, liek msg.h Nov 24 04:20:13 question is, can the libnl-tiny include files be synced to kernel ? Nov 24 04:37:13 build #37 of ppc40x is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ppc40x/builds/37 Nov 24 05:59:46 framer99: as an occasional kismet-on-openwrt user, thanks! Nov 24 07:14:28 [florian]: i managed to get the bus not to throw an RERROR by issuing a second reset_bit twiddle, but it still won't link :( Nov 24 08:22:08 yay Nov 24 08:22:48 * sn9 feeds rc4 back Nov 24 08:37:42 jow_laptop: pong Nov 24 09:38:49 build #32 of ramips is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ramips/builds/32 Nov 24 10:05:06 hello Nov 24 10:08:44 juhosg * r24121 /trunk/target/linux/ramips/files/drivers/net/ramips.c: Nov 24 10:08:44 ramips: Remove unnecessary skb_put Nov 24 10:08:44 Signed-off-by: Helmut Schaa Nov 24 10:08:47 juhosg * r24122 /trunk/target/linux/ramips/files/drivers/net/ramips.c: Nov 24 10:08:47 ramips: Don't trigger BUG_ON due to skb allocation failure Nov 24 10:08:47 Instead just drop the rx'ed frame silently and reuse the already Nov 24 10:08:47 available buffer. Nov 24 10:08:47 Signed-off-by: Helmut Schaa Nov 24 10:08:52 juhosg * r24123 /trunk/target/linux/ramips/files/drivers/net/ramips.c: Nov 24 10:08:53 ramips: DMA map the correct RX skb size Nov 24 10:08:53 The skb_reserve call prior to DMA mapping the RX skb reduced the skb Nov 24 10:08:53 data len by 2. To not allow DMA to write behind the skb we should pass Nov 24 10:08:53 the correct skb data len to the device. Nov 24 10:08:53 Signed-off-by: Helmut Schaa Nov 24 10:08:54 juhosg * r24124 /trunk/target/linux/ramips/files/drivers/net/ramips.c: Nov 24 10:08:54 ramips: Use NET_IP_ALIGN instead of hardcoding 2 Nov 24 10:08:55 Signed-off-by: Helmut Schaa Nov 24 10:08:56 juhosg * r24125 /trunk/target/linux/generic/files/drivers/net/phy/ (rtl8366_smi.c rtl8366_smi.h rtl8366rb.c): Nov 24 10:08:56 generic: add rtl8366rb switch vlan fid support Nov 24 10:08:56 Allows to use fids 0 to 7. Default is 0. Nov 24 10:08:57 Those who will use this don't forget to `set vlan fid` every time Nov 24 10:08:57 after `set vlan ports` if you want non default behavior. Nov 24 10:08:58 Minor changes. Version bump. Nov 24 10:08:58 Signed-off-by: Roman Yeryomin Nov 24 10:52:03 cshore: ping Nov 24 10:52:31 ping KanjiMonster Nov 24 10:52:35 pong I mean Nov 24 10:54:21 cshore: the info1 lines get created right aligned on my system (or centered, I'm not quite sure, at least they have several spaces on the left) Nov 24 10:54:48 e.g. --info1 " BTV220V_MGCP_BTR" Nov 24 10:54:55 hmmmmm Nov 24 11:02:17 doh Nov 24 11:04:25 removes the spaces before $(shell in the Limit16 macro Nov 24 11:04:31 actually tab Nov 24 11:05:04 what you're seeing is a tab character from the macro definition Nov 24 11:06:57 ah Nov 24 11:13:50 cshore * r24127 /trunk/target/linux/brcm63xx/image/Makefile: [brcm63xx] image Makefile: Removed extraneous tab from Image/LimitName16 macro definition. The solves the strange whitespace in front of the image name in the info1 section Nov 24 11:14:48 \o/ Nov 24 12:07:27 acoul * r24128 /trunk/tools/e2fsprogs/Makefile: tools/e2fsprogs: update to e2fsprogs-1.41.12 Nov 24 12:12:42 acoul * r24129 /trunk/tools/mtd-utils/ (3 files in 2 dirs): tools/mtd-utils: update to mtd-utils-20101124 Nov 24 12:20:30 build #35 of cobalt is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/cobalt/builds/35 Nov 24 13:18:07 cshore: err, wait, "$(shell expr substr "$(1)" 1 $$(expr length "$(1)"))" - you are now getting a substring of $(1) from 1 to the length of $(1)? this is always the full string ;) Nov 24 13:18:49 doh, not enough sleep Nov 24 13:20:31 16 was right Nov 24 13:28:08 can kernel 2.6.36.1 already be used in Makefile of brcm47xx ? Nov 24 13:30:03 crow: 2.6.36 works, .1 might work as well Nov 24 13:30:42 crow: probably, just try it ;) either edit the Makefile or build with LINUX_VERSION=2.6.36.1 Nov 24 13:31:44 loswillios i know for .36 i am using it on production hw, Nov 24 13:32:31 KanjiMonster yea will try it right away, btw i always edit targer/linux/brcm47xx/Makefile how would it be with build option? make LINUX_VERSION=2.6.36.1 V=99 ; echo -e '\a' ? Nov 24 13:33:44 crow: yes, exactly that way Nov 24 13:33:52 thanks Nov 24 13:34:08 makes build testing different kernel versions a bit easier Nov 24 13:36:55 yea sure and not messing with makefiles. Nov 24 14:03:21 build #29 of uml is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/uml/builds/29 Nov 24 14:07:58 build #35 of orion is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/orion/builds/35 Nov 24 14:08:15 acoul * r24130 /trunk/tools/e2fsprogs/patches/002-freebsd_fix.patch: tools/e2fsprogs: fix freebsd compile issue Nov 24 14:11:45 build #34 of gemini is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/gemini/builds/34 Nov 24 14:14:54 nbd * r24131 /trunk/include/depends.mk: change the recursive dependency template to use more make evaluation - the shell command got so long that it triggered "Argument list too long" on some systems (#8231) Nov 24 14:17:42 acoul * r24132 /trunk/package/mtd/src/mtd.c: package/mtd: (enhancement) add option to prevent erase when writing to flash. (closes #8308) Nov 24 14:55:33 build #32 of rb532 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/rb532/builds/32 Nov 24 15:02:05 jow * r24133 /trunk/package/opkg/patches/ (009-remove-upgrade-all.patch 014-errors-to-stderr.patch): [package] opkg: write error messages to stdout Nov 24 15:14:34 so first start on wl500gpv1 is fine: Linux OpenWrt 2.6.36.1 #1 Wed Nov 24 15:37:07 CET 2010 mips GNU/Linux Nov 24 16:24:53 build #34 of s3c24xx is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/s3c24xx/builds/34 Nov 24 16:26:12 jow * r24134 /trunk/package/mtd/src/mtd.c: [package] mtd: fix r24132 Nov 24 16:29:02 jow * r24135 /trunk/package/mtd/src/mtd.c: [package] mtd: whitespace cleanup Nov 24 17:21:37 build #33 of ppc44x is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ppc44x/builds/33 Nov 24 17:35:44 build #30 of x86 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/x86/builds/30 Nov 24 17:48:12 build #31 of ar7 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ar7/builds/31 Nov 24 17:51:43 build #29 of etrax is complete: Failure [failed compile_3] Build details are at http://tksite.gotdns.org:8010/builders/etrax/builds/29 Nov 24 18:58:17 kaloz * r24136 /trunk/ (43 files in 35 dirs): update to the latest stable kernels Nov 24 20:03:07 ^ someone forgot brcm47xx?? its still on 34.7 Nov 24 20:36:04 those are usually only point release updates rather than new minor version upgrades Nov 24 20:43:32 [florian]: seems the vlynq gpio was the entire problem Nov 24 20:45:49 <[florian]> sn9: it was wrong for your device? Nov 24 20:47:49 it was reversed Nov 24 21:48:25 [florian]: please review for commit asap: http://www.gimpelevich.san-francisco.ca.us/danielg4/r24136.patch Nov 24 23:02:37 <[florian]> sn9: will do, thanks! Nov 24 23:56:34 [florian]: any result? Nov 25 00:59:18 / TNETW1350 not supported by the acx driver, therefore don't claim it anymore Nov 25 00:59:32 danage: know anything about this? Nov 25 00:59:38 loswillios? Nov 25 00:59:53 [florian]? Nov 25 01:14:33 ah, i see: http://sourceforge.net/projects/acx100/forums/forum/257272/topic/3764011 Nov 25 01:17:12 hi Nov 25 01:17:43 i would like to commit a new packet to feeds, and i could image its another process ... cuase currentlsy my package is in ./package/xxx and somehow in future its in package/feeds/xxx ... anyone an idea how to comit a package to feeds ? or is it the same way described in https://dev.openwrt.org/wiki/SubmittingPatches Nov 25 02:03:33 danage: ping **** ENDING LOGGING AT Thu Nov 25 02:59:58 2010