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/btrfs.c

    r3232 r3621  
    1919 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    2020 */
     21
     22//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_BTRFS) += btrfs.o
     23
     24//config:
     25//config:config FEATURE_VOLUMEID_BTRFS
     26//config:   bool "btrfs filesystem"
     27//config:   default y
     28//config:   depends on VOLUMEID
     29//config:   help
     30//config:     TODO
     31//config:
    2132
    2233#include "volume_id_internal.h"
Note: See TracChangeset for help on using the changeset viewer.