diff options
| author | Adrian Calianu <adrian.calianu@enea.com> | 2018-02-05 14:07:23 +0100 |
|---|---|---|
| committer | Adrian Calianu <adrian.calianu@enea.com> | 2018-02-05 14:34:17 +0100 |
| commit | 9656307e62dbf0f2ef5cd6cec86fa0bd66126e98 (patch) | |
| tree | 23d83f81802890a89d1719eb5711b69f8d28dff1 | |
| parent | 86df45d117d79543a49d2188b2d6bc214eac687c (diff) | |
| download | enea-kernel-cache-cavium-4.9.tar.gz | |
Add support for ISO FScavium-4.9
required to mound CD-ROM images like the ones used for cloud-init
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
| -rw-r--r-- | features/isofs/isofs.cfg | 10 | ||||
| -rw-r--r-- | features/isofs/isofs.scc | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/features/isofs/isofs.cfg b/features/isofs/isofs.cfg new file mode 100644 index 0000000..c14eb11 --- /dev/null +++ b/features/isofs/isofs.cfg | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | CONFIG_ISO9660_FS=y | ||
| 2 | CONFIG_JOLIET=y | ||
| 3 | CONFIG_ZISOFS=y | ||
| 4 | CONFIG_UDF_FS=y | ||
| 5 | CONFIG_UDF_NLS=y | ||
| 6 | CONFIG_FAT_FS=y | ||
| 7 | CONFIG_VFAT_FS=y | ||
| 8 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 9 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 10 | CONFIG_CRC_ITU_T=y | ||
diff --git a/features/isofs/isofs.scc b/features/isofs/isofs.scc new file mode 100644 index 0000000..93ca615 --- /dev/null +++ b/features/isofs/isofs.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable ISO FS for CD-ROM support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf non-hardware isofs.cfg | ||
