X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=blobdiff_plain;f=ahcpd%2FMakefile;h=043c60997fcb86475c3c9dc567d28fd21f3dbd9b;hp=e6ff1e722e2a350a7d2a7baffe3af69006013c25;hb=307cf4c1a7b9ff6b9e4291ce386442e7a3499c6f;hpb=725ad74b67e60387b2276fea5ccc115efd29cee4 diff --git a/ahcpd/Makefile b/ahcpd/Makefile index e6ff1e7..043c609 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