Skip to content

Instantly share code, notes, and snippets.

@earthmeLon
earthmeLon / ps3-3.3.x-patch-glevand.sh
Created April 24, 2012 04:29
@gitbrew script to run glevand kernel patches on 3.3.x
#!/bin/bash
#glevand's PS3 kernel patches
#modified ./patches/series for NAND 3.3.x
#you on twitter? @earthmeLon
# git://gist.github.com:2476441.git
###
###
###Move to your kernel source root
### wget -r --no-parent --reject "index*" http://gitbrew.org/~glevand/ps3/linux/linux-3/patches-3.3/
### mv gitbrew.org/~glevand/ps3/linux/linux-3/patches-3.3/ ./
@earthmeLon
earthmeLon / ps3-3.2.x-patch-glevand.sh
Created April 24, 2012 04:24
@gitbrew script to run glevand kernel patches on 3.2.x
#!/bin/bash
#glevand's PS3 kernel patches
#modified ./patches/series for NAND 3.2.x
#you on twitter? @earthmeLon
# git://gist.github.com/2476405.git
###
###
###Move to your kernel source root
### wget -r --no-parent --reject "index*" http://gitbrew.org/~glevand/ps3/linux/linux-3/patches/
### mv gitbrew.org/~glevand/ps3/linux/linux-3/patches/ ./