diff --git a/mk_mmc.sh b/mk_mmc.sh index 49c017c..96444a7 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -580,12 +580,6 @@ Updated with a custom uImage and modules or modified the boot.cmd/user.com files Early zippy2 boards had the wrong id in eeprom (zippy1).. Put a jumper on eeprom pin and run "./tools/fix_zippy2.sh" to update the eeprom contents for zippy2. -Kernel: - - "./tools/latest_kernel.sh" - -Update to the latest rcn-ee.net kernel.. still some bugs in running from /boot/uboot.. - Applications: "./tools/minimal_xfce.sh" @@ -638,54 +632,6 @@ fi fix_zippy2 -cat > ${TEMPDIR}/latest_kernel.sh < /dev/null - fi - - wget --no-verbose --directory-prefix=/tmp/ http://rcn-ee.net/deb/\${DIST}/LATEST - - KERNEL_DL=\$(cat /tmp/LATEST | grep "ABI:1 STABLE" | awk '{print \$3}') - - if [ "\$TESTING" ] ; then - KERNEL_DL=\$(cat /tmp/LATEST | grep "ABI:1 TESTING" | awk '{print \$3}') - fi - - KERNEL_DL_VER=\$(echo \${KERNEL_DL} | awk -F'/' '{print \$6}') - - CURRENT_KER="v\$(uname -r)" - - if [ \${CURRENT_KER} != \${KERNEL_DL_VER} ]; then - run_upgrade - fi -} - -check_latest - -latest_kernel - cat > ${TEMPDIR}/minimal_xfce.sh <