diff options
Diffstat (limited to 'package/linux-atm')
-rw-r--r-- | package/linux-atm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 34d6c6972..b16414086 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -25,10 +25,6 @@ PKGSC_BR2684CTL:= net/route DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libmix -endif - include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBATM,libatm,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) |