projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f370ef
)
ar71xx: AP136 user-space support
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 5 Jul 2012 08:26:50 +0000
(08:26 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 5 Jul 2012 08:26:50 +0000
(08:26 +0000)
SVN-Revision: 32608
target/linux/ar71xx/base-files/etc/diag.sh
patch
|
blob
|
history
target/linux/ar71xx/base-files/etc/uci-defaults/network
patch
|
blob
|
history
target/linux/ar71xx/base-files/lib/ar71xx.sh
patch
|
blob
|
history
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/etc/diag.sh
b/target/linux/ar71xx/base-files/etc/diag.sh
index 5c84f82ca3a5d8caebd9b40868aa79c77dbd1925..76518bd3cdfcb2359611cc931ab61a5fb18ff6c8 100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-33,6
+33,9
@@
get_status_led() {
alfa-nx)
status_led="alfa:green:led_8"
;;
+ ap136)
+ status_led="ap136:green:status"
+ ;;
ap81)
status_led="ap81:green:status"
;;
diff --git
a/target/linux/ar71xx/base-files/etc/uci-defaults/network
b/target/linux/ar71xx/base-files/etc/uci-defaults/network
index 521cffdbfd33b5fcd9af731d6d80b04ae1d68e90..3a5b704e74910e208c0a27f2585b859684818cfb 100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/
target/linux/ar71xx/base-files/etc/uci-defaults/network
@@
-62,6
+62,7
@@
routerstation-pro)
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
;;
+ap136 |\
rb-750gl |\
rb-751g |\
wzr-hp-g450h)
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 430242ed4002195e1d755022852b869d25c3c284..40e76d56f5a5c73ece99c59d1a72aa54ab5254b5 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-162,6
+162,9
@@
ar71xx_board_detect() {
*AP121-MINI)
name="ap121-mini"
;;
+ *"AP136 reference board")
+ name="ap136"
+ ;;
*AP81)
name="ap81"
;;
diff --git
a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 054d59171381b55d291428286373d47e71ccb03e..47a9354d15035cb69bb2854dc8f8e3beba6de6ab 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@
-82,6
+82,7
@@
platform_check_image() {
ap113 | \
ap121 | \
ap121-mini | \
+ ap136 | \
ap96 | \
db120 | \
hornet-ub | \