aboutsummaryrefslogtreecommitdiffstats
path: root/debian/installer
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2020-11-23 22:04:09 +0800
committerShawn Guo <shawn.guo@linaro.org>2020-11-23 22:04:09 +0800
commit66d02cf7e06e7fe9fd3b81a3f6151b23ebf6302f (patch)
tree5b3acaa4a34e93dc7c09189bea17b5757b2df1e5 /debian/installer
parent102427c527c21f9b03131fb9333bc4895521a435 (diff)
downloadkernel_replicant_linux-66d02cf7e06e7fe9fd3b81a3f6151b23ebf6302f.tar.gz
kernel_replicant_linux-66d02cf7e06e7fe9fd3b81a3f6151b23ebf6302f.tar.bz2
kernel_replicant_linux-66d02cf7e06e7fe9fd3b81a3f6151b23ebf6302f.zip
[arm64] Fix i2c-mv64xxx module name
The mv64xxx I2C module name is i2c-mv64xxx rather than i2c_mv64xxx. Correct it to fix the error below seen with kernel-wedge. missing module i2c_mv64xxx Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'debian/installer')
-rw-r--r--debian/installer/modules/arm64/i2c-modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/installer/modules/arm64/i2c-modules b/debian/installer/modules/arm64/i2c-modules
index b8c011b81c6a..da7c94938cbe 100644
--- a/debian/installer/modules/arm64/i2c-modules
+++ b/debian/installer/modules/arm64/i2c-modules
@@ -1,4 +1,4 @@
#include <i2c-modules>
i2c-tegra
i2c-rk3x
-i2c_mv64xxx
+i2c-mv64xxx