1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Install re2c on on 5.4 and ipq4xx

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-05-06 10:28:32 +02:00
parent 78cbf848f8
commit d26e4ed6b0

View file

@ -19,6 +19,7 @@ define KernelPackage/r2ec
TITLE:=STM32 R2EC (Router to Embedded board Communication) Driver
FILES:=$(PKG_BUILD_DIR)/r2ec.ko
AUTOLOAD:=$(call AutoLoad,30,r2ec,1)
DEPENDS:=@TARGET_ipq40xx @LINUX_5.4
KCONFIG:=
endef