diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 01:51:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 01:51:58 +0000 |
commit | 436db53649ed419d5579357bac5d89e60ec0be0d (patch) | |
tree | 2dc9e96b3836ada16515a3e91306df662762ab5f /package/Makefile | |
parent | df225932a88af0a152740ccab7bd30848a042b96 (diff) | |
download | master-187ad058-436db53649ed419d5579357bac5d89e60ec0be0d.tar.gz master-187ad058-436db53649ed419d5579357bac5d89e60ec0be0d.tar.bz2 master-187ad058-436db53649ed419d5579357bac5d89e60ec0be0d.zip |
Add ndisc package, in its own menu to avoid breaking sort order
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1041 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index d595cd756b..451fdd078d 100644 --- a/package/Makefile +++ b/package/Makefile @@ -52,6 +52,7 @@ package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_MONIT) += monit package-$(BR2_PACKAGE_MYSQL) += mysql package-$(BR2_PACKAGE_NCURSES) += ncurses +package-$(BR2_PACKAGE_NDISC) += ndisc package-$(BR2_PACKAGE_NET_SNMP) += net-snmp package-$(BR2_PACKAGE_NFS_SERVER) += nfs-server package-$(BR2_PACKAGE_NMAP) += nmap |