shortcut-fe: disable sfe ecm autoload

This commit is contained in:
lean 2022-07-09 00:49:45 +08:00
parent 3490ed59c0
commit a6893cf1b8
2 changed files with 1 additions and 3 deletions

View File

@ -43,8 +43,6 @@ Shortcut is an in-Linux-kernel IP packet forwarding engine.
endef
define KernelPackage/shortcut-fe/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/etc/init.d/shortcut-fe $(1)/etc/init.d
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) ./files/usr/bin/sfe_dump $(1)/usr/bin
endef

View File

@ -15,7 +15,7 @@
#SFE connection manager has a lower priority, it should be started after other connection manager
#to detect the existence of connection manager with higher priority
START=99
START=70
have_cm() {
[ -d "/sys/kernel/debug/ecm" ] && echo 1 && return