mock dependency generator: add support for mock-depends property
This commit is contained in:
parent
37b5c372f3
commit
e4c3c4e06e
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -z "$IF_MOCK_DEPENDS" ] && IF_MOCK_DEPENDS="eth0 eth1 eth2 eth3 eth4"
|
||||
|
||||
case "$PHASE" in
|
||||
depend) echo "eth0 eth1 eth2 eth3 eth4" ;;
|
||||
depend) echo "$IF_MOCK_DEPENDS" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue