1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 17:52:55 +03:00

[x86] add cpu msr kernel module package

This adds a separate kernel package for x86 cpu msr support.
MSR module is needed e.g. when updating coreboot bios on alix boards.

Signed-off-by: Roman Yeryomin <roman@advem.lv>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22890 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-09-04 16:03:20 +00:00
parent a802645888
commit a3eeda1387

View File

@ -55,6 +55,22 @@ endef
$(eval $(call KernelPackage,bluetooth))
define KernelPackage/cpu-msr
SUBMENU:=$(OTHER_MENU)
TITLE:=x86 CPU MSR support
DEPENDS:=@TARGET_x86
KCONFIG:=CONFIG_X86_MSR
FILES:=$(LINUX_DIR)/arch/x86/kernel/msr.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,20,msr)
endef
define KernelPackage/cpu-msr/description
Kernel module for Model Specific Registers support in x86 CPUs
endef
$(eval $(call KernelPackage,cpu-msr))
define KernelPackage/crc-ccitt
SUBMENU:=$(OTHER_MENU)
TITLE:=CRC-CCITT support