initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
@@ -0,0 +1,2 @@
#!/bin/sh
iperf3 -s -1 > /tmp/iperf3.serv.log 2>&1
@@ -0,0 +1,4 @@
lxc.include = /usr/share/lxc/config/minimal.conf
lxc.hook.version = 1
lxc.hook.start-host = ip a add 192.168.1.1/24 dev lxc0
lxc.init.cmd = tini -g iperf3.sh
@@ -0,0 +1,6 @@
lxc.autodev = 0
lxc.net.0.type = veth
lxc.net.0.veth.pair = lxc0
lxc.net.0.name = eth0
lxc.net.0.flags = up
lxc.net.0.ipv4.address = 192.168.1.2/24