diff options
Diffstat (limited to 'package/openct')
-rw-r--r-- | package/openct/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/openct/Makefile b/package/openct/Makefile index cf3f04d34..88d5108a7 100644 --- a/package/openct/Makefile +++ b/package/openct/Makefile @@ -24,10 +24,6 @@ PKGSC_LIBOPENCT:= libs/crypto PKGSS_LIBOPENCT:= libltdl libusb PKGSB_LIBOPENCT:= libtool libusb -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libmix -endif - include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,OPENCT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |