mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-07 13:31:34 +02:00
Our local copy of socat just contains a cross-compile hack which has been redone upstream. So import that to drop our local copy. I don't seem to have any hardware with a modem that socat can talk to, but basic network transactions work for me. BUG=chromium-os:24037 TEST=`emerge socat` works TEST=`emerge-arm-generic socat` works TEST=`emerge-amd64-generic socat` works TEST=`emerge-x86-generic socat` works TEST=`socat stdio tcp-l:12345` on the board connects with `nc <board>:12345` on desktop Change-Id: I1beb292a1e3aed09b945d187607b4dbe298459ea Reviewed-on: https://gerrit.chromium.org/gerrit/13001 Reviewed-by: David Rochberg <rochberg@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>