[source] bcm53xx: add missing system.sh include
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 7 02:47:37 PST 2017
rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/ec10bb18f5fab162c4ba5ec10bfe9844cc2347e2
commit ec10bb18f5fab162c4ba5ec10bfe9844cc2347e2
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Feb 7 11:43:49 2017 +0100
bcm53xx: add missing system.sh include
It's needed for macaddr_add.
Fixes: 50efd403e67c ("bcm53xx: set WAN MAC address to don't share one with LAN interface")
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
target/linux/bcm53xx/base-files/etc/board.d/02_network | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network
index fa2837c..89bd544 100755
--- a/target/linux/bcm53xx/base-files/etc/board.d/02_network
+++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network
@@ -3,6 +3,7 @@
# Copyright (C) 2011 OpenWrt.org
#
+. /lib/functions/system.sh
. /lib/functions/uci-defaults.sh
board_config_update
More information about the lede-commits
mailing list