summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-07-15 19:29:43 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-07-15 19:29:43 +0000
commitec770abd0de5a0141f25dc476c25e4fdd5e04a7d (patch)
treef34afe65a04089d551d82dc8b464ec3f3e17c6d5 /include/package-ipkg.mk
parent21de1b9d85c39ff09450012a44f8f1ff71cdd420 (diff)
downloadmtk-20170518-ec770abd0de5a0141f25dc476c25e4fdd5e04a7d.zip
mtk-20170518-ec770abd0de5a0141f25dc476c25e4fdd5e04a7d.tar.gz
mtk-20170518-ec770abd0de5a0141f25dc476c25e4fdd5e04a7d.tar.bz2
package-ipkg.mk: flag packages as "ok" after install
By flagging compile-time-installed packages as "ok", they can be differentiated from runtime-installed packages on the target later on. SVN-Revision: 32739
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index 0ce2055..14520cf 100644
--- a/include/package-ipkg.mk
+++ b/include/package-ipkg.mk
@@ -191,7 +191,7 @@ ifeq ($(DUMP),)
$$(INFO_$(1)): $$(IPKG_$(1))
@[ -d $(TARGET_DIR)/tmp ] || mkdir -p $(TARGET_DIR)/tmp
$(OPKG) install $$(IPKG_$(1))
- $(if $(filter-out essential,$(PKG_FLAGS)),for flag in $(filter-out essential,$(PKG_FLAGS)); do $(OPKG) flag $$$$flag $(1); done)
+ $(if $(filter-out essential,$(PKG_FLAGS)),for flag in $(filter-out essential,$(PKG_FLAGS)); do $(OPKG) flag $$$$flag $(1); done,$(OPKG) flag ok $(1))
$(1)-clean:
rm -f $(PACKAGE_DIR)/$(1)_*