forked from Ivasoft/openwrt
ar71xx: add support for the UniFi AP Outdoor Plus
the GPIO controlling the rf filter is not configured properly by this patch. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44077
This commit is contained in:
@@ -738,6 +738,9 @@ ar71xx_board_detect() {
|
||||
*"UniFiAP Outdoor")
|
||||
name="unifi-outdoor"
|
||||
;;
|
||||
*"UniFiAP Outdoor+")
|
||||
name="unifi-outdoor-plus"
|
||||
;;
|
||||
*WP543)
|
||||
name="wp543"
|
||||
;;
|
||||
|
||||
@@ -369,6 +369,7 @@ platform_check_image() {
|
||||
return 1
|
||||
;;
|
||||
|
||||
unifi-outdoor-plus | \
|
||||
uap-pro)
|
||||
[ "$magic_long" != "19852003" ] && {
|
||||
echo "Invalid image type."
|
||||
@@ -484,6 +485,7 @@ platform_do_upgrade() {
|
||||
om5p)
|
||||
platform_do_upgrade_openmesh "$ARGV"
|
||||
;;
|
||||
unifi-outdoor-plus | \
|
||||
uap-pro)
|
||||
MTD_CONFIG_ARGS="-s 0x180000"
|
||||
default_do_upgrade "$ARGV"
|
||||
|
||||
Reference in New Issue
Block a user