diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-09 19:00:37 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-09 19:00:37 +0200 |
commit | bebbc31b90056f5b0eafb52fc965f0cc713f0d4f (patch) | |
tree | f282fe48ce6dc47e5091ed3a87487adcb6d89ea2 /test/simple-build-check.sh | |
parent | 1bcac4e483ace30b90b79a14b2f4c75d4f7ab3bc (diff) |
add firmware_helper to load firmware
From: Bill Nottingham <notting@redhat.com>
Changed reading of firmware blob to mmap and let firmware_helper
follow the setting of the log level with UDEV_LOG.
Diffstat (limited to 'test/simple-build-check.sh')
-rwxr-xr-x | test/simple-build-check.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index 742b28ec1c..521691618a 100755 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -8,7 +8,8 @@ EXTRAS="\ extras/usb_id \ extras/dasd_id \ extras/floppy \ - extras/run_directory" + extras/run_directory \ + extras/firmware" [ -z "$KERNEL_DIR" ] && KERNEL_DIR=/lib/modules/`uname -r`/build echo KERNEL_DIR: "$KERNEL_DIR" |