diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-04 22:15:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-04 22:15:32 +0000 |
commit | d58980a43f3acc7410114b7d1c399ac26331d9f9 (patch) | |
tree | 3ec4504393b2dee68950a29eec4c3f9201ac0813 /package/Makefile | |
parent | e1849e2798ac0cd3bc561a6b4fe5265331b93180 (diff) | |
download | upstream-d58980a43f3acc7410114b7d1c399ac26331d9f9.tar.gz upstream-d58980a43f3acc7410114b7d1c399ac26331d9f9.tar.bz2 upstream-d58980a43f3acc7410114b7d1c399ac26331d9f9.zip |
add mtr (thanks to Thomas Reifferscheid)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2050 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index cbb1bf4e6a..4b8bca3b97 100644 --- a/package/Makefile +++ b/package/Makefile @@ -103,6 +103,7 @@ package-$(BR2_PACKAGE_MONIT) += monit package-$(BR2_PACKAGE_MPD) += mpd package-$(BR2_PACKAGE_MT_DAAPD) += mt-daapd package-$(BR2_PACKAGE_MTD) += mtd +package-$(BR2_PACKAGE_MTR) += mtr package-$(BR2_PACKAGE_MYSQL) += mysql package-$(BR2_PACKAGE_NANO) += nano package-$(BR2_PACKAGE_NCURSES) += ncurses @@ -232,6 +233,7 @@ libxslt-compile: libxml2-compile lighttpd-compile: openssl-compile pcre-compile mini_httpd-compile: matrixssl-compile mt-daapd-compile: howl-compile libgdbm-compile libid3tag-compile +mtr-compile: ncurses-compile mysql-compile: ncurses-compile zlib-compile nano-compile: ncurses-compile net-snmp-compile: libelf-compile |