diff --git a/config.sh b/config.sh
deleted file mode 100644
index f44a7a5..0000000
--- a/config.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/busybox sh
-  
-#======================================
-# Functions...
-#--------------------------------------
-# don't source .kconfig, works only with bash
-#test -f /.kconfig && . /.kconfig
-test -f /.profile && . /.profile
-
-#======================================
-# Greeting...
-#--------------------------------------
-echo "Configure image: [$kiwi_iname]..."
-
-/usr/bin/busybox ln -sf busybox /usr/bin/rpm
-/usr/bin/busybox ln -sf busybox /usr/bin/rpm2cpio
-
-exit 0
diff --git a/tumbleweed-busybox-image.changes b/tumbleweed-busybox-image.changes
index e148f8d..98159fc 100644
--- a/tumbleweed-busybox-image.changes
+++ b/tumbleweed-busybox-image.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Sep 30 14:36:10 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
+
+- Remove config.sh, busybox does not support rpm anymore (not
+  able to read our current RPMs), so no need to create links
+
 -------------------------------------------------------------------
 Wed Aug 12 14:59:39 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>