diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:01:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:01:50 +0000 |
commit | b99b2ff55380e7cbf538e0d35b41e4030ee202e4 (patch) | |
tree | cb45428a0e05d7619fc78c0615f71d8a0cfab25b /target/linux/ramips/base-files/lib | |
parent | 0a42e38bad10f41d7effb430716d3a4851a90fd1 (diff) | |
download | upstream-b99b2ff55380e7cbf538e0d35b41e4030ee202e4.tar.gz upstream-b99b2ff55380e7cbf538e0d35b41e4030ee202e4.tar.bz2 upstream-b99b2ff55380e7cbf538e0d35b41e4030ee202e4.zip |
ramips: add userspace support for the Edimax BR-6425
[juhosg: remove sysupgrade changes]
Signed-off-by: Yuval Adam <yuv.adm@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35463
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-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 83dcc0e485..3f06da3693 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -56,6 +56,9 @@ ramips_board_name() { *"AirLive Air3GII") name="air3gii" ;; + *"Edimax BR-6425") + name="br6425" + ;; *"Allnet ALL0239-3G") name="all0239-3g" ;; |