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 | e7716817ced4d41a7c66602026a1e130cb16594f (patch) | |
tree | 65f79173cc4a68594dab46b4472afd33ae0515ce /package/Makefile | |
parent | 8afb80f54e6bc46882fa7a2a39412d81dd1081f2 (diff) | |
download | upstream-e7716817ced4d41a7c66602026a1e130cb16594f.tar.gz upstream-e7716817ced4d41a7c66602026a1e130cb16594f.tar.bz2 upstream-e7716817ced4d41a7c66602026a1e130cb16594f.zip |
Convert nfs-server to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@931 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 b5573a14e3..62718f773b 100644 --- a/package/Makefile +++ b/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 |