diff --git a/scripts/kernel_bump.sh b/scripts/kernel_bump.sh index b1c17d6c397..03e809eedcb 100755 --- a/scripts/kernel_bump.sh +++ b/scripts/kernel_bump.sh @@ -2,6 +2,9 @@ # SPDX-License-Identifier: GPL-2.0-or-later # # Copyright (C) 2024 Olliver Schinagl +# +# This script was implemented from scratch -- inspired by ideas shared +# with the OpenWrt project by Elliott Mitchell set -eu if [ -n "${DEBUG_TRACE_SH:-}" ] && \