Install sample cfg file to /etc/osmocom
Change-Id: I7476a1db470d3bc3a833e7657ad29f266df51667pespin/systemd
parent
a68b6828c8
commit
37c1ffdadf
|
@ -1,3 +1,4 @@
|
|||
etc/osmocom/osmo-hnbgw.cfg
|
||||
lib/systemd/system/osmo-hnbgw.service
|
||||
usr/bin/osmo-hnbgw
|
||||
usr/share/doc/osmo-iuh/examples/osmo-hnbgw.cfg
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
osmoconfdir = $(sysconfdir)/osmocom
|
||||
osmoconf_DATA = osmo-hnbgw.cfg
|
||||
|
||||
EXTRA_DIST = osmo-hnbgw.cfg
|
||||
|
||||
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
|
||||
|
||||
|
|
Loading…
Reference in New Issue