7a3e4972d1
- Updated buffers config; - Set eth2 as CPU port; - Added systemd service file to load bf_fpga.ko Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
7 lines
113 B
Bash
7 lines
113 B
Bash
#!/bin/sh
|
|
set -e
|
|
depmod -a
|
|
systemctl enable bfn-newport.service
|
|
systemctl start bfn-newport.service
|
|
#DEBHELPER#
|