[dell]: Remove depmod -a from the platform initialization script (#1954)
depmod -a will be executed automatically after the package get installed Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
This commit is contained in:
parent
7eacb683c4
commit
a99008356b
@ -174,7 +174,6 @@ switch_board_qsfp_lpmode() {
|
||||
init_devnum
|
||||
|
||||
if [[ "$1" == "init" ]]; then
|
||||
depmod -a
|
||||
modprobe i2c-dev
|
||||
modprobe i2c-mux-pca954x force_deselect_on_exit=1
|
||||
modprobe dell_s6100_iom_cpld
|
||||
|
@ -139,7 +139,6 @@ switch_board_qsfp() {
|
||||
init_devnum
|
||||
|
||||
if [[ "$1" == "init" ]]; then
|
||||
depmod -a
|
||||
modprobe i2c-dev
|
||||
modprobe i2c-mux-pca954x force_deselect_on_exit=1
|
||||
modprobe dell_mailbox
|
||||
|
@ -102,7 +102,6 @@ switch_board_modsel() {
|
||||
init_devnum
|
||||
|
||||
if [ "$1" == "init" ]; then
|
||||
depmod -a
|
||||
modprobe i2c-dev
|
||||
modprobe i2c-mux-pca954x force_deselect_on_exit=1
|
||||
modprobe i2c_ocores
|
||||
|
Loading…
Reference in New Issue
Block a user