patches: Update openwrt IB patches (again)
This commit is contained in:
parent
972be10249
commit
b9b297d3d5
@ -25,7 +25,7 @@ index 621bf579e70234da6f148f68d5451d0e2eed74a1..b6094a2f067385dae8ba49ab47c5b05b
|
|||||||
|
|
||||||
RUNDIR="$(readlink -f "$BIN")"; RUNDIR="${RUNDIR%/*}"
|
RUNDIR="$(readlink -f "$BIN")"; RUNDIR="${RUNDIR%/*}"
|
||||||
diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile
|
diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile
|
||||||
index 2aa193f6f9b08a7d2ef7f31c79dbc9d5800cd9c6..a5baf937127b83bf691f8f2c461bcfc5f4175a3d 100644
|
index 2aa193f6f9b08a7d2ef7f31c79dbc9d5800cd9c6..34ad6c4eaa2dbc29242d82e69b7dead19c7fd269 100644
|
||||||
--- a/target/imagebuilder/Makefile
|
--- a/target/imagebuilder/Makefile
|
||||||
+++ b/target/imagebuilder/Makefile
|
+++ b/target/imagebuilder/Makefile
|
||||||
@@ -122,6 +122,8 @@ endif
|
@@ -122,6 +122,8 @@ endif
|
||||||
@ -33,7 +33,7 @@ index 2aa193f6f9b08a7d2ef7f31c79dbc9d5800cd9c6..a5baf937127b83bf691f8f2c461bcfc5
|
|||||||
$(INSTALL_DIR) $(PKG_BUILD_DIR)/staging_dir/hostpkg/lib/lua; \
|
$(INSTALL_DIR) $(PKG_BUILD_DIR)/staging_dir/hostpkg/lib/lua; \
|
||||||
$(CP) $(STAGING_DIR_HOSTPKG)/lib/lua $(PKG_BUILD_DIR)/staging_dir/hostpkg/lib/; \
|
$(CP) $(STAGING_DIR_HOSTPKG)/lib/lua $(PKG_BUILD_DIR)/staging_dir/hostpkg/lib/; \
|
||||||
+ (cd $(PKG_BUILD_DIR); find staging_dir/hostpkg/lib/lua/ -type f | \
|
+ (cd $(PKG_BUILD_DIR); find staging_dir/hostpkg/lib/lua/ -type f | \
|
||||||
+ $(XARGS) $(SCRIPT_DIR)/bundle-libraries.sh $(PKG_BUILD_DIR)/staging_dir/hostpkg)
|
+ $(XARGS) $(SCRIPT_DIR)/bundle-libraries.sh $(PKG_BUILD_DIR)/staging_dir/hostpkg); \
|
||||||
fi
|
fi
|
||||||
# bundle
|
# bundle
|
||||||
(cd $(BUILD_DIR); \
|
(cd $(BUILD_DIR); \
|
||||||
|
Loading…
Reference in New Issue
Block a user