mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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 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…
Add table
Reference in a new issue