projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add support for Atheros AP96 reference 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
4b08e93
..
877bab2
100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-16,6
+16,9
@@
ar71xx_board_name() {
*AP83)
name="ap83"
;;
+ *AP96)
+ name="ap96"
+ ;;
*AW-NR580)
name="aw-nr580"
;;
This page took
0.024014 seconds
and
4
git commands to generate.