diff options
| author | Rosen Penev | 2019-02-13 01:03:09 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2019-02-17 16:33:18 +0000 |
| commit | 5e8f18fef629405c672a1c71c22385fbbf049270 (patch) | |
| tree | 6ec4effb41833e3ac2ef0d2791d5f7a2a4fbc5ac | |
| parent | cd519abdbc412719c5af6ab3181e7a4b3fa50878 (diff) | |
| download | openwrt-5e8f18fef629405c672a1c71c22385fbbf049270.tar.gz | |
kernel: Remove CONFIG_UDF_NLS for kernel 4.19
kernel 4.18 removed the symbol and made NLS implicit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
| -rw-r--r-- | target/linux/generic/config-4.19 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 090c932a35..4992007d67 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -5300,7 +5300,6 @@ CONFIG_UBIFS_FS_FORMAT4=y # CONFIG_UCB1400_CORE is not set # CONFIG_UCSI is not set # CONFIG_UDF_FS is not set -CONFIG_UDF_NLS=y CONFIG_UEVENT_HELPER=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_UFS_FS is not set |