fix platform specific overrides for kernel modules, fixes lp on brcm-2.4

SVN-Revision: 18295
This commit is contained in:
Felix Fietkau 2009-11-04 21:54:53 +00:00
parent 91c0fbb06c
commit 7a75347b26
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ define KernelPackage
VERSION:=$(LINUX_VERSION)$(if $(PKG_VERSION),+$(PKG_VERSION))-$(if $(PKG_RELEASE),$(PKG_RELEASE),$(LINUX_RELEASE))
$(call KernelPackage/$(1))
$(call KernelPackage/$(1)/$(KERNEL))
$(call KernelPackage/$(1)/$(BOARD)-$(KERNEL))
$(call KernelPackage/$(1)/$(BOARD))
endef
ifdef KernelPackage/$(1)/description