Re: [OpenWrt-Devel] Missing wireless and DHCP server on fresh SVN build?

2008-07-20 Thread Steven Van Ingelgem
Hi Stephen, I know 2.6 doesn't support yet the broadcom driver :(... I completely bricked (and yes, I tried everything but the JTAG method) my router with flashing an SVN image of the 2.6 kernel :). When I flash the original firmware or dd-wrt, it has wireless... But not with the latest SVN vers

Re: [OpenWrt-Devel] Missing wireless and DHCP server on fresh SVN build?

2008-07-20 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, since nobody else stepped in until now, I'll try and share some of my limited knowledge: Steven Van Ingelgem, 20.07.2008 18:37: > Hi all, > > > 1) This might be a very default question, but Google was not my friend > this time :(. > When I c

[OpenWrt-Devel] [PATCH v3] Add GPIO-based MMC/SD driver

2008-07-20 Thread Michael Buesch
This driver hooks up the mmc_spi and spi_gpio modules so that MMC/SD cards can be used on a GPIO based bus by bitbanging the SPI protocol in software. This driver provides a configfs interface to dynamically create and destroy GPIO-based MMC/SD card interfaces. It also provides a platform device i

[OpenWrt-Devel] [PATCH v3] Add SPI over GPIO driver

2008-07-20 Thread Michael Buesch
This adds a driver that lets you drive an SPI bus over generic GPIO pins. Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> --- This driver is used in OpenWrt since quite some time, so please consider for inclusion in mainline. Simple spelling fixes since v2. Index: linux-next/include/linux/sp

Re: [OpenWrt-Devel] Missing wireless and DHCP server on fresh SVN build?

2008-07-20 Thread RB
> 2) On another note: is there a possibility to immediately set the root > password and not start up the telnet daemon at first boot? Disable telnetd in your busybox configuration and either place a prepared passwd file in ${BUILDROOT}/files/etc/passwd (copied from packages/base-files/files/etc/pa

[OpenWrt-Devel] Missing wireless and DHCP server on fresh SVN build?

2008-07-20 Thread Steven Van Ingelgem
Hi all, 1) This might be a very default question, but Google was not my friend this time :(. When I compile a fresh build from SVN, the router fails to start up wireless (lan is ok) and dhcp. So I have to fix my ip to connect to the router, but the "wlan" led ain't running... And neither can I se

Re: [OpenWrt-Devel] [ANN] LuCI - Lua Configuration Interface

2008-07-20 Thread wlanmac
Hi, I think this is a good idea. Though, it isn't the 'break-up' I imagined when I first started reading your message. I just assumed the LuCI webif was minimal with the option of adding tabs -- much like the original webif. I suppose the questions I still have about the LuCI webif project are:

[OpenWrt-Devel] "shut up and code" meeting

2008-07-20 Thread Alexander Morlang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, sublab is inviting OpenWrt devs into a "shut up and code" meeting. Sublab e.V. is a new hackerspace in leipzig, in an old industrial building. Leipzig is also the luci melting pot, so klosch&me came to the idea of inviting to a small meeting of o

Re: [OpenWrt-Devel] Adding entries to the crontab

2008-07-20 Thread Steven Van Ingelgem
So iiuc I should echo to "$${IPKG_INSTROOT}/etc/crontabs/root" ? 2008/7/20 Benoît Ganne <[EMAIL PROTECTED]>: > > (crontab -l 2>/dev/null | grep -v cron_prog; echo "* * * * * > > /bin/cron_prog") | crontab - 2>/dev/null > > That's why using the crontab command is a bit tricky, because you're > us

Re: [OpenWrt-Devel] Adding entries to the crontab

2008-07-20 Thread Benoît Ganne
> (crontab -l 2>/dev/null | grep -v cron_prog; echo "* * * * * > /bin/cron_prog") | crontab - 2>/dev/null That's why using the crontab command is a bit tricky, because you're using your host machine command when you're building a new firmware including your package (instead of installing the firm