mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-18 13:06:51 +00:00
kernel: Adapt moved crodic.ko module
The module was moved in the kernel, adapt OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
c4437d4e08
commit
aa39bbc2ca
@ -251,7 +251,8 @@ define KernelPackage/lib-cordic
|
||||
SUBMENU:=$(LIB_MENU)
|
||||
TITLE:=Cordic function support
|
||||
KCONFIG:=CONFIG_CORDIC
|
||||
FILES:=$(LINUX_DIR)/lib/cordic.ko
|
||||
FILES:=$(LINUX_DIR)/lib/cordic.ko@lt5.2 \
|
||||
$(LINUX_DIR)/lib/math/cordic.ko@ge5.2
|
||||
AUTOLOAD:=$(call AutoProbe,cordic)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user