[00:42] <nbd> db90h: still looking for a c programming task?
[01:18] <db90h> sure ;)
[01:19] <nbd> there's this patch for busybox that mbm wrote: http://downloads.openwrt.org/people/mbm/busybox-dlsymm.diff
[01:19] <nbd> it would be great to have ipkg as a plugin for busybox
[01:19] <nbd> it's currently patched into busybox
[01:21] <db90h> k, lemme see here..
[01:21] <db90h> i need to do some homework on this task, but it sounds and looks easy nuff
[01:22] <nbd> is it also interesting enough?
[01:23] <db90h> seems interesting enough.. it'll be a good chore to get more famaliar with busybox's plug-in architecture
[01:24] <nbd> normally it doesn't have plugins at all
[01:24] <nbd> the plugin support is added by mbm's patch
[01:24] <db90h> ah, ok
[01:24] <db90h> yes, ic..
[01:25] <db90h> ok, so ipkg needs isolated and turned into a plug-in
[01:25] <nbd> yes
[01:25] <nbd> originally ipkg duplicated some of the busybox stuff and was standalone
[01:26] <nbd> we turned it into a busybox patch to remove that duplication
[01:27] <db90h> ic.. so this duplication is no longer an issue?
[01:27] <nbd> right
[01:27] <nbd> but now we want to make the ipkg support in busybox optional
[01:27] <nbd> by turning it into a plugin
[01:28] <nbd> but still keep it from duplicating busybox styff
[01:29] <db90h> ok.. let me explore the sources for a while and see what's going on
[02:23] <db90h_xc> if I ever figure out how to get vmware's display driver to go above 1024x768 i might go ahead and die, for my happiness will never be matched again ;p
[02:26] <CIA-16> nbd * r3929 /branches/buildroot-ng/openwrt/scripts/gen_deps.pl: fix dependency handling bug
[02:34] <CIA-16> nbd * r3930 /branches/buildroot-ng/openwrt/package/rules.mk: change handling of the Build/Clean template
[02:38] <db90h> there we go.. now gots some rez
[02:41] <CIA-16> nbd * r3931 /branches/buildroot-ng/openwrt/package/openssl/ (. Makefile patches/160-disable_doc_tests.patch): add openssl
[02:41] <CIA-16> nbd * r3932 /branches/buildroot-ng/openwrt/package/hostapd/ (10 files in 3 dirs): add hostapd
[04:10] <db90h> hmm.. new tgz fs?
[05:16] <db90h> "ada-lex.c missing and flex not available.
[05:22] <db90h> tis odd
[05:22] <db90h> flex is installed correctly.. i don't guess it needs 2.5.4a ver
[05:23] <db90h> prob not, built fine under my ubuntu5 install.. something stupid by me
[05:46] <db90h> something is whack
[05:48] <db90h> the missing tool thinks flex isn't there, when it is..
[05:48] <db90h> i guess i can hack out the check.. or figure out why it's not able to launch 'flex --version'
[05:52] <db90h> me and my linux newbidity, i suck
[06:00] <db90h> i'll have to dig on that one.. doesn't make any sense to me why'd it fail there with Flex properly installed, and all other pre-requisites for that matter
[06:05] <db90h> perhaps whiterussian will build
[06:18] <uid_0> I just noticed a patch against an old release of the wireless-dev tree that claims to have added master mode to the bcm43xx driver: http://forum.openwrt.org/viewtopic.php?pid=28682
[06:19] <uid_0> I don't think I can finish moving this patch to the newest tree; would it be possible for someone to look at my best effort and (possibly) merge in the last few changes that I couldn't?
[14:35] <pjf> anybody got an idea what nvram variable may be wrong if I get beacons like this: 02:52:10.813628 BSSID:00:00:00:00:00:00 DA:ff:ff:ff:ff:ff:ff SA:10:20:30:41:10:01 Beacon (essid) [1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 Mbit] ESS CH: 6 ?
[16:26] <florian__> anyone here knows how to use g_list_sort functions from glib2 ?
[16:26] <florian__> I don't understand how I have to code my comparison function :-(
[16:52] <common> stl > glib
[17:04] <gjehle> just make it so ot matches the function pointer template
[17:04] <gjehle> so it*
[17:07] <gjehle> gint mycompfunc(gconstpointer a, gconstpointer b) { /* do comparison here */ }
[17:08] <gjehle> GList* mysortedlist g_list_sort(myunsortedlist,mycompfunc);
[17:08] <gjehle> GList* mysortedlist = g_list_sort(myunsortedlist,mycompfunc);
[17:08] <gjehle> pretty straight forward
[17:09] <gjehle> http://www-eleves-isia.cma.fr/documentation/GtkDoc/glib/glib-doubly-linked-lists.html
[17:41] <common> Kaloz: http://lists.debian.org/debian-arm/2006/05/msg00015.html
[17:41] <common> faced this yourself too?
[19:00] <florian__> gjehle: thank you very much, I think I could have figured this out alone ;)
[19:01] <gjehle> reading sure helps, sometimes
[19:01] <gjehle> ;)
[19:03] <florian__> right, but I really don't understand if the compare_func should be data specific or not, and this is what I have to do actually
[19:19] <pjf> florian__: if you're still interested in my 'autochan' package (pointwrt, do you remember?), I've just finally done it right, at least for wds links
[19:19] <pjf> florian__: might be a nice feature for openwrt, also
[00:00] --- Mon Jun 12 2006
[01:18] <db90h> sure ;)
[01:19] <nbd> there's this patch for busybox that mbm wrote: http://downloads.openwrt.org/people/mbm/busybox-dlsymm.diff
[01:19] <nbd> it would be great to have ipkg as a plugin for busybox
[01:19] <nbd> it's currently patched into busybox
[01:21] <db90h> k, lemme see here..
[01:21] <db90h> i need to do some homework on this task, but it sounds and looks easy nuff
[01:22] <nbd> is it also interesting enough?
[01:23] <db90h> seems interesting enough.. it'll be a good chore to get more famaliar with busybox's plug-in architecture
[01:24] <nbd> normally it doesn't have plugins at all
[01:24] <nbd> the plugin support is added by mbm's patch
[01:24] <db90h> ah, ok
[01:24] <db90h> yes, ic..
[01:25] <db90h> ok, so ipkg needs isolated and turned into a plug-in
[01:25] <nbd> yes
[01:25] <nbd> originally ipkg duplicated some of the busybox stuff and was standalone
[01:26] <nbd> we turned it into a busybox patch to remove that duplication
[01:27] <db90h> ic.. so this duplication is no longer an issue?
[01:27] <nbd> right
[01:27] <nbd> but now we want to make the ipkg support in busybox optional
[01:27] <nbd> by turning it into a plugin
[01:28] <nbd> but still keep it from duplicating busybox styff
[01:29] <db90h> ok.. let me explore the sources for a while and see what's going on
[02:23] <db90h_xc> if I ever figure out how to get vmware's display driver to go above 1024x768 i might go ahead and die, for my happiness will never be matched again ;p
[02:26] <CIA-16> nbd * r3929 /branches/buildroot-ng/openwrt/scripts/gen_deps.pl: fix dependency handling bug
[02:34] <CIA-16> nbd * r3930 /branches/buildroot-ng/openwrt/package/rules.mk: change handling of the Build/Clean template
[02:38] <db90h> there we go.. now gots some rez
[02:41] <CIA-16> nbd * r3931 /branches/buildroot-ng/openwrt/package/openssl/ (. Makefile patches/160-disable_doc_tests.patch): add openssl
[02:41] <CIA-16> nbd * r3932 /branches/buildroot-ng/openwrt/package/hostapd/ (10 files in 3 dirs): add hostapd
[04:10] <db90h> hmm.. new tgz fs?
[05:16] <db90h> "ada-lex.c missing and flex not available.
[05:22] <db90h> tis odd
[05:22] <db90h> flex is installed correctly.. i don't guess it needs 2.5.4a ver
[05:23] <db90h> prob not, built fine under my ubuntu5 install.. something stupid by me
[05:46] <db90h> something is whack
[05:48] <db90h> the missing tool thinks flex isn't there, when it is..
[05:48] <db90h> i guess i can hack out the check.. or figure out why it's not able to launch 'flex --version'
[05:52] <db90h> me and my linux newbidity, i suck
[06:00] <db90h> i'll have to dig on that one.. doesn't make any sense to me why'd it fail there with Flex properly installed, and all other pre-requisites for that matter
[06:05] <db90h> perhaps whiterussian will build
[06:18] <uid_0> I just noticed a patch against an old release of the wireless-dev tree that claims to have added master mode to the bcm43xx driver: http://forum.openwrt.org/viewtopic.php?pid=28682
[06:19] <uid_0> I don't think I can finish moving this patch to the newest tree; would it be possible for someone to look at my best effort and (possibly) merge in the last few changes that I couldn't?
[14:35] <pjf> anybody got an idea what nvram variable may be wrong if I get beacons like this: 02:52:10.813628 BSSID:00:00:00:00:00:00 DA:ff:ff:ff:ff:ff:ff SA:10:20:30:41:10:01 Beacon (essid) [1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 Mbit] ESS CH: 6 ?
[16:26] <florian__> anyone here knows how to use g_list_sort functions from glib2 ?
[16:26] <florian__> I don't understand how I have to code my comparison function :-(
[16:52] <common> stl > glib
[17:04] <gjehle> just make it so ot matches the function pointer template
[17:04] <gjehle> so it*
[17:07] <gjehle> gint mycompfunc(gconstpointer a, gconstpointer b) { /* do comparison here */ }
[17:08] <gjehle> GList* mysortedlist g_list_sort(myunsortedlist,mycompfunc);
[17:08] <gjehle> GList* mysortedlist = g_list_sort(myunsortedlist,mycompfunc);
[17:08] <gjehle> pretty straight forward
[17:09] <gjehle> http://www-eleves-isia.cma.fr/documentation/GtkDoc/glib/glib-doubly-linked-lists.html
[17:41] <common> Kaloz: http://lists.debian.org/debian-arm/2006/05/msg00015.html
[17:41] <common> faced this yourself too?
[19:00] <florian__> gjehle: thank you very much, I think I could have figured this out alone ;)
[19:01] <gjehle> reading sure helps, sometimes
[19:01] <gjehle> ;)
[19:03] <florian__> right, but I really don't understand if the compare_func should be data specific or not, and this is what I have to do actually
[19:19] <pjf> florian__: if you're still interested in my 'autochan' package (pointwrt, do you remember?), I've just finally done it right, at least for wds links
[19:19] <pjf> florian__: might be a nice feature for openwrt, also
[00:00] --- Mon Jun 12 2006