ar71xx: switch kernel to 4.14

This commit is contained in:
LEAN-ESX 2020-01-17 10:38:17 -08:00
parent 580a72e141
commit 77ab08c20c
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ FEATURES:=usbgadget
CPU_TYPE:=24kc
SUBTARGETS:=generic tiny nand mikrotik
KERNEL_PATCHVER:=4.9
KERNEL_PATCHVER:=4.14
include $(INCLUDE_DIR)/target.mk

View File

@ -79,7 +79,7 @@ static struct gpio_keys_button grentech_gpio_keys[] __initdata = {
static struct mdio_board_info grentech_mdio0_info[] = {
{
.bus_id = "ag71xx-mdio.0",
.phy_addr = 1,
.mdio_addr = 1,
},
};