From ab98e9f55fdb5db727eae0275bb9d5716c1c4eb9 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 26 Feb 2016 23:59:59 -0300 Subject: uboot4extlinux-wandboard: add new package to [libre] --- .../uboot-wandboard-dual-linux-libre.install | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 libre/uboot-wandboard-linux-libre/uboot-wandboard-dual-linux-libre.install (limited to 'libre/uboot-wandboard-linux-libre/uboot-wandboard-dual-linux-libre.install') diff --git a/libre/uboot-wandboard-linux-libre/uboot-wandboard-dual-linux-libre.install b/libre/uboot-wandboard-linux-libre/uboot-wandboard-dual-linux-libre.install deleted file mode 100644 index ebaae6b51..000000000 --- a/libre/uboot-wandboard-linux-libre/uboot-wandboard-dual-linux-libre.install +++ /dev/null @@ -1,23 +0,0 @@ -flash_uboot() { - echo "A new U-Boot version needs to be flashed onto /dev/mmcblk0." - echo "Do you want to do this now? [y|N]" - read -r shouldwe - if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then - dd if=/boot/boot-wandboard-dual-linux-libre/u-boot.imx of=/dev/mmcblk0 bs=512 seek=2 - sync - else - echo "You can do this later by running:" - echo "# dd if=/boot/boot-wandboard-dual-linux-libre/u-boot.imx of=/dev/mmcblk0 bs=512 seek=2" - fi -} - -## arg 1: the new package version -post_install() { - flash_uboot -} - -## arg 1: the new package version -## arg 2: the old package version -post_upgrade() { - flash_uboot -} -- cgit v1.2.3