From 4eb0fd8283940db6a92bbba47b12a236f6adee62 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 4 Jan 2017 22:19:27 +0800 Subject: sunxi: convert to new image generation method The new Device/xxx were transformed automatically from old profiles. Most device names are now taken from basename of the corresponding kernel device tree file. Device/sun5i-a13-olimex-som is an exception because it is not explicitly supported in the kernel yet and shares the same dts file with Device/sun5i-a13-olinuxino Signed-off-by: Yousong Zhou --- target/linux/sunxi/image/gen_sunxi_sdcard_img.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/sunxi/image/gen_sunxi_sdcard_img.sh') diff --git a/target/linux/sunxi/image/gen_sunxi_sdcard_img.sh b/target/linux/sunxi/image/gen_sunxi_sdcard_img.sh index 2a09306..bb89e3a 100755 --- a/target/linux/sunxi/image/gen_sunxi_sdcard_img.sh +++ b/target/linux/sunxi/image/gen_sunxi_sdcard_img.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash - # # Copyright (C) 2013 OpenWrt.org # @@ -7,7 +6,7 @@ # See /LICENSE for more information. # -set -x +set -ex [ $# -eq 6 ] || { echo "SYNTAX: $0 " exit 1 -- cgit v1.1