BigW Consortium Gitlab

Commit 1667f627 by David Frey

Prevent creation of iot slot device

There are a number of corner cases which haven't been tested yet. Specifically, what happens if an IoT card has no eeprom or if it has an eeprom with invalid content.
parent 1db22c1c
...@@ -68,7 +68,8 @@ kernelModules: ...@@ -68,7 +68,8 @@ kernelModules:
$MANGOH_ROOT/linux_kernel_modules/bmi160/3-bmi160 $MANGOH_ROOT/linux_kernel_modules/bmi160/3-bmi160
$MANGOH_ROOT/linux_kernel_modules/bmi160/4-bmi160-i2c $MANGOH_ROOT/linux_kernel_modules/bmi160/4-bmi160-i2c
$MANGOH_ROOT/linux_kernel_modules/iot_slot/0-iot_slot // Don't enable IoT slot driver until failure case testing is complete
// $MANGOH_ROOT/linux_kernel_modules/iot_slot/0-iot_slot
$MANGOH_ROOT/linux_kernel_modules/mt7697q/1-mt7697q $MANGOH_ROOT/linux_kernel_modules/mt7697q/1-mt7697q
$MANGOH_ROOT/linux_kernel_modules/mt7697wifi/2-mt7697wifi_core $MANGOH_ROOT/linux_kernel_modules/mt7697wifi/2-mt7697wifi_core
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment