**** BEGIN LOGGING AT Tue Dec 30 02:59:56 2008 Dec 30 03:35:25 jow * r13768 /packages/ipv6/aiccu/ (Makefile files/aiccu.hotplug): packages/ipv6/aiccu: fix typo in hotplug handler, bump package revision Dec 30 04:26:27 Is there some doc on using the option CONFIG_KERNEL_GIT_CLONE_URI anywhere? Dec 30 06:53:00 juhosg * r13769 /trunk/target/linux/ar71xx/ (5 files in 3 dirs): [ar71xx] add dummy WMAC device Dec 30 07:05:59 juhosg: Is there some doc on using the option CONFIG_KERNEL_GIT_CLONE_URI anywhere? Dec 30 07:10:43 I have read and read... and it is beginning to become clear to me that in order to even test AP mode... on various usb net adapters... I have to build from git. But straight up, the buildroot has patches that git repo's won't have and so that seems like not a good road to use. But it is there. Dec 30 07:14:41 johnrw: sorry, i don't know. i have never used it yet Dec 30 07:16:48 Well I asked you in particular... cause you seem to be the one who refreshes the kernel... :) Well... For example... http://rt2x00.serialmonkey.com/wiki/index.php/Rt2x00_GIT_instructions just say how to obtain a git repo... Dec 30 07:17:36 And ivd, the main dev over there, says AP mode is only in git... for a bunch of devices... Dec 30 07:18:19 It would be great to have a howto on the subject... somewhere... Dec 30 07:20:03 I know Jose put together a working AP mode for the mi424wr... but that is so hard to do... it's like a one shot deal when done... Dec 30 07:21:53 So I tried to use it... the option CONFIG_KERNEL_GIT_CLONE_URI but that didn't even get finished building the crosscompiler tools... Dec 30 07:22:26 so I'll try again on a buildroot that has already done a successful build once or twice... Dec 30 07:28:24 you don't need to use a git repository for this Dec 30 07:28:31 the latest wireless changes will be in the compat-wireless tarball sooner or later Dec 30 07:29:04 and we can use them with older kernels as well Dec 30 07:33:53 I don't know... but it seems like ivd was getting kinda tired telling people AP mode was in git only... on the forums over there. Jose said the same thing... use compat-wireless. Thanks. Dec 30 07:34:30 I was feeling adventurous I guess. Dec 30 07:38:14 jow * r13770 /packages/net/lldpd/ (7 files in 3 dirs): packages/net: add lldpd link-layer discovery protocol daemon Dec 30 08:27:24 I know I can't be the only one trying to get something besides client mode out of these usb devices... and since wireless seems to be undergoing all these big changes... especially when changes are made to things besides just a driver. ivd says rt2x00 in git... makes changes to mac80211 for example. Dec 30 09:29:49 juhosg * r13771 /trunk/package/mac80211/Makefile: [package] mac80211: fix some depends Dec 30 11:51:35 juhosg * r13772 /trunk/package/mac80211/Makefile: [package] mac80211: update compat-wireless to 2008-12-29 Dec 30 12:30:22 juhosg * r13773 /trunk/package/mac80211/ (5 files in 2 dirs): [package] mac80211: add experimental support for rt2800 devices (based on a patch by Hauke Mehrtens ) Dec 30 12:31:01 jow * r13774 /packages/net/lldpd/Makefile: packages/net/lldpd: fix typo in makefile Dec 30 13:46:46 juhosg * r13775 /trunk/target/linux/ar71xx/ (9 files in 4 dirs): [ar71xx] add experimental support for the NETGEAR WNR2000 board Dec 30 21:55:19 I wonder why NFS mounting doesn't work Dec 30 21:55:22 root@OpenWrt:/# mount -t nfs 192.168.2.50:/mnt/nfs_1 /mnt/b/ Dec 30 21:55:23 mount.nfs: No such device Dec 30 21:56:07 It doesn't show up in /proc/filesystems Dec 30 21:56:13 But I enabled all NFS options Dec 30 22:04:39 oh, I think I got it Dec 30 22:04:48 messup in the default config Dec 30 23:01:38 mb * r13776 /trunk/target/linux/s3c24xx/config-2.6.26: moko: Use default config for NETWORK_FILESYSTEMS (which is y). This makes it possible to configure network filesystems in the buildroot config. Dec 30 23:30:06 mb__: i was disconnected last night. is xcb working for you now? Dec 30 23:32:52 Oh I didn't try recently Dec 30 23:33:06 Did you change something after my last comment? Dec 30 23:33:59 don't know what your last comment was, but with my commit adding pthread-stubs and xcbproto it should work Dec 30 23:37:06 ah no that still didn't Dec 30 23:37:33 I think first thing is it misses something like DEPENDS:=+xcbproto ... and so on Dec 30 23:37:49 But manually enabling that also didn't help Dec 30 23:38:09 xcbproto is in the build dependency list at the top of the makefile Dec 30 23:38:47 ok anyway. I still had the same error Dec 30 23:38:56 I can try again later, however Dec 30 23:39:12 i'll see if i missed something Dec 30 23:40:32 lemme just kick buildroot again :) Dec 30 23:41:55 ah, i see... should be libpthread-stubs in the buil dependency list instead of pthread-stubs Dec 30 23:42:14 oh cool Dec 30 23:46:07 lars * r13777 /packages/Xorg/lib/libxcb/Makefile: Fix typo in build dependency list. Dec 30 23:51:20 larsc: still this one: checking for NEEDED... configure: error: Package requirements (pthread-stubs xau >= 0.99.2) were not met: Dec 30 23:51:38 No package 'xau' found Dec 30 23:51:49 the pthread warning is gone, however Dec 30 23:53:37 ah ok Dec 30 23:54:53 thats rather strange, because libXau is listed in the dependency list Dec 30 23:55:10 oh Dec 30 23:55:17 no Dec 30 23:57:59 i did a package/libXau/clean and its rebuild before building libxcb Dec 31 00:02:27 make[1]: *** No rule to make target `package/libXau/clean'. Stop. Dec 31 00:02:29 uhm, weird Dec 31 00:05:00 `scripts/feeds install libXau` ? Dec 31 00:05:51 I simply symlinked the whole packages tree into the buildroot base Dec 31 00:08:14 lars * r13778 /packages/Xorg/lib/mesa/Makefile: Add DISPLAY_SUPPORT dependency to mesa dri modules. Dec 31 00:10:13 the Xorg packages where recently moved inside the packages tree. maybe it still links to the old libXau package. Dec 31 00:11:41 well, dunno. I simply have a symlink in ./package to the packages svn checkout. That works fine for everything except xau, it seems Dec 31 00:12:56 strage Dec 31 00:12:57 I'll give up for today Dec 31 00:13:03 ok Dec 31 00:15:54 lars * r13779 /packages/libs/libpthread-stubs/Makefile: Add md5sum and description. Dec 31 00:22:42 lars * r13780 /packages/Xorg/lib/ (libxcb/Makefile xcbproto/Makefile): Some minor cleanups. **** ENDING LOGGING AT Wed Dec 31 02:59:58 2008