diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-20 20:56:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 20:56:08 +0100 |
commit | afd04be6c611c38c08103c11660d8c901d0ae217 (patch) | |
tree | 205b0730456878a4ac88e724ecbaba02887b4941 /packages/linux-kernel | |
parent | a690a02bdcda236be79bd84acffb6c1d05a5d4ba (diff) | |
parent | 5dcb6b771106df130b4884867dc28bd685b64e40 (diff) | |
download | vyos-build-afd04be6c611c38c08103c11660d8c901d0ae217.tar.gz vyos-build-afd04be6c611c38c08103c11660d8c901d0ae217.zip |
Merge pull request #536 from vyos/dead-scripts
chore: T671: remove unused scripts and references to them
Diffstat (limited to 'packages/linux-kernel')
-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. |