]> git.vomp.tv Git - makedevenv.git/blob - kernel/build
Copy only JPEGs necessary for MVP dongle
[makedevenv.git] / kernel / build
1 #!/bin/bash
2
3 . ../crosstool/cross-var
4
5 export ARCH=ppc
6 export CROSS_COMPILE=${CROSS}
7 export EXTRAVERSION=-v1.1-hcwmvp
8
9 cd $1/linux-2.4.31
10 cp ../../$2 .config
11 make oldconfig
12 make dep
13 make zImage