diff options
author | John Crispin <blogic@openwrt.org> | 2015-08-17 05:58:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-08-17 05:58:20 +0000 |
commit | bd7318bdb098dbe6de6c47cd9b51106c031bad9c (patch) | |
tree | e577430b669b92ddd0dc72bb649c61c81bd0de45 /target/linux/ramips/base-files | |
parent | 023c7108415a0f9c83ed7242547beb6585e8dcd7 (diff) | |
download | master-187ad058-bd7318bdb098dbe6de6c47cd9b51106c031bad9c.tar.gz master-187ad058-bd7318bdb098dbe6de6c47cd9b51106c031bad9c.tar.bz2 master-187ad058-bd7318bdb098dbe6de6c47cd9b51106c031bad9c.zip |
ramips: fix UPVEL model names
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46618 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-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") |