mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 05:33:49 +01:00
re-enable SDK=1 and DEVELOPER=1 overrides for building all packages
SVN-Revision: 6581
This commit is contained in:
parent
1d307eea87
commit
198a3ae713
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ ifeq ($(DUMP),)
|
|||
INFO_$(1):=$(IPKG_STATE_DIR)/info/$(1).list
|
||||
|
||||
ifdef Package/$(1)/install
|
||||
ifneq ($(CONFIG_PACKAGE_$(1)),)
|
||||
ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),)
|
||||
compile: $$(IPKG_$(1))
|
||||
|
||||
ifeq ($(CONFIG_PACKAGE_$(1)),y)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue