There was an error while loading. Please reload this page.
2 parents 0f03d0a + f7f5b17 commit 7633417Copy full SHA for 7633417
1 file changed
scripts/package-build/linux-kernel/build-linux-firmware.sh
@@ -20,7 +20,7 @@ if [ ! -d ${LINUX_FIRMWARE} ]; then
20
fi
21
22
# Retrieve firmware blobs from source files
23
-FW_FILES=$(find ${KERNEL_DIR}/debian/linux-image-${KERNEL_VERSION}${KERNEL_SUFFIX}/lib/modules/${KERNEL_VERSION}${KERNEL_SUFFIX}/kernel/drivers/net -name *.ko | xargs modinfo | grep "^firmware:" | awk '{print $2}')
+FW_FILES=$(find ${KERNEL_DIR}/debian/linux-image-${KERNEL_VERSION}${KERNEL_SUFFIX}/lib/modules/${KERNEL_VERSION}${KERNEL_SUFFIX}/kernel/drivers/net -name *.ko* | xargs modinfo | grep "^firmware:" | awk '{print $2}')
24
25
# Debian package will use the descriptive Git commit as version
26
GIT_COMMIT=$(cd ${CWD}/${LINUX_FIRMWARE}; git describe --always)
0 commit comments