mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
re-enable SDK=1 and DEVELOPER=1 overrides for building all packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6581 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c70cfb3d1a
commit
4cb7672e61
@ -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…
x
Reference in New Issue
Block a user