ggsn: Remove the empty config file this should come from the machine integration

The integrator should install a config as he can decide on the IP
addresses and policy to be used.
diff --git a/recipes-osmocom/openggsn/files/ggsn.conf b/recipes-osmocom/openggsn/files/ggsn.conf
deleted file mode 100644
index e69de29..0000000
--- a/recipes-osmocom/openggsn/files/ggsn.conf
+++ /dev/null
diff --git a/recipes-osmocom/openggsn/openggsn_git.bb b/recipes-osmocom/openggsn/openggsn_git.bb
index 8cce5f1..4ab6077 100644
--- a/recipes-osmocom/openggsn/openggsn_git.bb
+++ b/recipes-osmocom/openggsn/openggsn_git.bb
@@ -2,12 +2,11 @@
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 PV = "0.91+gitr${SRCPV}"
-PR = "r9"
+PR = "r10"
 
 SRCREV = "fe5040967513616731d8151b22d26bdf74d65111"
 SRC_URI = "git://ggsn.git.sourceforge.net/gitroot/ggsn/ggsn \
            file://openggsn.init                             \
-           file://ggsn.conf                                 \
           "
 S = "${WORKDIR}/git"
 
@@ -19,9 +18,6 @@
 do_install_append() {
 	install -d ${D}${sysconfdir}/init.d
 	install -m 0776 ${WORKDIR}/openggsn.init ${D}${sysconfdir}/init.d/openggsn
-	install -m 0660 ${WORKDIR}/ggsn.conf ${D}${sysconfdir}/
-
-	# copy the config?
 }
 
 INITSCRIPT_PACKAGES = "openggsn"