mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
port-management: inclide /lib/network
This commit is contained in:
parent
fac288f20b
commit
ce077af70f
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
populate_config_from_db() {
|
||||
|
||||
. /lib/network/utils.sh
|
||||
. /lib/network/port.sh
|
||||
. /lib/functions.sh
|
||||
include /lib/network
|
||||
|
||||
portorder="$(db -q get hw.board.ethernetPortOrder)"
|
||||
for port in $portorder; do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue