strip: Exclude /lib/firmware/qcom/sc8280xp/LENOVO/21BX for stage 2

For some reason, stripper crashes processing this directory:

strip: error: the input file '/lib/firmware/qcom/sc8280xp/LENOVO/21BX/qccdsp8280.mbn' has no sections

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-09-17 09:15:57 +00:00
parent 3b01f08a3c
commit bc38ca3b00

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2022 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -59,10 +59,11 @@ else
$(DIR_SRC)/src/stripper / \
--exclude=$(TOOLS_DIR) \
--exclude=$(QEMU_TARGET_HELPER) \
--exclude=/lib/firmware/qcom/sc8280xp/LENOVO/21BX \
--exclude=/tmp \
--exclude=/usr/src \
--exclude=/usr/lib/go \
--exclude=/usr/lib/vdr \
--exclude=/usr/sbin/vdr \
--exclude=/var/tmp \
--exclude=/usr/lib/go
--exclude=/usr/src \
--exclude=/var/tmp
endif