diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 13:28:02 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 13:28:02 +0000 |
commit | 594427a90ed8ec49c849ab8de81189194bfb47c4 (patch) | |
tree | 4de1d016bb4834b843f1c7601a61996050534023 /openwrt/package/Makefile | |
parent | e94b13687930aa2e7a41339a43ca9c81041ee786 (diff) | |
download | mtk-20170518-594427a90ed8ec49c849ab8de81189194bfb47c4.zip mtk-20170518-594427a90ed8ec49c849ab8de81189194bfb47c4.tar.gz mtk-20170518-594427a90ed8ec49c849ab8de81189194bfb47c4.tar.bz2 |
Convert nfs-server to new packaging style
SVN-Revision: 931
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 b5573a1..62718f7 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -38,7 +38,7 @@ package-$(BR2_PACKAGE_MARADNS) += maradns package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_MONIT) += monit package-$(BR2_PACKAGE_NCURSES) += ncurses -package-$(BR2_PACKAGE_NFSD) += nfs-server +package-$(BR2_PACKAGE_NFS_SERVER) += nfs-server package-$(BR2_PACKAGE_NMAP) += nmap package-$(BR2_PACKAGE_NOCATSPLASH) += nocatsplash package-$(BR2_PACKAGE_NTPCLIENT) += ntpclient |