bcm53xx: add missing system.sh include
It's needed for macaddr_add.
Fixes: 50efd403e6
("bcm53xx: set WAN MAC address to don't share one with LAN interface")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
4339e5ddb1
commit
ec10bb18f5
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# Copyright (C) 2011 OpenWrt.org
|
||||
#
|
||||
|
||||
. /lib/functions/system.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
|
Loading…
Reference in a new issue