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 | 7e74a2f2b278666cb993c1bef183bf7000f2c4f5 (patch) | |
tree | a5a85311a0b014f1c03c24f7059f54527a36b4d0 /openwrt/package/Makefile | |
parent | e8c094ce56ea506968013671fa3b6b20f9832347 (diff) | |
download | mtk-20170518-7e74a2f2b278666cb993c1bef183bf7000f2c4f5.zip mtk-20170518-7e74a2f2b278666cb993c1bef183bf7000f2c4f5.tar.gz mtk-20170518-7e74a2f2b278666cb993c1bef183bf7000f2c4f5.tar.bz2 |
update ndisc6 to new upstream release (v0.5.0), change Maintainer field in ipkg/control files, add tcptraceroute6 subpackage.
SVN-Revision: 2145
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index f46f13b..7b07613 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |