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