2
0
forked from Ivasoft/openwrt

brcm2708: update linux 4.9 patches to latest version

As usual these patches were extracted and rebased from the raspberry pi repo:
https://github.com/raspberrypi/linux/tree/rpi-4.9.y

- Remove led1 from diag.sh for RPi3 since it causes boot issues.
- Fix modules.mk typos.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2017-03-04 19:37:50 +01:00
parent f229f4af31
commit baad22eed3
203 changed files with 8458 additions and 2012 deletions

View File

@@ -12,8 +12,7 @@ set_state() {
status_led="led0"
;;
rpi-b-plus |\
rpi-2-b |\
rpi-3-b)
rpi-2-b)
status_led="led1"
;;
esac