OpenWRT 0.9 / X-WRT 2.75

Last week I updated my WRTSL54GS to OpenWRT 0.9 with X-WRT 2.75.

Since my box has an USB port, I was missing a way to umount mounted usb storage. Looking deeper into it, I noticed that partitions get mounted by '/etc/hotplug.d/usb/01-mount' like this:

# mount
[...]
part1 on /mnt/disc0_1 type ext3 (rw)
part2 on /mnt/disc0_2 type vfat (rw)

The correct devices are missing. A patch is available:

Okay ... So far, so good. Now some tweaking to webif^2 for umounting attached usb storage devices. Here comes the patch:

Umount Buttons