Add CRC16 kernel module
SVN-Revision: 14548
This commit is contained in:
parent
eed095a173
commit
87a2d3888c
1 changed files with 15 additions and 0 deletions
|
@ -52,6 +52,21 @@ endef
|
||||||
$(eval $(call KernelPackage,crc7))
|
$(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
|
define KernelPackage/eeprom-93cx6
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=EEPROM 93CX6 support
|
TITLE:=EEPROM 93CX6 support
|
||||||
|
|
Loading…
Reference in a new issue