summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2024-03-18 13:08:44 +0100
committerRobert Marko <robimarko@gmail.com>2024-04-12 18:20:52 +0200
commit1bbc24926618898ec33ceb421d6571f1fa8f2b73 (patch)
treeb7c5334d797c6965110b2284c26523bad050d525 /scripts
parent7b7f17021639ff737d66377762a8ba90944b5ed2 (diff)
downloadopenwrt-1bbc24926618898ec33ceb421d6571f1fa8f2b73.tar.gz
openwrt-1bbc24926618898ec33ceb421d6571f1fa8f2b73.tar.bz2
openwrt-1bbc24926618898ec33ceb421d6571f1fa8f2b73.zip
scripts/kernel_bump: Drop unused function
No need to keep unused empty functions. A left over from early development. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/kernel_bump.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/kernel_bump.sh b/scripts/kernel_bump.sh
index 829cd250e1..bbf6747fc1 100755
--- a/scripts/kernel_bump.sh
+++ b/scripts/kernel_bump.sh
@@ -80,13 +80,6 @@ init()
trap cleanup EXIT HUP INT QUIT ABRT ALRM TERM
}
-do_source_target()
-{
- _target_dir="${1:?Missing argument to function}"
- _op="${2:?Missing argument to function}"
-
-}
-
bump_kernel()
{
platform_name="${platform_name##*'/'}"