mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 01:49:29 -05:00
import Package/Default in KernelPackage to avoid reusing variables from the wrong packages (fixes #970)
SVN-Revision: 5565
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user