mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
fix kernel module defaults
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4201 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aa4721eb38
commit
40224d8b95
@ -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 New Issue
Block a user