Browse Source

make CRC32 boolean

Waldemar Brodkorb 11 years ago
parent
commit
0ba7840683
2 changed files with 1 additions and 5 deletions
  1. 0 4
      mk/modules.mk
  2. 1 1
      target/linux/config/Config.in.lib

+ 0 - 4
mk/modules.mk

@@ -1736,10 +1736,6 @@ $(eval $(call KMOD_template,CRC16,crc16, \
 	$(MODULES_DIR)/kernel/lib/crc16 \
 ,01))
 
-$(eval $(call KMOD_template,CRC32,crc32, \
-	$(MODULES_DIR)/kernel/lib/crc32 \
-,01))
-
 #
 # parallel port support
 #

+ 1 - 1
target/linux/config/Config.in.lib

@@ -18,7 +18,7 @@ config ADK_KERNEL_CRC16
 
 config ADK_KERNEL_CRC32
 	prompt "CRC32 library functions"
-	tristate
+	boolean
 	default n
 	help