Re: [OpenWrt-Devel] what is a "standard STL implementation"?

2008-04-03 Thread RB
> i'm not sure what that even means. thoughts? Standard Template Library... if OpenWRT doesn't have one it's likely due to a mucked-up C++ implementation (only having covered it briefly in a course 8 years ago myself). ___ openwrt-devel mailing list op

[OpenWrt-Devel] what is a "standard STL implementation"?

2008-04-03 Thread Robert P. J. Day
trying to build qolyester, and i get: ... checking for roundf... yes checking for a standard STL implementation... no configure: error: You are using a compiler version that does not include STL declarations in namespace ::std. Please use a standard-compliant C++ compiler. make[3]: *** [/hom

Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Axel Gembe
Oliver Ertl wrote: > You may take a look at my first try to migrate the configuration to a UCI > config file. > > http://lists.openwrt.org/pipermail/openwrt-devel/2008-March/001867.html I totally missed that post. The patch I was about to send looks almost the same. Your patch gives me this on t

Re: [OpenWrt-Devel] [PATCH] [package/udev] Replace udev-vol-id pacakge with configurable udevextras

2008-04-03 Thread Yuji Mano
Jeremy Kerr wrote: > Instead of just having one vol_id package, create a 'udevextras' package > for all of the udev "EXTRAS" utilities. Selecting this package allows > each extra to be selected individually. > > Also, installing udevextras adds a few udev rules for persistent device > naming. >

Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Michael Buesch
On Thursday 03 April 2008 22:25:58 Axel Gembe wrote: > [EMAIL PROTECTED] wrote: > > working on the commit this very moment > > > Yay! :) > I think I'm gonna look into making the GPIO pins configurable in > mmc-over-gpio now... Ehm, this _is_ completely configurable and dynamic via sysfs. See

Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Oliver Ertl
> [EMAIL PROTECTED] wrote: > > working on the commit this very moment > > > Yay! :) > I think I'm gonna look into making the GPIO pins configurable in > mmc-over-gpio now... You may take a look at my first try to migrate the configuration to a UCI config file. http://lists.openwrt.org/piperm

Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Axel Gembe
[EMAIL PROTECTED] wrote: > working on the commit this very moment > Yay! :) I think I'm gonna look into making the GPIO pins configurable in mmc-over-gpio now... ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org

Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread john
working on the commit this very moment Quoting Florian Fainelli <[EMAIL PROTECTED]>: > Hey, > > Le jeudi 3 avril 2008, Michael Buesch a écrit : >> Your architecture doesn't seem to implement the GPIO API. > > Indeed, it needs the generci GPIO patch from #1861 to be applied. > -- > Best regards, F

[OpenWrt-Devel] mjpg-streamer-r56.tar.bz2 not found in sources/

2008-04-03 Thread Robert P. J. Day
the "mjpg-streamer" package doesn't build as the download can't find the respective tarball. rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry: Have classroom, will lecture. http://cras

Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Florian Fainelli
Hey, Le jeudi 3 avril 2008, Michael Buesch a écrit : > Your architecture doesn't seem to implement the GPIO API. Indeed, it needs the generci GPIO patch from #1861 to be applied. -- Best regards, Florian Fainelli Email : [EMAIL PROTECTED] http://openwrt.org --- sign

Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Michael Buesch
On Thursday 03 April 2008 20:25:57 Oliver Ertl wrote: > I've built trunk revision 10700 with the new mmc-over-gpio driver for the > atheros target (router is a fon2100). Kernel is 2.6.23.16. I successfully got > the new driver working on a WRT54GL. > > After booting the fon2100 I get unknown sym

[OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Oliver Ertl
I've built trunk revision 10700 with the new mmc-over-gpio driver for the atheros target (router is a fon2100). Kernel is 2.6.23.16. I successfully got the new driver working on a WRT54GL. After booting the fon2100 I get unknown symbols: ath_rate_minstrel: look around rate set to 10% ath_rate_m

[OpenWrt-Devel] "lirc" build still broken, erroneously refers to "mipsel" kernel dir

2008-04-03 Thread Robert P. J. Day
the build of lirc-0.8.3pre1 for the (MIPS-based) ASUS WL500-GP is broken thusly: ... make[9]: Entering directory `/home/rpjday/openwrt/wl-500gp/build/git-trunk/build_dir/linux-brcm47xx/linux-2.6.23.16' Makefile:492: /home/rpjday/openwrt/wl-500gp/build/git-trunk/build_dir/linux-brcm47xx/linux-2

[OpenWrt-Devel] error building "libshout"

2008-04-03 Thread Robert P. J. Day
... ogg.c:33:24: error: tremor/ogg.h: No such file or directory In file included from ogg.c:37: shout_ogg.h:34: error: expected specifier-qualifier-list before 'ogg_stream_state' shout_ogg.h:47: error: expected declaration specifiers or '...' before 'ogg_page' shout_ogg.h:52: error: expected dec

[OpenWrt-Devel] "cbtt" compilation broken

2008-04-03 Thread Robert P. J. Day
i'm currently doing another run-through trying to build every possible package for my ASUS WL-500GP and the latest breakage is with the "cbtt" package: atom.cpp: In copy constructor 'CAtomList::CAtomList(const CAtomList&)': atom.cpp:221: error: 'dynamic_cast' not permitted with -fno-rtti atom.c