diff --git a/README.md b/README.md index 241dda83..564ef613 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ AirRouter HP | airrouter | 32Mb | stable Bullet M2/M2Ti/M5/M5Ti | bullet-m | 32Mb | stable Bullet Ti | bullet-m | 32Mb | stable Bullet M2 XW | rocket-m-xw | 64Mb | stable +LiteBeam M5 | lbe-m5 | 64Mb | stable NanoBeam-M2-13/16/19 | loco-m-xw | 32Mb | stable NanoBridge 2G18 | bullet-m | 32Mb | stable NanoBridge 5G22/25 | bullet-m | 32Mb | stable diff --git a/configs/ar71xx-generic.config b/configs/ar71xx-generic.config index 6922fab0..8bc05572 100644 --- a/configs/ar71xx-generic.config +++ b/configs/ar71xx-generic.config @@ -14,6 +14,7 @@ CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-nano-m=y CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m-ti=y CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m-xw=y CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m=y +CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-lbe-m5=y CONFIG_HAS_SUBTARGETS=y CONFIG_HAS_DEVICES=y CONFIG_TARGET_BOARD="ar71xx" diff --git a/files/www/cgi-bin/perlfunc.pm b/files/www/cgi-bin/perlfunc.pm index 46531793..32ab4484 100644 --- a/files/www/cgi-bin/perlfunc.pm +++ b/files/www/cgi-bin/perlfunc.pm @@ -1480,6 +1480,15 @@ sub hardware_info 'usechains' => 1, 'rfband' => '5800ubntus', }, + '0xe865' => { + 'name' => 'LiteBeam M5', + 'comment' => 'Testing LiteBeam M5', + 'supported' => '-1', + 'maxpower' => '19', + 'pwroffset' => '6', + 'usechains' => 1, + 'rfband' => '5800ubntus', + }, '0xe866' => { 'name' => 'NanoStation M2 XW', 'comment' => '',