From 9cc762ba337b94bc063627f8a58a607636445a5e Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 31 Mar 2011 17:50:23 -0500 Subject: [PATCH] panda: safe to use the testing kernel, in a couple days the new stable will work too. Signed-off-by: Robert Nelson --- mk_mmc.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 50013e3..68c8e6f 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -120,14 +120,6 @@ function set_defaults { KERNEL=$(echo ${FTP_DIR} | sed 's/v//') echo "Using: ${KERNEL}" -case "$SYSTEM" in - panda) - KERNEL_REL=2.6.38-rc8 - KERNEL_PATCH=5 - KERNEL=${KERNEL_REL}-d${KERNEL_PATCH} - ;; -esac - if [ "$USB_ROOTFS" ];then sed -i 's/mmcblk0p5/sda1/g' ${DIR}/scripts/boot.scr/dvi-normal-*.cmd sed -i 's/mmcblk0p5/sda1/g' ${DIR}/scripts/boot.scr/serial-normal-*.cmd