From 5267a2aed65caf8342cc41ac5f40664f5f58d2bb Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Tue, 11 Aug 2020 23:28:54 +0800 Subject: [PATCH] shortcut-fe: drop useless file --- package/lean/shortcut-fe/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/lean/shortcut-fe/Makefile b/package/lean/shortcut-fe/Makefile index 99017f3f59..f0abdf82f0 100644 --- a/package/lean/shortcut-fe/Makefile +++ b/package/lean/shortcut-fe/Makefile @@ -37,12 +37,12 @@ define KernelPackage/shortcut-fe/Description 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 +#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 define KernelPackage/shortcut-fe-cm SECTION:=kernel