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
5f932988c3
commit
8451b06023
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
. /lib/functions.sh
|
||||
. /lib/functions/system.sh
|
||||
. /lib/ramips.sh
|
||||
|
||||
partname=""
|
||||
offset=""
|
||||
|
|
Loading…
Reference in a new issue