mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 11:34:42 +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
|
define KernelPackage/Defaults
|
||||||
FILES:=
|
FILES:=
|
||||||
KCONFIG:=
|
KCONFIG:=m
|
||||||
AUTOLOAD:=
|
AUTOLOAD:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -67,8 +67,11 @@ define KernelPackage
|
|||||||
TITLE:=$(TITLE)
|
TITLE:=$(TITLE)
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
|
DEFAULT:=m
|
||||||
DESCRIPTION:=$(DESCRIPTION)
|
DESCRIPTION:=$(DESCRIPTION)
|
||||||
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION))'
|
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION))'
|
||||||
|
$(call KernelPackage/$(1))
|
||||||
|
$(call KernelPackage/$(1)/$(KERNEL))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/kmod-$(1)/install
|
define Package/kmod-$(1)/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user