summaryrefslogtreecommitdiff
path: root/recipes-devtools/opkg/files/modprobe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/opkg/files/modprobe')
-rwxr-xr-xrecipes-devtools/opkg/files/modprobe2
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