diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 17:12:02 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 17:12:02 +0000 |
commit | 5a8cbc6b7afc5a95f67b86fd110224f47b1fbef4 (patch) | |
tree | 973d748ca614c4d48785637c48ff05f41b27a4d1 /package/Makefile | |
parent | faf725a77902ee5dd2f813cb4d2bebb5d3c63f74 (diff) | |
download | upstream-5a8cbc6b7afc5a95f67b86fd110224f47b1fbef4.tar.gz upstream-5a8cbc6b7afc5a95f67b86fd110224f47b1fbef4.tar.bz2 upstream-5a8cbc6b7afc5a95f67b86fd110224f47b1fbef4.zip |
update ndisc6 to new upstream release (v0.5.0),
change Maintainer field in ipkg/control files,
add tcptraceroute6 subpackage.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2145 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index f46f13bdce..7b07613632 100644 --- a/package/Makefile +++ b/package/Makefile @@ -112,7 +112,7 @@ package-$(BR2_PACKAGE_MTR) += mtr package-$(BR2_PACKAGE_MYSQL) += mysql package-$(BR2_PACKAGE_NANO) += nano package-$(BR2_PACKAGE_NCURSES) += ncurses -package-$(BR2_PACKAGE_NDISC) += ndisc +package-$(BR2_COMPILE_NDISC6) += ndisc package-$(BR2_PACKAGE_NET_SNMP) += net-snmp package-$(BR2_PACKAGE_NETSTAT_NAT) += netstat-nat package-$(BR2_PACKAGE_NFS_SERVER) += nfs-server |