include: restrict separate kmod repo handling to base packages

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 48479
This commit is contained in:
Jo-Philipp Wich 2016-01-24 18:01:43 +00:00
parent eda1ea9eaa
commit 4e14a27799
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ define KernelPackage
DESCRIPTION:=$(DESCRIPTION)
EXTRA_DEPENDS:=kernel (=$(LINUX_VERSION)-$(LINUX_RELEASE)-$(LINUX_VERMAGIC))
VERSION:=$(LINUX_VERSION)$(if $(PKG_VERSION),+$(PKG_VERSION))-$(if $(PKG_RELEASE),$(PKG_RELEASE),$(LINUX_RELEASE))
PACKAGE_SUBDIR:=kernel
PACKAGE_SUBDIR:=$(if $(FEED),$(FEED),kernel)
$(call KernelPackage/$(1))
$(call KernelPackage/$(1)/$(BOARD))
endef