jody-w1 pcie driver: enable driver and load default firmware
use ublox modprobe.d config file for firmware loading BugzID: 58087 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
2bfe8d31c7
commit
ccae66f679
|
|
@ -0,0 +1,8 @@
|
|||
RDEPENDS_${PN}_remove = " ${PN}-wpa-supplicant ${PN}-hostapd"
|
||||
|
||||
# unblacklist pcie driver and fw files (default)
|
||||
do_configure_prepend () {
|
||||
for i in $(seq 1 4); do
|
||||
sed -e "${i}s/^#*/#/" -i ${WORKDIR}/jody-w1-driver-pcie.conf
|
||||
done
|
||||
}
|
||||
Loading…
Reference in New Issue