mirror of https://github.com/aredn/aredn.git
build: fix luasrcdiet-luci Makefile (#118)
This commit is contained in:
parent
eb05530582
commit
433a943579
|
@ -0,0 +1,17 @@
|
|||
From bb336671fff613b812b308c7eeeeda38608bda9d Mon Sep 17 00:00:00 2001
|
||||
From: Jaymin Patel <Jaymin.Patel@Sophos.com>
|
||||
Date: Mon, 30 Jul 2018 15:06:14 +0530
|
||||
Subject: [PATCH] fix compilation failure when luasrcdiet is being copied to
|
||||
non existing directory
|
||||
|
||||
Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
|
||||
--- a/feeds/luci/modules/luci-base/Makefile
|
||||
+++ b/feeds/luci/modules/luci-base/Makefile
|
||||
@@ -41,6 +41,7 @@ endef
|
||||
|
||||
define Host/Install
|
||||
$(INSTALL_DIR) $(1)/bin
|
||||
+ $(INSTALL_DIR) $(1)/lib/lua/5.1
|
||||
$(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
|
||||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/luasrcdiet $(1)/bin/luasrcdiet
|
||||
$(CP) $(HOST_BUILD_DIR)/luasrcdiet $(1)/lib/lua/5.1/
|
|
@ -1,5 +1,6 @@
|
|||
001-add_support_for_TP-Link_CPE510_v2.patch
|
||||
001-add_support_for_TP-Link_CPE210_v3.patch
|
||||
200-luasrcdiet-luci-build.patch
|
||||
700-cpe210.patch
|
||||
002-firmware-check-fix.patch
|
||||
701-extended-spectrum.patch
|
||||
|
|
Loading…
Reference in New Issue