diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-03-20 17:50:51 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-05 15:05:00 +0200 |
commit | 64d4406cb22d61bda1e826075f3052462b59289e (patch) | |
tree | 16e8900a888202f45147fbacaf965c54eb92a00d /packages | |
parent | 125aab4b7e2eabf5ecf67271c71199f501fa11a6 (diff) | |
download | vyos-build-64d4406cb22d61bda1e826075f3052462b59289e.tar.gz vyos-build-64d4406cb22d61bda1e826075f3052462b59289e.zip |
chore: T671: remove unused scripts and references to them
(cherry picked from commit 5dcb6b771106df130b4884867dc28bd685b64e40)
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/linux-kernel/build-linux-firmware.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/linux-kernel/build-linux-firmware.sh b/packages/linux-kernel/build-linux-firmware.sh index 39cb243b..2b1fa7b7 100755 --- a/packages/linux-kernel/build-linux-firmware.sh +++ b/packages/linux-kernel/build-linux-firmware.sh @@ -1,9 +1,5 @@ #!/bin/bash -# This script will use "list-required-firmware" to scan the kernel source repository -# in combination with its configuration file which drivers are compiled. Some of those -# drivers require proprietary firmware. -# # All selected drivers are then precomfiled "make drivers/foo/bar.i" and we grep for # the magic word "UNIQUE_ID_firmware" which identifies firmware files. |