Changeset adf7e15 in freewrt for package/shfs/Config.in


Ignore:
Timestamp:
Sep 26, 2006, 8:36:27 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
81101f7
Parents:
fc2d047
Message:

just use one package for shfs

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/shfs/Config.in

    rfc2d047 radf7e15  
    1 config FWRT_COMPILE_SHFS
     1config FWRT_PACKAGE_SHFS
     2        prompt "shfs.............................. secure shell filesystem"
    23        tristate
    3         default n
    4         depends FWRT_PACKAGE_SHFS_UTILS
    5         depends FWRT_PACKAGE_KMOD_SHFS
    6 
    7 config FWRT_PACKAGE_SHFS_UTILS
    8         prompt "shfs-utils........................ ShFS mount/umount utilities"
    9         tristate
    10         select FWRT_COMPILE_SHFS
    114        default n
    125        help
     
    2821         
    2922          http://shfs.sourceforge.net/
    30          
    31           This package contains the shfs mount/umount utilities.
    32 
    33 config FWRT_PACKAGE_KMOD_SHFS
    34         prompt "kmod-shfs.......................... ShFS mount/umount utilities"
    35         tristate
    36         select FWRT_COMPILE_SHFS
    37         default n
    38         help
    39           Kernel modules for SHFS.
Note: See TracChangeset for help on using the changeset viewer.