mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-10 14:34:13 +00:00
ath79: move ubnt-xm 64M RAM boards back to generic
return ubnt_rocket-m and ubnt_powerbridge-m back to ath79-generic They have enough RAM-ressources to not be considered as tiny. This reverts the commit f4415f7635164ec07ddc22f56df93555804b5767 partially Signed-off-by: Felix Baumann <felix.bau@gmx.de> (cherry picked from commit 9e86a96af5ecea6e73fa463d6cfa4408e2b49d35)
This commit is contained in:
parent
1a33e4b952
commit
ac34f6469e
@ -485,7 +485,9 @@ ubnt,bullet-m-xw|\
|
|||||||
ubnt,nanostation-loco-m-xw|\
|
ubnt,nanostation-loco-m-xw|\
|
||||||
ubnt,nanostation-m-xw|\
|
ubnt,nanostation-m-xw|\
|
||||||
ubnt,powerbeam-m2-xw|\
|
ubnt,powerbeam-m2-xw|\
|
||||||
ubnt,powerbeam-m5-xw)
|
ubnt,powerbeam-m5-xw|\
|
||||||
|
ubnt,powerbridge-m|\
|
||||||
|
ubnt,rocket-m)
|
||||||
ucidef_set_rssimon "wlan0" "200000" "1"
|
ucidef_set_rssimon "wlan0" "200000" "1"
|
||||||
ucidef_set_led_rssi "rssilow" "RSSILOW" "red:link1" "wlan0" "1" "100"
|
ucidef_set_led_rssi "rssilow" "RSSILOW" "red:link1" "wlan0" "1" "100"
|
||||||
ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "orange:link2" "wlan0" "26" "100"
|
ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "orange:link2" "wlan0" "26" "100"
|
||||||
|
@ -110,7 +110,9 @@ ath79_setup_interfaces()
|
|||||||
ubnt,powerbeam-5ac-gen2|\
|
ubnt,powerbeam-5ac-gen2|\
|
||||||
ubnt,powerbeam-m2-xw|\
|
ubnt,powerbeam-m2-xw|\
|
||||||
ubnt,powerbeam-m5-xw|\
|
ubnt,powerbeam-m5-xw|\
|
||||||
|
ubnt,powerbridge-m|\
|
||||||
ubnt,rocket-5ac-lite|\
|
ubnt,rocket-5ac-lite|\
|
||||||
|
ubnt,rocket-m|\
|
||||||
ubnt,unifiac-lite|\
|
ubnt,unifiac-lite|\
|
||||||
ubnt,unifiac-lr|\
|
ubnt,unifiac-lr|\
|
||||||
ubnt,unifiac-mesh|\
|
ubnt,unifiac-mesh|\
|
||||||
@ -785,6 +787,8 @@ ath79_setup_macs()
|
|||||||
wan_mac=$(mtd_get_mac_text mac 0x18)
|
wan_mac=$(mtd_get_mac_text mac 0x18)
|
||||||
label_mac=$wan_mac
|
label_mac=$wan_mac
|
||||||
;;
|
;;
|
||||||
|
ubnt,powerbridge-m|\
|
||||||
|
ubnt,rocket-m|\
|
||||||
ubnt,unifi)
|
ubnt,unifi)
|
||||||
label_mac=$(cat /sys/class/ieee80211/phy0/macaddress)
|
label_mac=$(cat /sys/class/ieee80211/phy0/macaddress)
|
||||||
;;
|
;;
|
||||||
|
@ -109,6 +109,10 @@ case "$FIRMWARE" in
|
|||||||
tplink,tl-wr842n-v1)
|
tplink,tl-wr842n-v1)
|
||||||
caldata_extract "art" 0x1000 0x3e0
|
caldata_extract "art" 0x1000 0x3e0
|
||||||
;;
|
;;
|
||||||
|
ubnt,powerbridge-m|\
|
||||||
|
ubnt,rocket-m)
|
||||||
|
caldata_extract "art" 0x1000 0x1000
|
||||||
|
;;
|
||||||
wd,mynet-n600|\
|
wd,mynet-n600|\
|
||||||
wd,mynet-n750)
|
wd,mynet-n750)
|
||||||
caldata_extract "art" 0x5000 0x440
|
caldata_extract "art" 0x5000 0x440
|
||||||
|
@ -158,6 +158,15 @@ define Device/ubnt_powerbeam-m5-xw
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_powerbeam-m5-xw
|
TARGET_DEVICES += ubnt_powerbeam-m5-xw
|
||||||
|
|
||||||
|
define Device/ubnt_powerbridge-m
|
||||||
|
$(Device/ubnt-xm)
|
||||||
|
SOC := ar7241
|
||||||
|
DEVICE_MODEL := PowerBridge M
|
||||||
|
DEVICE_PACKAGES += rssileds
|
||||||
|
SUPPORTED_DEVICES += bullet-m
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += ubnt_powerbridge-m
|
||||||
|
|
||||||
define Device/ubnt_rocket-5ac-lite
|
define Device/ubnt_rocket-5ac-lite
|
||||||
$(Device/ubnt-xc)
|
$(Device/ubnt-xc)
|
||||||
SOC := qca9558
|
SOC := qca9558
|
||||||
@ -167,6 +176,15 @@ define Device/ubnt_rocket-5ac-lite
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_rocket-5ac-lite
|
TARGET_DEVICES += ubnt_rocket-5ac-lite
|
||||||
|
|
||||||
|
define Device/ubnt_rocket-m
|
||||||
|
$(Device/ubnt-xm)
|
||||||
|
SOC := ar7241
|
||||||
|
DEVICE_MODEL := Rocket M
|
||||||
|
DEVICE_PACKAGES += rssileds
|
||||||
|
SUPPORTED_DEVICES += rocket-m
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += ubnt_rocket-m
|
||||||
|
|
||||||
define Device/ubnt_routerstation_common
|
define Device/ubnt_routerstation_common
|
||||||
DEVICE_PACKAGES := -kmod-ath9k -wpad-basic-mbedtls -uboot-envtools kmod-usb-ohci \
|
DEVICE_PACKAGES := -kmod-ath9k -wpad-basic-mbedtls -uboot-envtools kmod-usb-ohci \
|
||||||
kmod-usb2 fconfig
|
kmod-usb2 fconfig
|
||||||
|
@ -70,21 +70,3 @@ define Device/ubnt_nanostation-loco-m
|
|||||||
DEFAULT := n
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_nanostation-loco-m
|
TARGET_DEVICES += ubnt_nanostation-loco-m
|
||||||
|
|
||||||
define Device/ubnt_powerbridge-m
|
|
||||||
$(Device/ubnt-xm)
|
|
||||||
SOC := ar7241
|
|
||||||
DEVICE_MODEL := PowerBridge M
|
|
||||||
DEVICE_PACKAGES += rssileds
|
|
||||||
SUPPORTED_DEVICES += bullet-m
|
|
||||||
endef
|
|
||||||
TARGET_DEVICES += ubnt_powerbridge-m
|
|
||||||
|
|
||||||
define Device/ubnt_rocket-m
|
|
||||||
$(Device/ubnt-xm)
|
|
||||||
SOC := ar7241
|
|
||||||
DEVICE_MODEL := Rocket M
|
|
||||||
DEVICE_PACKAGES += rssileds
|
|
||||||
SUPPORTED_DEVICES += rocket-m
|
|
||||||
endef
|
|
||||||
TARGET_DEVICES += ubnt_rocket-m
|
|
||||||
|
@ -116,9 +116,7 @@ ubnt,bullet-m-ar7241|\
|
|||||||
ubnt,nanobridge-m|\
|
ubnt,nanobridge-m|\
|
||||||
ubnt,nanostation-loco-m|\
|
ubnt,nanostation-loco-m|\
|
||||||
ubnt,nanostation-m|\
|
ubnt,nanostation-m|\
|
||||||
ubnt,picostation-m|\
|
ubnt,picostation-m)
|
||||||
ubnt,powerbridge-m|\
|
|
||||||
ubnt,rocket-m)
|
|
||||||
ucidef_set_rssimon "wlan0" "200000" "1"
|
ucidef_set_rssimon "wlan0" "200000" "1"
|
||||||
ucidef_set_led_rssi "rssilow" "RSSILOW" "red:link1" "wlan0" "1" "100"
|
ucidef_set_led_rssi "rssilow" "RSSILOW" "red:link1" "wlan0" "1" "100"
|
||||||
ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "orange:link2" "wlan0" "26" "100"
|
ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "orange:link2" "wlan0" "26" "100"
|
||||||
|
@ -54,9 +54,7 @@ ath79_setup_interfaces()
|
|||||||
ubnt,bullet-m-ar7241|\
|
ubnt,bullet-m-ar7241|\
|
||||||
ubnt,nanobridge-m|\
|
ubnt,nanobridge-m|\
|
||||||
ubnt,picostation-m|\
|
ubnt,picostation-m|\
|
||||||
ubnt,nanostation-loco-m|\
|
ubnt,nanostation-loco-m)
|
||||||
ubnt,powerbridge-m|\
|
|
||||||
ubnt,rocket-m)
|
|
||||||
ucidef_set_interface_lan "eth0"
|
ucidef_set_interface_lan "eth0"
|
||||||
;;
|
;;
|
||||||
engenius,enh202-v1)
|
engenius,enh202-v1)
|
||||||
@ -135,9 +133,7 @@ ath79_setup_macs()
|
|||||||
ubnt,nanobridge-m|\
|
ubnt,nanobridge-m|\
|
||||||
ubnt,nanostation-loco-m|\
|
ubnt,nanostation-loco-m|\
|
||||||
ubnt,nanostation-m|\
|
ubnt,nanostation-m|\
|
||||||
ubnt,picostation-m|\
|
ubnt,picostation-m)
|
||||||
ubnt,powerbridge-m|\
|
|
||||||
ubnt,rocket-m)
|
|
||||||
label_mac=$(cat /sys/class/ieee80211/phy0/macaddress)
|
label_mac=$(cat /sys/class/ieee80211/phy0/macaddress)
|
||||||
;;
|
;;
|
||||||
tplink,tl-wr941-v2|\
|
tplink,tl-wr941-v2|\
|
||||||
|
@ -43,9 +43,7 @@ case "$FIRMWARE" in
|
|||||||
ubnt,nanobridge-m|\
|
ubnt,nanobridge-m|\
|
||||||
ubnt,nanostation-loco-m|\
|
ubnt,nanostation-loco-m|\
|
||||||
ubnt,nanostation-m|\
|
ubnt,nanostation-m|\
|
||||||
ubnt,picostation-m|\
|
ubnt,picostation-m)
|
||||||
ubnt,powerbridge-m|\
|
|
||||||
ubnt,rocket-m)
|
|
||||||
caldata_extract "art" 0x1000 0x1000
|
caldata_extract "art" 0x1000 0x1000
|
||||||
;;
|
;;
|
||||||
pqi,air-pen)
|
pqi,air-pen)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user