summaryrefslogtreecommitdiff
path: root/recipes-devtools/opkg/files
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-04-23 04:49:21 -0500
committerJohn Klug <john.klug@multitech.com>2021-04-23 04:49:21 -0500
commit393fc9b3ac7807b2664a9c3ce20389da1f94b61e (patch)
tree633952e9a085e7dc66d60a02e90ad06e7bab15bc /recipes-devtools/opkg/files
parentd1b76660d96c90faf33594a9de45c641c2c1c90f (diff)
downloadmeta-mlinux-393fc9b3ac7807b2664a9c3ce20389da1f94b61e.tar.gz
meta-mlinux-393fc9b3ac7807b2664a9c3ce20389da1f94b61e.tar.bz2
meta-mlinux-393fc9b3ac7807b2664a9c3ce20389da1f94b61e.zip
merge /usr/share/opkg/intercept/modprobe into opkg package
Diffstat (limited to 'recipes-devtools/opkg/files')
-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