diff options
Diffstat (limited to 'target/linux/arc770/image')
-rwxr-xr-x | target/linux/arc770/image/gen_axs10x_sdcard_img.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/arc770/image/gen_axs10x_sdcard_img.sh b/target/linux/arc770/image/gen_axs10x_sdcard_img.sh index 87c2bba92c..12ead10dbe 100755 --- a/target/linux/arc770/image/gen_axs10x_sdcard_img.sh +++ b/target/linux/arc770/image/gen_axs10x_sdcard_img.sh @@ -1,11 +1,7 @@ #!/bin/sh - +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2016 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# set -x [ $# -eq 5 ] || { |