diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/trafshow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/trafshow/Makefile b/package/trafshow/Makefile index f6b7f8f78..449d55f26 100644 --- a/package/trafshow/Makefile +++ b/package/trafshow/Makefile @@ -11,7 +11,7 @@ PKG_DESCR:= traffic analyzing tool PKG_SECTION:= net/perf PKG_BUILDDEP:= libpcap ncurses PKG_DEPENDS:= libpcap libncurses libpthread -PKG_SITES:= http://openadk.org/distfiles +PKG_SITES:= http://distfiles.openadk.org/ PKG_NOPARALLEL:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz |