fix platform specific overrides for kernel modules, fixes lp on brcm-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18295 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
82369076db
commit
80f27f1a42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue