X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=ahcpd%2FMakefile;h=96b84753486399a9f4c0de2fc86edde1893903ea;hb=9023411d72ad80fa23898ee4443a428936c94576;hp=e6ff1e722e2a350a7d2a7baffe3af69006013c25;hpb=f8eb2bd807b30972e700b2349180ed49807e751c;p=lede-routing%2F.git diff --git a/ahcpd/Makefile b/ahcpd/Makefile index e6ff1e7..96b8475 100644 --- a/ahcpd/Makefile +++ b/ahcpd/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -14,6 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/ PKG_MD5SUM:=a1a610bf20965aa522cd766bf3d5829a +PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk @@ -24,7 +25,7 @@ define Package/ahcpd TITLE:=Ad-Hoc Configuration Protocol daemon URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/ahcp/ MAINTAINER:=Gabriel Kerneis - DEPENDS:=+kmod-ipv6 +ip +librt + DEPENDS:=+@IPV6 +ip +librt endef define Package/ahcpd/description