diff options
Diffstat (limited to 'package/rtsp')
-rw-r--r-- | package/rtsp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/rtsp/Makefile b/package/rtsp/Makefile index 098b77c67..228d8f793 100644 --- a/package/rtsp/Makefile +++ b/package/rtsp/Makefile @@ -11,6 +11,8 @@ PKG_DESCR:= connection tracking for RTSP PKG_SECTION:= kernel PKG_URL:= http://github.com/maru-sama/rtsp-linux-v2.6 +PKG_CFLINE_RTSP:= depends on !ADK_TOOLCHAIN_ONLY + NO_DISTFILES:= 1 include ${TOPDIR}/mk/package.mk |