Skip to content

Commit

Permalink
Merge pull request #7 from sailfishos/jb60945
Browse files Browse the repository at this point in the history
[busybox] Enable module applets in busybox-static. JB#60945
  • Loading branch information
mlehtima committed Jul 10, 2023
2 parents 702fc4d + a9d8e82 commit 6264dc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rpm/busybox-static.config
Expand Up @@ -572,14 +572,14 @@ CONFIG_LSATTR=y
# Linux Module Utilities
#
CONFIG_MODPROBE_SMALL=y
# CONFIG_DEPMOD is not set
# CONFIG_INSMOD is not set
# CONFIG_LSMOD is not set
CONFIG_DEPMOD=y
CONFIG_INSMOD=y
CONFIG_LSMOD=y
# CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set
CONFIG_MODINFO=y
# CONFIG_MODPROBE is not set
CONFIG_MODPROBE=y
# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
# CONFIG_RMMOD is not set
CONFIG_RMMOD=y

#
# Options common to multiple modutils
Expand Down

0 comments on commit 6264dc8

Please sign in to comment.