summaryrefslogtreecommitdiff
path: root/package/shat
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-24 09:58:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-24 09:58:11 +0100
commitcfac84e0994edb1d6eb835dd685cabb0b9ae4bb5 (patch)
tree20602a7a9406c77d065abdebf1db0dfe625938c5 /package/shat
parentc2a34ea858a331a0960f1b4854697de448f55381 (diff)
disable for musl
Diffstat (limited to 'package/shat')
-rw-r--r--package/shat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/shat/Makefile b/package/shat/Makefile
index a28087c75..3bc6fc9ff 100644
--- a/package/shat/Makefile
+++ b/package/shat/Makefile
@@ -7,10 +7,12 @@ PKG_NAME:= shat
PKG_VERSION:= 0.9.7
PKG_RELEASE:= 1
PKG_MD5SUM:= da06846f35838b14d1513523dad84d24
-PKG_DESCR:= Source Hardware Address Translation - a tool for nomadic routing
+PKG_DESCR:= a tool for nomadic routing
PKG_SECTION:= net/misc
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=shat/}
+PKG_LIBC_DEPENDS:= uclibc glibc
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,SHAT,shat,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))