mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 03:20:16 +02:00
manually compile packages without having the config setting active if environment variable DEVELOPER is set
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1113 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d7f90a5581
commit
522e0c7c73
@ -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…
Reference in New Issue
Block a user