Index of /nslu2/patch_v1
Name Last modified Size Description
Parent Directory -
disk_led_blinking.patch 19-Sep-2005 20:13 4.0K
hub.c.patch 19-Sep-2005 20:13 1.3K
openslug-nslu2-20050916202517.flashdisk.img 16-Sep-2005 21:12 8.0M
readme.txt 20-Sep-2005 23:04 1.1K
transport.c.patch 19-Sep-2005 20:13 2.7K
### Version 1 (Deprecated) ###
disk_led_blinking.patch contains the Forward-Port of the Linksys Original Firmware Disk 1 & Disk 2 LED Activity Control
This patch contains the following features:
- When you plug in a USB Device into Port 1/2 the Disk 1/2 LED is activating
- When you plug out a USB from Port 1/2 the Disk 1/2 LED is deactivating
- When there is USB traffic/activity the Disk LED is blinking
hub.c.patch contains the LED on/off code
transport.c.patch contains the LED activity blinking code
Installation Instructions:
$SLUG is your slug development directory ($SLUG/openembedded, $SLUG/openslug etc.)
1. Copy disk_led_blinking.patch to $SLUG/openembedded/packages/linux/openslug-kernel-2.6.12.2
2. Copy nslu2-kernel_2.6.12.2.bb.patch to $SLUG
3. Apply nslu2-kernel_2.6.12.2.bb.patch
# cd $SLUG
# patch -p1 < nslu2-kernel_2.6.12.2.bb.patch
4. Rebuild Openslug Linux Kernel
# cd $SLUG
# rm openslug/tmp/stamps/openslug-kernel-*
# make openslug-image
5. Flash $SLUG/openslug/tmp/deploy/images/openslug-nslu2-*.flashdisk.img
See http://www.nslu2-linux.org/wiki/Main/UpSlug2