Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/util-linux/volume_id/exfat.c

    r3233 r3621  
    1818 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1919 */
     20
     21//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_EXFAT) += exfat.o
     22
     23//config:
     24//config:config FEATURE_VOLUMEID_EXFAT
     25//config:   bool "exFAT filesystem"
     26//config:   default y
     27//config:   depends on VOLUMEID
     28//config:   help
     29//config:     exFAT (extended FAT) is a proprietary file system designed especially
     30//config:     for flash drives. It has many features from NTFS, but with less
     31//config:     overhead. exFAT is used on most SDXC cards for consumer electronics.
     32//config:
    2033
    2134#include "volume_id_internal.h"
Note: See TracChangeset for help on using the changeset viewer.