lcr: Clean out the default config files
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 @@
 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 @@
 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
 }