ramips: fixup-mac-address: add missing include
Add missing include of ramips.sh in order to import the missing ramips_board_name() procedure. Fixes FS#774. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
d8cfebaa50
commit
7f3ec01069
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
. /lib/functions/system.sh
|
. /lib/functions/system.sh
|
||||||
|
. /lib/ramips.sh
|
||||||
|
|
||||||
partname=""
|
partname=""
|
||||||
offset=""
|
offset=""
|
||||||
|
Loading…
Reference in New Issue
Block a user