mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 22:42:57 +00:00
updated to new upstream release (v0.4.0), enabled when DEVELOPER=1
SVN-Revision: 1954
This commit is contained in:
parent
33660e458e
commit
2da441663d
@ -7,8 +7,7 @@ config BR2_PACKAGE_NDISC
|
|||||||
|
|
||||||
config BR2_PACKAGE_NDISC6
|
config BR2_PACKAGE_NDISC6
|
||||||
tristate "ndisc6 - ICMPv6 neighbour discovery tool"
|
tristate "ndisc6 - ICMPv6 neighbour discovery tool"
|
||||||
# default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NDISC
|
select BR2_PACKAGE_NDISC
|
||||||
help
|
help
|
||||||
|
|
||||||
@ -19,8 +18,7 @@ config BR2_PACKAGE_NDISC6
|
|||||||
|
|
||||||
config BR2_PACKAGE_RDISC6
|
config BR2_PACKAGE_RDISC6
|
||||||
tristate "rdisc6 - ICMPv6 router discovery tool"
|
tristate "rdisc6 - ICMPv6 router discovery tool"
|
||||||
# default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NDISC
|
select BR2_PACKAGE_NDISC
|
||||||
help
|
help
|
||||||
|
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ndisc6
|
PKG_NAME:=ndisc6
|
||||||
PKG_VERSION:=0.1.4
|
PKG_VERSION:=0.4.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:= 57e86029d41734404d62330961c3d20c
|
PKG_MD5SUM:=7c30f2bfdfc4bd7b7c986503083f218d
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://people.via.ecp.fr/~rem/ndisc6/v0.1/
|
PKG_SOURCE_URL:=http://people.via.ecp.fr/~rem/ndisc6/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_CAT:=bzcat
|
PKG_CAT:=bzcat
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user