aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-11 11:20:08 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-11 11:20:08 +0200
commit444b4fee765150c820ec27d4e42d7ae30c1a5b6a (patch)
tree9dc1a169ac96d1b981ed071154a106e061e32ad4
parent046bd803f283fb7b970b54604bbae1c2120289a3 (diff)
osmocom-bb: disable firmware for centos
-rw-r--r--rpm-local/spec/osmocom-bb/osmocom-bb.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpm-local/spec/osmocom-bb/osmocom-bb.spec b/rpm-local/spec/osmocom-bb/osmocom-bb.spec
index 8fa3b13..0a1bb3e 100644
--- a/rpm-local/spec/osmocom-bb/osmocom-bb.spec
+++ b/rpm-local/spec/osmocom-bb/osmocom-bb.spec
@@ -21,6 +21,10 @@
%define build_firmware 0
%endif
+%if 0%{?centos_ver}
+%define build_firmware 0
+%endif
+
%define osmocom_bb_dir /opt/osmocom-bb
Name: osmocom-bb