mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-10-23 08:22:00 +00:00
Install sample cfg file to /etc/osmocom
Change-Id: Ib871a3cd14386ef6e6b512a3d66e7e7a839295a5
This commit is contained in:
1
debian/osmo-trx-lms.install
vendored
1
debian/osmo-trx-lms.install
vendored
@@ -1,3 +1,4 @@
|
||||
etc/osmocom/osmo-trx-lms.cfg
|
||||
lib/systemd/system/osmo-trx-lms.service
|
||||
/usr/bin/osmo-trx-lms
|
||||
/usr/share/doc/osmo-trx/examples/osmo-trx-lms/osmo-trx-limesdr.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-lms/
|
||||
|
1
debian/osmo-trx-uhd.install
vendored
1
debian/osmo-trx-uhd.install
vendored
@@ -1,3 +1,4 @@
|
||||
etc/osmocom/osmo-trx-uhd.cfg
|
||||
lib/systemd/system/osmo-trx-uhd.service
|
||||
/usr/bin/osmo-trx-uhd
|
||||
/usr/share/doc/osmo-trx/examples/osmo-trx-uhd/osmo-trx-usrp_b200.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-uhd/
|
||||
|
@@ -1,4 +1,23 @@
|
||||
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
|
||||
OSMOCONF_FILES =
|
||||
osmoconfdir = $(sysconfdir)/osmocom
|
||||
|
||||
if DEVICE_UHD
|
||||
OSMOCONF_FILES += osmo-trx-uhd/osmo-trx-uhd.cfg
|
||||
endif
|
||||
|
||||
# if DEVICE_USRP1
|
||||
# TODO: no usrp1 sample file yet
|
||||
# OSMOCONF_FILES += osmo-trx-usrp1/osmo-trx-usrp1.cfg
|
||||
# endif
|
||||
|
||||
if DEVICE_LMS
|
||||
OSMOCONF_FILES += osmo-trx-lms/osmo-trx-lms.cfg
|
||||
endif
|
||||
|
||||
osmoconf_DATA = $(OSMOCONF_FILES)
|
||||
EXTRA_DIST = $(OSMOCONF_FILES)
|
||||
|
||||
CFG_FILES = find $(srcdir) -type f -name '*.cfg*' | sed -e 's,^$(srcdir),,'
|
||||
|
||||
dist-hook:
|
||||
for f in $$($(CFG_FILES)); do \
|
||||
|
1
doc/examples/osmo-trx-lms/osmo-trx-lms.cfg
Symbolic link
1
doc/examples/osmo-trx-lms/osmo-trx-lms.cfg
Symbolic link
@@ -0,0 +1 @@
|
||||
osmo-trx-limesdr.cfg
|
1
doc/examples/osmo-trx-uhd/osmo-trx-uhd.cfg
Symbolic link
1
doc/examples/osmo-trx-uhd/osmo-trx-uhd.cfg
Symbolic link
@@ -0,0 +1 @@
|
||||
osmo-trx-usrp_b200.cfg
|
Reference in New Issue
Block a user