aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-isdn/lcr
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-23 02:32:32 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-23 02:32:32 +0800
commita56c10d89a4a8552f4326a693763e663da307930 (patch)
tree6ad60af4b3033af6f109e19f7cdc0466d64224c1 /recipes-isdn/lcr
parent75abc06f34752baf7001fb712be82466027fafe7 (diff)
lcr: Clean out the default config files
Diffstat (limited to 'recipes-isdn/lcr')
-rw-r--r--recipes-isdn/lcr/lcr_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-isdn/lcr/lcr_git.bb b/recipes-isdn/lcr/lcr_git.bb
index 3f8d904..60089bd 100644
--- a/recipes-isdn/lcr/lcr_git.bb
+++ b/recipes-isdn/lcr/lcr_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=de9327a12ae1ccc94dade892a360f996"
PV = "1.10+gitr${SRCPV}"
-PR = "r15"
+PR = "r16"
SRCREV = "cd2834a10ceb14f8d2e70334a89b531119b954d4"
SRC_URI = "git://git.misdn.eu/lcr.git \
@@ -37,4 +37,7 @@ FILES_${PN}-vbox-en = "/usr/local/lcr/vbox_english"
do_install_append() {
install -d ${D}${sysconfdir}/init.d
install -m 0775 ${WORKDIR}/lcr.init ${D}${sysconfdir}/init.d/lcr
+
+ rm ${D}/usr/local/lcr/routing.conf
+ rm ${D}/usr/local/lcr/interface.conf
}