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
This commit is contained in:
Gabor Juhos
2011-12-14 20:51:26 +00:00
parent 7076d74b21
commit 0c38d36488
11 changed files with 140 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ preinit_set_mac_address() {
ifconfig eth0 hw ether $mac 2>/dev/null
;;
hw550-3g |\
nbg-419n)
nbg-419n |\
omni-emb)
mac=$(ramips_get_mac_binary factory 40)
ifconfig eth0 hw ether $mac 2>/dev/null
;;