mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-07 19:34:48 +00:00
import Package/Default in KernelPackage to avoid reusing variables from the wrong packages (fixes #970)
SVN-Revision: 5565
This commit is contained in:
parent
a3ef79a400
commit
f149f1a0b0
@ -75,6 +75,7 @@ endef
|
||||
|
||||
define KernelPackage
|
||||
NAME:=$(1)
|
||||
$(eval $(call Package/Default))
|
||||
$(eval $(call KernelPackage/Defaults))
|
||||
$(eval $(call KernelPackage/$(1)))
|
||||
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user