diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-23 14:27:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-23 14:27:10 +0000 |
commit | 20b3755c636143ca09bc13929ee30ccb6036b26c (patch) | |
tree | ddd07646b579c1b93b56fd20d7ab91590b76edb7 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | f3f765817f5e25368a7d6a3c8ed56dfc4a5b0a07 (diff) | |
download | upstream-20b3755c636143ca09bc13929ee30ccb6036b26c.tar.gz upstream-20b3755c636143ca09bc13929ee30ccb6036b26c.tar.bz2 upstream-20b3755c636143ca09bc13929ee30ccb6036b26c.zip |
ramips: add support for the Senao/EnGenius ESR-9753 board
Signed-off-by: Artur Wronowski <arteqw@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29603 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 7d45bde096..faed42162c 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -62,6 +62,9 @@ ramips_board_name() { *"DIR-600 B2") name="dir-600-b2" ;; + *"ESR-9753") + name="esr-9753" + ;; *"F5D8235 v2") name="f5d8235-v2" ;; |