diff options
Diffstat (limited to 'recipes-devtools/opkg/files/modprobe')
-rwxr-xr-x | recipes-devtools/opkg/files/modprobe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/opkg/files/modprobe b/recipes-devtools/opkg/files/modprobe index 7e32c58..87785dd 100755 --- a/recipes-devtools/opkg/files/modprobe +++ b/recipes-devtools/opkg/files/modprobe @@ -1,4 +1,6 @@ #!/bin/sh +# This script (modprobe) depends on sorting alphabetically after +# depmod. echo "modprobe $@" >> $OPKG_INTERCEPT_DIR/depmod sort -u $OPKG_INTERCEPT_DIR/depmod > $OPKG_INTERCEPT_DIR/depmod.tmp |