Changeset 5a4fb8c in freewrt for target


Ignore:
Timestamp:
May 23, 2007, 3:31:40 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
5b4da56
Parents:
6bace344
Message:

fix 2.4 LKM build and install, 10x wbx@ for help

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/config/Config.in.fs

    r6bace344 r5a4fb8c  
    149149          with the IRIX version of XFS.
    150150
     151config FWRT_PACKAGE_KMOD_FS_FUSE
     152        prompt   "kmod-fs-fuse...................... Filesystem in Userspace support"
     153        tristate
     154        default n
     155        depends on FWRT_LINUX_2_4
     156        help
     157          With FUSE it is possible to implement a fully functional
     158          filesystem in a userspace program.
     159
     160          By enabling this, only the kernel module gets build.
     161          For using it, you will most likely also want to enable
     162          fuse-utils.
     163
     164
    151165config FWRT_KPACKAGE_KMOD_FUSE_FS
    152166        prompt   "kmod-fs-fuse...................... Filesystem in Userspace support"
    153167        tristate
    154168        default n
    155         select FWRT_PACKAGE_LIBFUSE if FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_4_RB
     169        depends on FWRT_LINUX_2_6
     170#       select FWRT_PACKAGE_LIBFUSE if FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_4_RB
    156171        help
    157172          With FUSE it is possible to implement a fully functional
Note: See TracChangeset for help on using the changeset viewer.