This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
+ }, | |
+ }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# variables | |
pachube_api_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" | |
pachube_feed="12345" | |
stty -F /dev/ttyS0 57600 | |
touch /tmp/cc128 | |
while [ 1 ] | |
do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder