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 | 2605e4cf960d085804b1ef6108e70bcdcf64f95b (patch) | |
| tree | ef63d769b4d69ca059abd23d7a694afc1cbc9aac /openwrt/package/Makefile | |
| parent | 16343a1309646822dca783ae50daf87837b93dd6 (diff) | |
| download | mtk-20170518-2605e4cf960d085804b1ef6108e70bcdcf64f95b.zip mtk-20170518-2605e4cf960d085804b1ef6108e70bcdcf64f95b.tar.gz mtk-20170518-2605e4cf960d085804b1ef6108e70bcdcf64f95b.tar.bz2 | |
add mtr (thanks to Thomas Reifferscheid)
SVN-Revision: 2050
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index cbb1bf4..4b8bca3 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |
