mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	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
This commit is contained in:
		
							parent
							
								
									21de1b9d85
								
							
						
					
					
						commit
						ec770abd0d
					
				@ -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)_*
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user