X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c44ee422c3f7fb736b69ded2793a3673d0e51266..59f0b5d7218274f52c546fbf61d3e6c30472632d:/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c index 27fad6ad9..7aed11d02 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c @@ -51,7 +51,7 @@ static struct mtd_partition dir_300b_partitions[] = { }, { .name = "kernel", .offset = 0x050000, - .size = 0x090000, + .size = 0x0f0000, }, { .name = "rootfs", .offset = 0x140000, @@ -91,14 +91,14 @@ static struct gpio_button dir_300b_gpio_buttons[] __initdata = { { .desc = "reset", .type = EV_KEY, - .code = BTN_0, + .code = KEY_RESTART, .threshold = 3, .gpio = DIR_300B_GPIO_BUTTON_RESET, .active_low = 1, }, { .desc = "wps", .type = EV_KEY, - .code = BTN_1, + .code = KEY_WPS_BUTTON, .threshold = 3, .gpio = DIR_300B_GPIO_BUTTON_WPS, .active_low = 1, @@ -117,6 +117,7 @@ static void __init dir_300b_init(void) ARRAY_SIZE(dir_300b_gpio_buttons), dir_300b_gpio_buttons); rt305x_register_wifi(); + rt305x_register_wdt(); } MIPS_MACHINE(RAMIPS_MACH_DIR_300_REVB, "DIR-300-revB", "D-Link DIR-300 revB",