Skip to content

Commit

Permalink
[dell]: Remove depmod -a from the platform initialization script
Browse files Browse the repository at this point in the history
depmod -a will be executed automatically after the package get installed

Signed-off-by: Shu0T1an ChenG <[email protected]>
  • Loading branch information
Shu0T1an ChenG committed Aug 20, 2018
1 parent d9527ec commit eebd7a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
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

0 comments on commit eebd7a3

Please sign in to comment.