sysmocom-backup: Backup a new opkg config file for starterkits

We make the configuration packages for starterkit customers
available in a feed. Backup this feed configuration.

Fixes: SYS#365
This commit is contained in:
Holger Hans Peter Freyther 2014-05-16 10:36:59 +02:00
parent d88a758c4e
commit 7aeb916ea1
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ FILES="\
etc/hostname \
etc/ifplugd.sh \
etc/network/interfaces \
etc/openvpn
etc/openvpn \
etc/opkg/sysmocom-config.conf \
etc/osmocom/osmo-bsc-mgcp.cfg \
etc/osmocom/osmo-bsc.cfg \
etc/osmocom/osmo-bts.cfg \

View File

@ -1,7 +1,7 @@
DESCRIPTION = "sysmocom config backup and restore scripts"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r8"
PR = "r9"
SRC_URI = "file://sysmocom-backup file://sysmocom-restore"
RDEPENDS_${PN} = "tar"