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

    r3232 r3621  
    1818 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1919 */
     20
     21//kbuild:lib-$(CONFIG_VOLUMEID) += volume_id.o util.o
    2022
    2123#include "volume_id_internal.h"
     
    106108    volume_id_probe_xfs,
    107109#endif
     110#if ENABLE_FEATURE_VOLUMEID_BCACHE
     111    volume_id_probe_bcache,
     112#endif
    108113};
    109114
     
    136141#if ENABLE_FEATURE_VOLUMEID_UFS
    137142    volume_id_probe_ufs,
     143#endif
     144#if ENABLE_FEATURE_VOLUMEID_F2FS
     145    volume_id_probe_f2fs,
    138146#endif
    139147#if ENABLE_FEATURE_VOLUMEID_NILFS
Note: See TracChangeset for help on using the changeset viewer.