diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-01 22:36:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-01 22:36:34 +0200 |
commit | e00bf1d2b054c3f2280c63c23bc682c67a25d1b2 (patch) | |
tree | 56940b263839fb66df95cd9a95961544a923410f /package/dhcpv6/Makefile | |
parent | b44b3799ca9fa6c744fc079b96a9c062e4bdd077 (diff) |
remove dhcpv6
- too many issues, use isc dhcp ipv6 support
- update BUGS and TODO
Diffstat (limited to 'package/dhcpv6/Makefile')
-rw-r--r-- | package/dhcpv6/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/dhcpv6/Makefile b/package/dhcpv6/Makefile deleted file mode 100644 index d96af2674..000000000 --- a/package/dhcpv6/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include ${TOPDIR}/rules.mk - -PKG_NAME:= dhcpv6 -PKG_VERSION:= 1.2.0 -PKG_RELEASE:= 1 -PKG_MD5SUM:= d537416b33002f56912b7f27477d8d35 -PKG_DESCR:= Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server -PKG_SECTION:= net -PKG_DEPENDS:= libncurses libnl -PKG_URL:= https://fedorahosted.org/dhcpv6 -PKG_SITES:= https://fedorahosted.org/releases/d/h/dhcpv6/ - -include ${TOPDIR}/mk/package.mk - -$(eval $(call PKG_template,DHCPV6_SERVER,dhcpv6-server,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -CONFIGURE_STYLE:= autoconf gnu -BUILD_STYLE:= auto -INSTALL_STYLE:= auto - -post-install: - ${INSTALL_DIR} ${IDIR_DHCP6_SERVER}/usr/sbin - -include ${TOPDIR}/mk/pkg-bottom.mk |