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
|
#!/bin/sh
|
||||||
|
|
||||||
populate_config_from_db() {
|
populate_config_from_db() {
|
||||||
|
. /lib/functions.sh
|
||||||
. /lib/network/utils.sh
|
include /lib/network
|
||||||
. /lib/network/port.sh
|
|
||||||
|
|
||||||
portorder="$(db -q get hw.board.ethernetPortOrder)"
|
portorder="$(db -q get hw.board.ethernetPortOrder)"
|
||||||
for port in $portorder; do
|
for port in $portorder; do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue