diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-11-26 08:28:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-11-26 08:28:22 +0000 |
commit | 15f6f67d18bea6174d026d6af944f4553bcc3c98 (patch) | |
tree | c684fad218e062da2678a7beaa426ff319b68e61 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 9f803fca447d570ebab89fa5ed6ccf4e9f31632d (diff) | |
download | upstream-15f6f67d18bea6174d026d6af944f4553bcc3c98.tar.gz upstream-15f6f67d18bea6174d026d6af944f4553bcc3c98.tar.bz2 upstream-15f6f67d18bea6174d026d6af944f4553bcc3c98.zip |
Netgear R6100 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43382
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 30163fb21b..8dde6ef707 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -701,6 +701,9 @@ ar71xx_board_detect() { *"WNDR3700/WNDR3800/WNDRMAC") wndr3700_board_detect "$machine" ;; + *"R6100") + name="r6100" + ;; *"WNDR3700v4") name="wndr3700v4" ;; |