fix kernel module defaults
SVN-Revision: 4201
This commit is contained in:
parent
d8521a8efc
commit
1223ad9ec9
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,7 @@ endef
|
|||
|
||||
define KernelPackage/Defaults
|
||||
FILES:=
|
||||
KCONFIG:=
|
||||
KCONFIG:=m
|
||||
AUTOLOAD:=
|
||||
endef
|
||||
|
||||
|
@ -67,8 +67,11 @@ define KernelPackage
|
|||
TITLE:=$(TITLE)
|
||||
SECTION:=kernel
|
||||
CATEGORY:=Kernel modules
|
||||
DEFAULT:=m
|
||||
DESCRIPTION:=$(DESCRIPTION)
|
||||
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION))'
|
||||
$(call KernelPackage/$(1))
|
||||
$(call KernelPackage/$(1)/$(KERNEL))
|
||||
endef
|
||||
|
||||
define Package/kmod-$(1)/install
|
||||
|
|
Loading…
Reference in a new issue