machines.conf: add machine feature user-module to hw21
and remove the machine feature on hw26 since it is derived from hw21 machine config. BugzID: 73593 Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
1fe3fd0780
commit
b0a1d9ead2
|
|
@ -7,3 +7,4 @@ require am335x-nmhw21.conf
|
||||||
KERNEL_DEVICETREE = "am335x-hw26.dtb "
|
KERNEL_DEVICETREE = "am335x-hw26.dtb "
|
||||||
MACHINEOVERRIDES .= ":am335x-nmhw21"
|
MACHINEOVERRIDES .= ":am335x-nmhw21"
|
||||||
MACHINE_FEATURES += "pps"
|
MACHINE_FEATURES += "pps"
|
||||||
|
MACHINE_FEATURES_remove = "user-module"
|
||||||
|
|
|
||||||
|
|
@ -33,5 +33,6 @@ MACHINE_FEATURES += " \
|
||||||
neo-m8l \
|
neo-m8l \
|
||||||
wifi \
|
wifi \
|
||||||
ti-wifi \
|
ti-wifi \
|
||||||
|
user-module \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue