Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dell]: Remove depmod -a from the platform initialization script #1954

Merged
merged 1 commit into from
Aug 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down