osmo-bts: Do not mention the osmobts-mgr.cfg in the conf files

While the package can be built on dora, it can not be built on
edison. We need to comment it.
This commit is contained in:
Holger Hans Peter Freyther 2014-06-16 20:52:39 +02:00
parent dfe8845a4e
commit f8960b7bf2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ do_install_append_sysmobts-v2() {
}
CONFFILES_${PN} = "${sysconfdir}/osmocom/osmo-bts.cfg"
CONFFILES_${PN} += "${sysconfdir}/osmocom/osmobts-mgr.cfg"
#CONFFILES_${PN} += "${sysconfdir}/osmocom/osmobts-mgr.cfg"
INITSCRIPT_PACKAGES = "${PN}"
INITSCRIPT_NAME_${PN} = "sysmobts"
INITSCRIPT_PARAMS_${PN} = "defaults 30 30"