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

    r2725 r3621  
    1818 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1919 */
     20
     21//kbuild:### lib-$(CONFIG_FEATURE_VOLUMEID_ISWRAID) += isw_raid.o
     22
     23//config:
     24//config:### config FEATURE_VOLUMEID_ISWRAID
     25//config:###    bool "intel raid"
     26//config:###    default y
     27//config:###    depends on VOLUMEID
     28//config:###    help
     29//config:###      TODO
     30//config:
    2031
    2132#include "volume_id_internal.h"
Note: See TracChangeset for help on using the changeset viewer.