add n900 firmware; fix udev wlan rule

This commit is contained in:
parazyd 2016-10-16 22:25:49 +02:00
parent ba90992a6c
commit b69f56b29b
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,10 @@ prebuild() {
mkdir -p $R/tmp/kernels/$device_name
print 1 | sudo tee $strapdir/boot/keep
## the wl1251 driver generates a random MAC address on every boot
## this "fixes" udev so it does not autoincrement the interface number each
## time the device boots
print "#" | sudo tee $strapdir/etc/udev/rules.d/75-persistent-net-generator.rules
}
postbuild() {

Binary file not shown.