Files
packages/lang/lua/luaossl/patches/900_fix_build_on_macos.patch
Alexandru Ardelean 7eebedcdfc lua: move Lua packages under lang/lua sub-folder
There are roughly 50 Lua packages.
It's about time we consider a proposal for moving all of them
under a lang/lua sub-folder.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2025-11-17 08:46:33 +02:00

16 lines
301 B
Diff

commit 8686cae32fc04045c1404c2febf84242c298bf0d
Author: Sergey V. Lobanov <sergey@lobanov.in>
Date: Fri Jan 7 23:00:03 2022 +0300
fix build on macos
OpenWrt is always Linux. Disable OS detection
--- a/mk/vendor.os
+++ b/mk/vendor.os
@@ -1,3 +1,3 @@
#!/bin/sh
-uname -s
+echo Linux