diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 23:17:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 23:17:53 +0000 |
commit | 884167dbc26bca4cb389a9b9aa694de542f8f137 (patch) | |
tree | aee76fe6b4fec8cab5d3dd7ee0ee0341eaa93d22 /package/portmap/Config.in | |
parent | e08ddab70481a09bf623a5fa8d9c732760d203ed (diff) | |
download | upstream-884167dbc26bca4cb389a9b9aa694de542f8f137.tar.gz upstream-884167dbc26bca4cb389a9b9aa694de542f8f137.tar.bz2 upstream-884167dbc26bca4cb389a9b9aa694de542f8f137.zip |
add libwrap, portmap, nfs-server
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/portmap/Config.in')
-rw-r--r-- | package/portmap/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/portmap/Config.in b/package/portmap/Config.in new file mode 100644 index 0000000000..3427e082c3 --- /dev/null +++ b/package/portmap/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_PORTMAP + tristate "RPC Portmapper" + default m + help + The RPC Portmapper (used by the NFS Server) |