projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98870f
)
AP121 target: fix board detection in ar71xx.sh
author
John Crispin
<john@openwrt.org>
Fri, 4 Mar 2016 08:33:38 +0000
(08:33 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 4 Mar 2016 08:33:38 +0000
(08:33 +0000)
Signed-off-by: Attila Lendvai <attila@lendvai.name>
SVN-Revision: 48916
target/linux/ar71xx/base-files/lib/ar71xx.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 3203273d5750aa7af199216213c639de8698e8bb..804f622983793adc0f84b09b7f0460a0ba6e0e88 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-369,7
+369,7
@@
ar71xx_board_detect() {
*AP113)
name="ap113"
;;
- *
AP121
)
+ *
"AP121 reference board"
)
name="ap121"
;;
*AP121-MINI)