diff --git a/iop/Config.in b/iop/Config.in deleted file mode 100644 index 8c6e90e62..000000000 --- a/iop/Config.in +++ /dev/null @@ -1,7 +0,0 @@ -config TARGET_VERSION - string - prompt "Software Version" - -config TARGET_CUSTOMER - string - prompt "Customer ID" diff --git a/iop/Makefile b/iop/Makefile index a93e7c74f..33e78b7d2 100644 --- a/iop/Makefile +++ b/iop/Makefile @@ -24,10 +24,6 @@ define Package/iop/description This package contains iopsysWrt SDK utilities endef -define Package/iop/config - source "$(SOURCE)/Config.in" -endef - define Build/Compile true endef