diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-14 20:51:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-14 20:51:26 +0000 |
commit | 0c38d36488943095722376ad16a63b4ded86f5de (patch) | |
tree | cef1bc98888d8c9e67be41d4c9f7226399bb60c5 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 7076d74b21d73b7a18d00041f7e161d05f729bfd (diff) | |
download | upstream-0c38d36488943095722376ad16a63b4ded86f5de.tar.gz upstream-0c38d36488943095722376ad16a63b4ded86f5de.tar.bz2 upstream-0c38d36488943095722376ad16a63b4ded86f5de.zip |
ramips: add support for Omnima MiniEMBWiFi board
This patch adds support for the Omnima MiniEMBWiFi
Ralink RT3050F based board.
Based on a patch by Ivan Ignjatic <ivan at omnima.co.uk>
SVN-Revision: 29533
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 b41a153ca9..7d45bde096 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -80,6 +80,9 @@ ramips_board_name() { *"NW718") name="nw718" ;; + *"Omnima MiniEMBWiFi") + name="omni-emb" + ;; *"PWH2004") name="pwh2004" ;; |