summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg.inc')
-rw-r--r--meta/recipes-devtools/opkg/opkg.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index c3174917a5..50f1afc1fe 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -34,3 +34,7 @@ BBCLASSEXTEND = "native nativesdk"
34 34
35PKGSUFFIX = "" 35PKGSUFFIX = ""
36PKGSUFFIX_virtclass-nativesdk = "-nativesdk" 36PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
37
38# Define a variable to allow distros to run configure earlier.
39# (for example, to enable loading of ethernet kernel modules before networking starts)
40POSTINSTALL_INITPOSITION ?= "98"