projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
generic: rtl8366: add enable_port helper
[openwrt.git]
/
target
/
linux
/
adm5120
/
base-files
/
lib
/
adm5120.sh
diff --git
a/target/linux/adm5120/base-files/lib/adm5120.sh
b/target/linux/adm5120/base-files/lib/adm5120.sh
index
06e2aac
..
496fc06
100755
(executable)
--- a/
target/linux/adm5120/base-files/lib/adm5120.sh
+++ b/
target/linux/adm5120/base-files/lib/adm5120.sh
@@
-41,6
+41,10
@@
adm5120_detect() {
status_led="power"
sys_mtd_part="trx"
;;
+ "EB-214A"*)
+ status_led="power"
+ sys_mtd_part="firmware"
+ ;;
*)
;;
esac
This page took
0.024035 seconds
and
4
git commands to generate.