Skip to content

Commit 88f91f4

Browse files
committed
Added vim binary for IoT build.
1 parent 3dc6137 commit 88f91f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

install_iot_libs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/sh
22

3-
echo "installing hostapd, libnl 1.1, rsync, and busybox-i586 binaries"
3+
echo "installing hostapd, libnl 1.1, rsync, vim, and busybox-i586 binaries"
44
cd iotkd_libs/
55
cp libnl.so.1 /usr/lib
66
cp hostapd /usr/bin
77
cp hostapd_cli /usr/bin
88
cp busybox-i586 /usr/bin
99
cp rsync /usr/bin
10+
cp vim /usr/local/bin

iotkd_libs/vim

2.01 MB
Binary file not shown.

0 commit comments

Comments
 (0)