diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 05:58:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 05:58:20 +0000 |
commit | 7bf1db0dcb625f1e20728eeb57e2f62ec8a75c84 (patch) | |
tree | dd8f425b5b75190fb37df0c1250454f1a2dd9324 /target/linux/ramips/base-files/lib | |
parent | a0b8c601341bfc8684f962e27715dd18a4d667a8 (diff) | |
download | upstream-7bf1db0dcb625f1e20728eeb57e2f62ec8a75c84.tar.gz upstream-7bf1db0dcb625f1e20728eeb57e2f62ec8a75c84.tar.bz2 upstream-7bf1db0dcb625f1e20728eeb57e2f62ec8a75c84.zip |
ramips: fix UPVEL model names
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46618
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index fa90243193..9e7f4e5988 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -370,10 +370,10 @@ ramips_board_detect() { *"WR512-3GN-like router") name="wr512-3gn" ;; - *"UR-326N4G Wireless N router") + *"UPVEL UR-326N4G") name="ur-326n4g" ;; - *"UR-336UN Wireless N router") + *"UPVEL UR-336UN") name="ur-336un" ;; *"AWB WR6202") |