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 | e9f281e2d65a67c32c7fe3c95d7e228cf1c33db7 (patch) | |
tree | 0f3c6c5c9508d5c6e19b22195e42a2c713439bbe /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 380051d86c21814e43813e4e5cb86b343aa81d34 (diff) | |
download | master-187ad058-e9f281e2d65a67c32c7fe3c95d7e228cf1c33db7.tar.gz master-187ad058-e9f281e2d65a67c32c7fe3c95d7e228cf1c33db7.tar.bz2 master-187ad058-e9f281e2d65a67c32c7fe3c95d7e228cf1c33db7.zip |
[ar71xx]: Netgear R6100 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43382 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |