[package] update radvd to 1.5, select kmod-ipv6 (#5966)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17992 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-10-08 09:34:36 +00:00
parent 8185a31dac
commit 0a01b2bf57
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# #
# Copyright (C) 2006-2009 OpenWrt.org # Copyright (C) 2006-2009 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=radvd PKG_NAME:=radvd
PKG_VERSION:=1.4 PKG_VERSION:=1.5
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://v6web.litech.org/radvd/dist \ PKG_SOURCE_URL:=http://v6web.litech.org/radvd/dist \
http://download.sourcemage.org/mirror http://download.sourcemage.org/mirror
PKG_MD5SUM:=ad57121d57a716aa5db33668e4fb32c5 PKG_MD5SUM:=78598b60ed9d64920739189c3dc0934d
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -23,6 +23,7 @@ define Package/radvd
CATEGORY:=IPv6 CATEGORY:=IPv6
TITLE:=IPv6 Routing Advertisement Daemon TITLE:=IPv6 Routing Advertisement Daemon
URL:=http://v6web.litech.org/radvd/ URL:=http://v6web.litech.org/radvd/
DEPENDS:=+kmod-ipv6
endef endef
define Package/radvd/description define Package/radvd/description
@ -51,7 +52,7 @@ endef
define Package/radvd/install define Package/radvd/install
$(INSTALL_DIR) $(1)/etc/config $(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DATA) ./files/radvd.config $(1)/etc/config/radvd $(INSTALL_CONF) ./files/radvd.config $(1)/etc/config/radvd
$(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/radvd.init $(1)/etc/init.d/radvd $(INSTALL_BIN) ./files/radvd.init $(1)/etc/init.d/radvd
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin

View File

@ -1,6 +1,6 @@
--- radvd-1.0/config.sub.orig 2008-05-16 13:20:02.000000000 -0500 --- a/config.sub
+++ radvd-1.0/config.sub 2008-05-16 13:20:23.000000000 -0500 +++ b/config.sub
@@ -228,7 +228,7 @@ @@ -228,7 +228,7 @@ case $basic_machine in
| a29k \ | a29k \
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
@ -9,7 +9,7 @@
| c4x | clipper \ | c4x | clipper \
| d10v | d30v | dsp16xx \ | d10v | d30v | dsp16xx \
| fr30 \ | fr30 \
@@ -282,7 +282,7 @@ @@ -282,7 +282,7 @@ case $basic_machine in
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
| arm-* | armbe-* | armle-* | armv*-* \ | arm-* | armbe-* | armle-* | armv*-* \

View File

@ -1,6 +1,5 @@
diff -urN radvd-0.7.3.old/scanner.l radvd-0.7.3/scanner.l --- a/scanner.l
--- radvd-0.7.3.old/scanner.l 2004-10-26 07:30:34.000000000 +0200 +++ b/scanner.l
+++ radvd-0.7.3/scanner.l 2005-04-05 00:01:42.000000000 +0200
@@ -21,6 +21,8 @@ @@ -21,6 +21,8 @@
extern char *conf_file; extern char *conf_file;