mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 17:50:49 +00:00
manually compile packages without having the config setting active if environment variable DEVELOPER is set
SVN-Revision: 1113
This commit is contained in:
parent
b3dc15de78
commit
1545f46b76
@ -6,6 +6,9 @@ INFO_$(1):=$(IPKG_STATE_DIR)/info/$(2).list
|
|||||||
ifneq ($(BR2_PACKAGE_$(1)),)
|
ifneq ($(BR2_PACKAGE_$(1)),)
|
||||||
compile: $$(IPKG_$(1))
|
compile: $$(IPKG_$(1))
|
||||||
endif
|
endif
|
||||||
|
ifneq ($(DEVELOPER),)
|
||||||
|
compile: $$(IPKG_$(1))
|
||||||
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_$(1)),y)
|
ifeq ($(BR2_PACKAGE_$(1)),y)
|
||||||
install: $$(INFO_$(1))
|
install: $$(INFO_$(1))
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user