From: Hauke Mehrtens Date: Sun, 13 Oct 2013 19:27:24 +0000 (+0000) Subject: brcm47xx: fix detection of some boards X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=551a250e5853d3aecd82f04b063515bffed9f4d0;hp=aac26bfbca96f8405dac0d2450e51d76535e6727;p=openwrt%2Fstaging%2Fyousong.git brcm47xx: fix detection of some boards This adds some more boards. This fixes parts of #14316 and #14133. Signed-off-by: Hauke Mehrtens SVN-Revision: 38383 --- diff --git a/target/linux/brcm47xx/patches-3.10/075-MIPS-BCM47XX-fix-detection-of-some-boards.patch b/target/linux/brcm47xx/patches-3.10/075-MIPS-BCM47XX-fix-detection-of-some-boards.patch new file mode 100644 index 0000000000..839760c855 --- /dev/null +++ b/target/linux/brcm47xx/patches-3.10/075-MIPS-BCM47XX-fix-detection-of-some-boards.patch @@ -0,0 +1,20 @@ +From 2beb91164802b1cbfda369564d3371b3ff649eec Mon Sep 17 00:00:00 2001 +From: Hauke Mehrtens +Date: Sun, 13 Oct 2013 16:05:49 +0200 +Subject: [PATCH 6/6] MIPS: BCM47XX: fix detection of some boards + +This adds some more boards + +Signed-off-by: Hauke Mehrtens +--- a/arch/mips/bcm47xx/board.c ++++ b/arch/mips/bcm47xx/board.c +@@ -56,6 +56,9 @@ struct bcm47xx_board_type_list1 bcm47xx_ + /* hardware_version */ + static const + struct bcm47xx_board_type_list1 bcm47xx_board_list_hardware_version[] __initconst = { ++ {{BCM47XX_BOARD_ASUS_RTN10U, "Asus RT-N10U"}, "RTN10U"}, ++ {{BCM47XX_BOARD_ASUS_RTN12, "Asus RT-N12"}, "RT-N12"}, ++ {{BCM47XX_BOARD_ASUS_RTN12D1, "Asus RT-N12D1"}, "RTN12D1"}, + {{BCM47XX_BOARD_ASUS_RTN16, "Asus RT-N16"}, "RT-N16-"}, + {{BCM47XX_BOARD_ASUS_WL320GE, "Asus WL320GE"}, "WL320G-"}, + {{BCM47XX_BOARD_ASUS_WL330GE, "Asus WL330GE"}, "WL330GE-"},