**** BEGIN LOGGING AT Mon Jul 13 02:59:57 2009 Jul 13 07:34:32 [florian]: looks like 101-cross_compile.patch is missing from the checkin for #5468 Jul 13 07:36:25 <[florian]> swalker: let me check that Jul 13 07:52:51 florian * r16822 /packages/utils/ipmitool/patches/101-cross_compile.patch: [package] add missing cross-compilation patch from #5468, thanks swalker Jul 13 09:34:50 juhosg * r16823 /trunk/target/linux/generic-2.6/ (3 files in 3 dirs): [kernel] MIPS: fix loading of modules with unresolved weak symbols Jul 13 10:22:22 http://bifferos.bizhat.com/firmware/ Jul 13 10:22:26 why am I not surprised... :) Jul 13 10:53:11 <[florian]> wigyori: that's pretty old actually ;) Jul 13 11:26:49 xMff have time now to fix luci to work with trunk? Jul 13 11:38:39 juhosg * r16824 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ (ag71xx.h ag71xx_main.c): [ar71xx] ag71xx driver: store descriptor pointers in ag71xx_buf Jul 13 11:40:12 juhosg * r16825 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ (ag71xx.h ag71xx_main.c): [ar71xx] ag71xx driver: align descriptors on cache_line boundary Jul 13 11:44:57 juhosg * r16826 /trunk/target/linux/ar71xx/ (config-2.6.28 config-2.6.29 config-2.6.30): [ar71xx] enable driver for the PCF857X I2C GPIO expander Jul 13 12:20:04 juhosg * r16827 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h: [ar71xx] ag71xx driver: fix a typo Jul 13 12:58:20 florian * r16828 /trunk/package/kernel/modules/netsupport.mk: [kernel] NET_EMATCH is a boolean (#5506) Jul 13 13:51:23 hi juhosg Jul 13 14:38:02 florian * r16829 /trunk/package/kernel/modules/netsupport.mk: [kernel] isdn4linux modules fixes Jul 13 14:56:46 nbd * r16830 /trunk/package/madwifi/Makefile: madwifi: remove the -mlong-calls cflag from include files Jul 13 15:09:48 nbd * r16831 /trunk/target/linux/generic-2.6/ (2 files in 2 dirs): kernel: fix a relative addressing bug in the mips module relocation code change Jul 13 15:20:52 marek * r16832 /packages/net/nodogsplash/files/nodogsplash.init: [nodogsplash] fixing syntax errors in the init script Jul 13 17:45:22 hi juhosg Jul 13 17:45:28 juhosg * r16833 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c: [ar71xx] ag71xx driver: rename ag71xx_debug module parameter Jul 13 17:45:47 hi Jul 13 17:46:00 I have a small question Jul 13 17:46:27 Yo added support for KS8995 switch Jul 13 17:46:35 does your support vlan too Jul 13 17:46:44 If yes how to use it Jul 13 17:47:40 it does not support it yet unfortunately Jul 13 17:49:24 any plans to add this support? Jul 13 17:51:17 yes, but i have no time for it at the moment Jul 13 17:51:27 ok thx for the answer Jul 13 17:52:03 np Jul 13 19:42:40 can someone please change the topic to something along the lines of "Please contribute to the new OpenWrt wiki: http://nuwiki.openwrt.org" Jul 13 19:46:10 bah, I was first. :P Jul 13 19:46:31 thanks Jul 13 19:46:32 nah, i changed the topic first :P Jul 13 19:46:48 thoughts, ideas, while we're at it? Jul 13 19:46:50 I was typing out a more original/creative topic Jul 13 19:47:13 Bartman007: i put your "quicknav" idea onto the wiki main page Jul 13 19:47:13 then feel free to replace my copy&paste fu Jul 13 19:48:18 no need to change the topic again, what's there now works. Jul 13 19:48:58 perhaps put a link to nuwiki in #openwrt topic as well? Jul 13 19:57:59 danage3: I'll be posting a draft TOH later, I've been toying around with different arrangements, but I recently found the sortable and database plugins for dokuwiki Jul 13 19:59:02 AWESOME Jul 13 19:59:26 if you would solve that, that would be the most important and major step Jul 13 20:02:58 using one large table for all devices may make the table a bit intimidating, but I think that being able to sort it more than makes up for it. Jul 13 20:04:55 ugh, I hate how my grammar often falls apart online, but the point was still conveyed :) Jul 13 20:06:23 cool, i'm looking forward to checking it out Jul 13 23:46:15 re Jul 14 00:26:35 xMff, ping! Jul 14 00:28:21 aport`: pong Jul 14 00:28:26 florian * r16834 /packages/net/bmxd/patches/001-makefile-fix.patch: [package] do not link bmxd statically (#5501) Jul 14 00:28:50 I was wondering if I could bug you again about something probably really simple and stupid Jul 14 00:29:39 sure Jul 14 00:29:50 <3 Jul 14 00:30:04 in dropbear in openwrt and in luci I'm adding a little remote access whitelist Jul 14 00:30:31 on the dropbear cbi in LuCI I figured that a DynamicList would be the way to go Jul 14 00:32:23 the only issue I'm having is that when I input something into the field, and click save (running admin-mini) the uci is saved, another input field shows up underneath the first, but it doesn't seem to want to restart the service Jul 14 00:35:19 http://pastebin.ca/1494201 here's the modified cbi Jul 14 00:38:35 omöy for changes on this new field? Jul 14 00:40:13 when the field is present with data in it, modifying anything else on the page does not restart the service, just a uci save Jul 14 00:41:45 hm Jul 14 00:42:11 try t.override_scheme = true Jul 14 00:42:24 if this works, it's a validation thing Jul 14 00:43:00 I was thinking the cbi validation as well Jul 14 00:43:08 I thought I added the entry properly =/ Jul 14 00:45:50 in /lib/uci/schema/default/dropbear ? Jul 14 00:45:57 indeed Jul 14 00:46:17 does it validate on the cli? (uvl verify dropbear) Jul 14 00:46:52 same behavior with the scheme override Jul 14 00:47:10 hm strange Jul 14 00:47:55 apparently I'm missing some other options in the schema since it doesn't all validate Jul 14 00:52:59 is there any debugging capability of luci? Jul 14 00:53:56 one thing that is interesting is if I click on the remove entry button by the dynamiclist, the service will restart Jul 14 00:55:36 florian * r16835 /packages/libs/libgphoto2/Makefile: [package] update libgphoto2 to 2.4.5 (#5510) Jul 14 00:56:10 florian * r16836 /packages/multimedia/gphoto2/ (Makefile patches/100-gpdebug.patch): [package] update gphoto2 to 2.4.5, cleanup dependency (#5510) Jul 14 00:57:45 ah.. well mini has autoapply enabled by default iirc Jul 14 00:57:52 that is triggered by various events Jul 14 00:58:11 it's likely that dynamic lists don't emmit an appropriate event if a new entry is adde Jul 14 00:58:12 d Jul 14 01:00:16 debugging facilities are rather awkward... there is nothing like a single-step debugging Jul 14 01:00:47 ione can use Lua's debug interface to watch the execution flow or to trap certain events Jul 14 01:05:59 indeed it seems that only removing the last input field will result in triggering the restart Jul 14 01:06:19 filling in a value in clicking save only adds another field below it Jul 14 01:11:36 the last as in the only one remaining? Jul 14 01:13:22 yes Jul 14 01:16:22 hmm Jul 14 01:17:15 in /usr/lib/lua/luci/cbi.lua if I comment out line 1636 (self.map.proceed = true), everything works as expected Jul 14 01:20:23 of course now even adding another text field results in a complete cbi.apply Jul 14 01:20:48 which is infinitely less of a problem :) Jul 14 01:27:02 you could also override ip.write() Jul 14 01:27:27 but then you'd have to compare the old array against the new array Jul 14 01:27:30 and sort them Jul 14 01:27:31 ... Jul 14 01:27:37 annoying Jul 14 01:28:03 to decide whether to do an apply or not **** ENDING LOGGING AT Tue Jul 14 02:59:57 2009