nrhw20:fct: Add custom network configuration
The config for the fct image should use a different IP address on each port of the switch instead of bridging
This commit is contained in:
parent
e9a636b8d5
commit
3f51170eb5
Binary file not shown.
|
|
@ -0,0 +1,6 @@
|
|||
require recipes-connectivity/networkmanager/networkmanager_1.4.4.bb
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
FILESEXTRAPATHS_append := ":${THISDIR}/networkmanager"
|
||||
|
||||
PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[device]
|
||||
wifi.scan-rand-mac-address=no
|
||||
Binary file not shown.
|
|
@ -1,5 +1,3 @@
|
|||
FILESEXTRAPAHT_prepend := "${THISDIR}/${PN}/${MACHINE}:"
|
||||
|
||||
SUMMARY = "NetworkManager"
|
||||
SECTION = "net/misc"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue