diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-29 11:01:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-29 11:01:17 +0000 |
commit | 1968a036e6394688dc4a76d5569ba69adf5bd0c3 (patch) | |
tree | 23d7e563b74359504abefab5624618987baeed5f /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 5b5a4abf83eb1c3d2a3403a6e61b682ebfe8e409 (diff) | |
download | upstream-1968a036e6394688dc4a76d5569ba69adf5bd0c3.tar.gz upstream-1968a036e6394688dc4a76d5569ba69adf5bd0c3.tar.bz2 upstream-1968a036e6394688dc4a76d5569ba69adf5bd0c3.zip |
ramips: add support for A5-V11 board (resubmit)
(Reposted due to an issue with the patchwork server during original submission)
Unbranded. Silkscreen on PCB is “A5-V11”, believed to be made by Bococom (or at least uses Bococom image encryption - as used on poray devices - but different key)
Signed-off-by: Gareth Bryan <gareth@mx9.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43102 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 88fa623d54..b2b299dc51 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -25,6 +25,9 @@ ramips_board_detect() { *"Edimax 3g-6200nl") name="3g-6200nl" ;; + *"A5-V11") + name="a5-v11" + ;; *"Airlink101 AR725W") name="ar725w" ;; |