mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-20 16:11:59 +04:00
kernel: modules: slhc: remove CRC_CCITT depends
slhc does not depends on CRC_CCITT according to kernel Kconfig. Signed-off-by: Qingfang Deng <dqfext@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23464 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
committed by
Jonas Jelonek
parent
24662e811e
commit
0160d8b7b9
@@ -557,7 +557,6 @@ define KernelPackage/slhc
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
HIDDEN:=1
|
||||
TITLE:=Serial Line Header Compression
|
||||
DEPENDS:=+kmod-lib-crc-ccitt
|
||||
KCONFIG:=CONFIG_SLHC
|
||||
FILES:=$(LINUX_DIR)/drivers/net/slip/slhc.ko
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user