Changeset 2eae371 in freewrt


Ignore:
Timestamp:
Jul 20, 2007, 5:07:53 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
05bc6b2
Parents:
1c164f0
Message:

fix nfs configuration

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3301 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in

    r1c164f0 r2eae371  
    150150source "package/netstat-nat/Config.in"
    151151
    152 menu "nfs............................... Network Filesystem Support"
     152# NFS
    153153source "package/nfs-utils/Config.in"
    154 
    155154choice
    156         optional
    157155        prompt "NFS server support"
    158         default n
     156        depends on FWRT_PACKAGE_NFS_UTILS
    159157
    160158config FWRT_PACKAGE_NFS_SERVER
    161         prompt "User Space NFS server"
    162         tristate
     159        bool "User Space NFS server"
    163160        help
    164161          This package contains all necessary programs to make your Linux machine
     
    171168
    172169config FWRT_PACKAGE_NFS_KERNEL_NFSD
    173         prompt "Kernel Space NFS server"
    174         tristate
     170        bool "Kernel Space NFS server"
    175171        select FWRT_KPACKAGE_KMOD_NFSD
    176172        select FWRT_KPACKAGE_KMOD_NFS_FS
     
    179175          USB storage, like a disk or a memory stick.
    180176endchoice
    181 endmenu
    182177
    183178source "package/nmap/Config.in"
  • package/nfs-utils/Config.in

    r1c164f0 r2eae371  
    11config FWRT_PACKAGE_NFS_UTILS
    2         prompt "nfs-utils......................... NFS server utilities"
     2        prompt "nfs server........................ NFS server utilities"
    33        tristate
    44        default n
    55        help
    6          NFS server utilities (namely, exportfs). If unsure, say 'yes'.
    7 
     6          NFS server utilities (namely, exportfs), and an NFS server.
Note: See TracChangeset for help on using the changeset viewer.