add support for generic eb214a, thanks cezary (#7027)

SVN-Revision: 22275
This commit is contained in:
Florian Fainelli
2010-07-18 10:29:58 +00:00
parent 8b2e8f6674
commit 370e1f64de
17 changed files with 179 additions and 6 deletions

View File

@@ -41,6 +41,10 @@ adm5120_detect() {
status_led="power"
sys_mtd_part="trx"
;;
"EB-214A"*)
status_led="power"
sys_mtd_part="firmware"
;;
*)
;;
esac