**** BEGIN LOGGING AT Sat Oct 19 02:59:58 2013 Oct 19 08:55:29 build #415 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/415 Oct 19 11:02:48 cyrus r38458 trunk/package/network/config/netifd/Makefile * netifd: Fix ifupdate events Oct 19 11:12:55 blogic: ping? Oct 19 11:15:53 The_Lizard: hi Oct 19 11:15:59 sorry i am on baby duty today Oct 19 11:16:07 no time for hacking :( Oct 19 11:16:08 ah, thats cool ;) Oct 19 11:16:14 how old? Oct 19 11:16:26 9 monhts Oct 19 11:17:02 nice, I remember something about retrieving the wifi calibration data, have you managed to find out anything about it? Oct 19 11:19:36 apparently its in the last sector Oct 19 11:24:29 so you think it isn't in the boot params, but in the primary setting or configuration parts? Oct 19 11:28:00 what should I be looking for? Oct 19 11:32:49 0x6230 or 0x3062 Oct 19 11:33:09 ideally at a 16 byte boundary Oct 19 11:33:22 6 vytes further would be the mac Oct 19 11:33:45 as in 0x6230 <6 random bytes> <6 byte mac addr> Oct 19 11:42:38 Only found the wan mac Oct 19 11:42:47 hmmm Oct 19 11:46:13 the lan mac is just wan+1, so that might be used i guess Oct 19 11:48:23 mmm Oct 19 11:48:32 6230 is the start of the wifi eeprom Oct 19 11:48:36 and it should hold the wifi mac Oct 19 11:48:36 configuration part is still packed, should unpack it.. Oct 19 11:48:41 however they might have patched it Oct 19 11:48:47 yeah Oct 19 11:48:52 but i doubt its in the config part Oct 19 11:48:57 it is definately not in primary setting, because that is empty Oct 19 11:49:29 the start of the block is 0x10000000, the rest is 0xff, and the checksum at the end Oct 19 11:51:29 ok Oct 19 11:52:20 the configuration part is brn-signed Oct 19 11:58:35 how large would the block be? Oct 19 12:00:33 would it be easier to extract it from a running device? Oct 19 12:02:46 there is 0x7A52 data in the configuration image Oct 19 12:03:16 could it be embedded in the bootloader, or is it really calibration data, which is instance specific? Oct 19 12:06:16 instance specific Oct 19 12:09:34 how much data should it be? Oct 19 13:10:43 blogic: have you managed to make a backup of your device? looking for the changes would be easier than finding the data itself Oct 19 13:13:09 will do tonight Oct 19 13:13:14 ok Oct 19 13:49:30 nbd r38459 packages/libs/libffi/Makefile * libffi: disable mips16 support (#14338) Oct 19 13:49:32 nbd r38460 packages/libs/glib2/Makefile * glib2: disable mips16 support Oct 19 15:57:38 build #383 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/383 Oct 19 16:00:40 build #383 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/383 Oct 19 16:26:04 nbd r38461 trunk/package/libs/libubox/Makefile Oct 19 16:26:04 libubox: update to latest version, fixes ustream reuse and a few other minor issues Oct 19 16:27:04 nbd r38462 branches/attitude_adjustment/package/libubox/Makefile Oct 19 16:27:04 libubox: update to latest version, fixes ustream reuse and a few other minor issues Oct 19 17:16:38 blogic: somebody did a great job: https://sviehb.wordpress.com/2011/09/06/reverse-engineering-an-obfuscated-firmware-image-e01-unpacking/ Oct 19 17:37:51 I will check the first bootloader part to see if it matches up ;) Oct 19 18:54:01 hi luka the libcurl update has a bug Oct 19 18:54:33 the Makefile should be Oct 19 18:54:34 - DEPENDS:=+LIBCURL_POLARSSL:libpolarssl +LIBCURL_OPENSSL:libopenssl +LIBCURL_GNUTLS:libgnutls +LIBCURL_ZLIB:zlib Oct 19 18:54:38 + DEPENDS:=+LIBCURL_POLARSSL:libpolarssl +LIBCURL_OPENSSL:libopenssl +LIBCURL_GNUTLS:libgnutls +LIBCURL_ZLIB:zlib +LIBCURL_THREADED_RESOLVER:libpthread Oct 19 18:54:48 LIBCURL_THREADED_RESOLVER needs libpthread Oct 19 18:55:46 i can also commit the fix but it don't want to push into a package maintained by you Oct 19 19:39:09 build #360 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/360 Oct 19 21:25:24 build #416 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/416 Oct 19 22:53:40 tripolar: i didnt push the update, Kaloz did Oct 19 22:53:50 Kaloz: ^^ Oct 19 22:55:06 what would it take to support this hardware? http://wiki.openwrt.org/toh/netgear/wn3500rp Oct 19 23:23:49 anything I can do to help, preferably without having to buy a jtag reader? :) Oct 19 23:53:07 build #396 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/396 Oct 19 23:59:47 I'm building trunk for x86 Oct 20 00:00:23 any time I update my target with sysupgrade, it saves all configuration correctly, except for some reason it keeps wiping the network config and putting it back to default for network config Oct 20 00:00:37 any hints as to why it's doing that ? Oct 20 00:04:09 I really need this thing to keep network configuration thru a sysupgrade, it seems to be saving everything else correctly, but on restart after sysupgrade, something is getting fingers in the pie, and putting /etc/config/network back to defaults instead of keeping what was there Oct 20 00:17:01 something keeps putting network.lan.proto back to static from my dhcp setting Oct 20 00:45:57 ok, found this one, network is coming up, before jffs2 stuff is done Oct 20 00:46:16 reboot after jffs2 is done, and it's got my correct settings again Oct 20 00:53:18 luka ahh sorry Oct 20 01:04:57 Kaloz: hi, your last update for curl has a missing dep, LIBCURL_THREADED_RESOLVER depends on libpthread Oct 20 01:06:51 tripolar r38463 packages/libs/curl/Makefile * [packages] curl: LIBCURL_THREADED_RESOLVER depends on libpthread Oct 20 01:13:43 tripolar r38464 packages/libs/ldns/Makefile * [packages] ldns update to v1.6.16 Oct 20 01:17:06 tripolar r38465 packages/net/ unbound/patches/001-conf.patch unbound/Makefile * [packages] unbound update to 1.4.21 and refresh patches Oct 20 01:38:53 build #350 of kirkwood is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/350 Oct 20 01:54:46 what would it take to support this hardware? http://wiki.openwrt.org/toh/netgear/wn3500rp Oct 20 02:25:54 build #370 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/370 **** ENDING LOGGING AT Sun Oct 20 02:59:58 2013