projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: add initial support for the OpenMesh OM2P board
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
lib
/
ar71xx.sh
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index
ea8334f
..
cba0da0
100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-64,6
+64,9
@@
ar71xx_board_name() {
*"NBG460N/550N/550NH")
name="nbg460n_550n_550nh"
;;
+ *OM2P)
+ name="om2p"
+ ;;
*PB42)
name="pb42"
;;
This page took
0.026782 seconds
and
4
git commands to generate.