From: hauke Date: Sun, 13 Oct 2013 19:27:24 +0000 (+0000) Subject: brcm47xx: fix detection of some boards X-Git-Tag: fast2504n-3.10.28-merged~1083 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=5b0d23259d2deb54b7b1fb1f54b52f8e013667ed;p=openwrt.git brcm47xx: fix detection of some boards This adds some more boards. This fixes parts of #14316 and #14133. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38383 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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-"},