diff options
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg.inc')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 4 |
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 | ||
35 | PKGSUFFIX = "" | 35 | PKGSUFFIX = "" |
36 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" | 36 | PKGSUFFIX_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) | ||
40 | POSTINSTALL_INITPOSITION ?= "98" | ||