From: Florian Fainelli Date: Sat, 4 Sep 2010 16:03:20 +0000 (+0000) Subject: [x86] add cpu msr kernel module package X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=f4e917f5aa57f1e897e3d2f39c6ab35e3fc96f8e [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 SVN-Revision: 22890 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 59ddde370a..18cd79faf9 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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