Skip to content

Instantly share code, notes, and snippets.

Index: target/linux/brcm63xx/patches-2.6.37/980-board_BTV2110.patch
===================================================================
--- target/linux/brcm63xx/patches-2.6.37/980-board_BTV2110.patch (revision 0)
+++ target/linux/brcm63xx/patches-2.6.37/980-board_BTV2110.patch (revision 0)
@@ -0,0 +1,73 @@
+--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
+@@ -444,6 +444,62 @@ static struct board_info __initdata boar
+ },
+ };
@jmccrohan
jmccrohan / gist:980837
Created May 19, 2011 14:17
OpenWrt BT Voyager 2110
CFE version 1.0.37-6.8.5CFE version 1.0.37-6.8.5 for BCM96348 (32bit,SP,BE)
Build Date: Tue Jan 2 19:44:45 CST 2007 (michaelc)
Boot Address 0xbfc00000
Flash Config: CS0(1fc00009,1f),Base(bfc00000),Size(4MB)
Ethernet Switch Mode 00000000
found@block 8
Board IP address : 192.168.1.1
@jmccrohan
jmccrohan / gist:959591
Created May 6, 2011 19:16
CC128 pachube bash
#!/bin/bash
# variables
pachube_api_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
pachube_feed="12345"
stty -F /dev/ttyS0 57600
touch /tmp/cc128
while [ 1 ]
do
@jmccrohan
jmccrohan / gist:957801
Created May 5, 2011 20:05
Simple fan + led control for DNS-323 rev C1 running Debian Squeeze.
We couldn’t find that file to show.
This is a Python script to extract GNOME/GTK's color scheme and apply it to Wine, so that the themes (approximately) match.
Instructions:
1. Set your Gnome theme as you would like it
2. Run with a command like "python wine_colors_from_gtk.py"
3. Restart any apps running in Wine. They should match the Gnome theme colors now.
Better description with screenshots here: http://www.endolith.com/wordpress/2008/08/03/wine-colors/
This is also stored on https://code.launchpad.net/~endolith/+junk/wine-color-scraper