Explorar el Código

bcm53xx: switch to kernel 4.4

Initially 4.4 didn't work on bcm53xx because network was breaking few
seconds after setting interfaces. It's fixed since r48059 (switching
from 4.4-rc5 to 4.4-rc7).

Signed-off-by: Rafał Miłecki <[email protected]>

SVN-Revision: 48510
Rafał Miłecki hace 10 años
padre
commit
39f1157075
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/linux/bcm53xx/Makefile

+ 1 - 1
target/linux/bcm53xx/Makefile

@@ -13,7 +13,7 @@ FEATURES:=squashfs nand usb pci pcie gpio
 MAINTAINER:=Hauke Mehrtens <[email protected]>
 CPU_TYPE:=cortex-a9
 
-KERNEL_PATCHVER:=4.1
+KERNEL_PATCHVER:=4.4
 
 include $(INCLUDE_DIR)/target.mk