mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
vim: fix build on non-linux systems after upgrade
The configure script calls uname directly and assumes that it returns the system to build for. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
2
utils/vim/scripts/uname
Executable file
2
utils/vim/scripts/uname
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo "Linux"
|
||||
Reference in New Issue
Block a user