aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/500-fs_cdrom_dependencies.patch
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2022-07-14 08:51:48 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-07-14 06:45:24 +0200
commit2ed7f6cbb0989068ae94ebe260e1c1d675d05478 (patch)
tree67e5df23561bf9739c27e2b44f63a38719cad5d7 /target/linux/generic/pending-5.15/500-fs_cdrom_dependencies.patch
parenta9573a029a244a89adb1ec3a4340c3ac44c98387 (diff)
downloadupstream-2ed7f6cbb0989068ae94ebe260e1c1d675d05478.tar.gz
upstream-2ed7f6cbb0989068ae94ebe260e1c1d675d05478.tar.bz2
upstream-2ed7f6cbb0989068ae94ebe260e1c1d675d05478.zip
linux/generic/pending-5.15: add missing patch headers
This patches does not have a valid patch headers and does not apply on an external git tree with 'git am'. To fix this add the missing headers. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'target/linux/generic/pending-5.15/500-fs_cdrom_dependencies.patch')
-rw-r--r--target/linux/generic/pending-5.15/500-fs_cdrom_dependencies.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/generic/pending-5.15/500-fs_cdrom_dependencies.patch b/target/linux/generic/pending-5.15/500-fs_cdrom_dependencies.patch
index 0a5a3aae5d..b46865fb55 100644
--- a/target/linux/generic/pending-5.15/500-fs_cdrom_dependencies.patch
+++ b/target/linux/generic/pending-5.15/500-fs_cdrom_dependencies.patch
@@ -1,3 +1,17 @@
+From af7b91bcecce0eae24e90acd35d96ecee73e1407 Mon Sep 17 00:00:00 2001
+From: OpenWrt community <openwrt-devel@lists.openwrt.org>
+Date: Wed, 13 Jul 2022 12:21:15 +0200
+Subject: [PATCH] fs: add cdrom dependency
+
+---
+ fs/hfs/Kconfig | 1 +
+ fs/hfsplus/Kconfig | 1 +
+ fs/isofs/Kconfig | 1 +
+ fs/udf/Kconfig | 1 +
+ 4 files changed, 4 insertions(+)
+
+diff --git a/fs/hfs/Kconfig b/fs/hfs/Kconfig
+index 129926b5142d..e0d2c647aa07 100644
--- a/fs/hfs/Kconfig
+++ b/fs/hfs/Kconfig
@@ -2,6 +2,7 @@
@@ -8,6 +22,8 @@
select NLS
help
If you say Y here, you will be able to mount Macintosh-formatted
+diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
+index 7d4229aecec0..648d91d1881f 100644
--- a/fs/hfsplus/Kconfig
+++ b/fs/hfsplus/Kconfig
@@ -2,6 +2,7 @@
@@ -18,6 +34,8 @@
select NLS
select NLS_UTF8
help
+diff --git a/fs/isofs/Kconfig b/fs/isofs/Kconfig
+index 08ffd37b9bb8..f74680379207 100644
--- a/fs/isofs/Kconfig
+++ b/fs/isofs/Kconfig
@@ -1,6 +1,7 @@
@@ -28,6 +46,8 @@
help
This is the standard file system used on CD-ROMs. It was previously
known as "High Sierra File System" and is called "hsfs" on other
+diff --git a/fs/udf/Kconfig b/fs/udf/Kconfig
+index 26e1a49f3ba7..3f85a084d2b5 100644
--- a/fs/udf/Kconfig
+++ b/fs/udf/Kconfig
@@ -1,6 +1,7 @@
@@ -38,3 +58,5 @@
select CRC_ITU_T
select NLS
help
+--
+