[package] opkg: add --force-run-hooks option to run postinstall scripts in offline...
[openwrt.git] / include / package-ipkg.mk
index ef0720d..9212c1f 100644 (file)
@@ -14,7 +14,8 @@ OPKG:= \
   $(STAGING_DIR_HOST)/bin/opkg \
        -f $(STAGING_DIR)/etc/opkg.conf \
        --force-depends \
-       --force-overwrite
+       --force-overwrite \
+       --force-run-hooks
 
 # invoke ipkg-build with some default options
 IPKG_BUILD:= \
This page took 0.026172 seconds and 4 git commands to generate.