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