OpenWrt

Jannich Brendle on June 10th, 2010

I’ve just gotten a new internet connection, from TDC, which included a wireless router. That means that I can play with my Asus WL-500gp. The first step was upgrading to OpenWRT 10.03, which was really easy: cd /tmp/ wget http://downloads.openwrt.org/backfire/10.03/brcm47xx/openwrt-brcm47xx-squashfs.trx sysupgrade openwrt-brcm-2.4-squashfs.trx reboot Now it’s playtime!

Continue reading about Upgrading to OpenWRT 10.03 backfire on Asus WL-500gp

Jannich Brendle on October 19th, 2009

To automatically mount a harddrive partition on a OpenWrt enabled router with USB, insert this into /etc/init.d/usbmount on your router: #!/bin/sh /etc/rc.common START=80 STOP=40 start() { echo -n “Enabling swap: ” swapon /dev/scsi/host0/bus0/target0/lun0/part1 echo -n “Testing USB Partition: ” e2fsck -p /dev/scsi/host0/bus0/target0/lun0/part2 & sleep 5 echo -n “Mounting USB drive: ” mount -t ext3 -o [...]

Continue reading about OpenWrt USB automount on boot

Jannich Brendle on September 26th, 2009

Alright, I was looking through the referrers to my blog, and saw this search term that came from google.com “openwrt twitter client”. I have no idea why you would want a twitter client on your router, but still, I was inspired to write a simple script that would allow you to tweet from the commandline of [...]

Continue reading about Building an OpenWrt twitter client