Skip to content
Snippets Groups Projects
Commit 0c1fb792 authored by Jonas Höglund's avatar Jonas Höglund
Browse files

Only run marvell init script for XG6846B.

parent 09341e92
Branches
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@ START=20
USE_PROCD=1
boot() {
# Only run for XG6846B board
[ $(db -q get hw.board.model_name) != XG6846B ] && exit 0
disable_addr_learn
port_mapping
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment