diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2021-12-22 12:45:52 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-06-20 14:29:12 -0700 |
commit | 0c9d07a3b4964d15f10d719fa81e0d47145b5950 (patch) | |
tree | 69cb6636b6c83a11dca99c75feec3b5b2a20a6d1 /target/linux/bcm47xx/base-files | |
parent | acff8aec0c629859fec4ebac2073c4fe37c8035a (diff) | |
download | upstream-0c9d07a3b4964d15f10d719fa81e0d47145b5950.tar.gz upstream-0c9d07a3b4964d15f10d719fa81e0d47145b5950.tar.bz2 upstream-0c9d07a3b4964d15f10d719fa81e0d47145b5950.zip |
bcm47xx: Updated devices database for Netgear WNR3500L V2
Update the device databases to contain an entry for the Netgear WNR3500L
v2 router, the same buttons and LEDs mapping as v1 is used.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'target/linux/bcm47xx/base-files')
-rw-r--r-- | target/linux/bcm47xx/base-files/etc/board.d/01_network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm47xx/base-files/etc/board.d/01_network b/target/linux/bcm47xx/base-files/etc/board.d/01_network index c3b43b5d37..bcc3af57f8 100644 --- a/target/linux/bcm47xx/base-files/etc/board.d/01_network +++ b/target/linux/bcm47xx/base-files/etc/board.d/01_network @@ -172,7 +172,8 @@ configure_by_model() { "Linksys E3000 V1" | \ "Linksys WRT610N V2" | \ "Netgear WNR3500 V2" | \ - "Netgear WNR3500L") + "Netgear WNR3500L" | \ + "Netgear WNR3500L V2") ucidef_add_switch "switch0" \ "0:wan" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "8@eth0" ;; |