From 87ba46edf35c7f1690ff6648574b3c92b25743fd Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 17 Feb 2009 22:54:11 +0000 Subject: [PATCH] Add CRC16 kernel module git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14548 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index a75195a6b..fb0eb9c67 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -52,6 +52,21 @@ endef $(eval $(call KernelPackage,crc7)) +define KernelPackage/crc16 + SUBMENU:=$(OTHER_MENU) + TITLE:=CRC16 support + KCONFIG:=CONFIG_CRC16 + FILES:=$(LINUX_DIR)/lib/crc16.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,20,crc16) +endef + +define KernelPackage/crc16/description + Kernel module for CRC16 support +endef + +$(eval $(call KernelPackage,crc16)) + + define KernelPackage/eeprom-93cx6 SUBMENU:=$(OTHER_MENU) TITLE:=EEPROM 93CX6 support -- 2.35.1