Remove confusing Rocket addition to Bullet image (#1250)

This commit is contained in:
Tim Wilkinson 2024-06-30 08:44:28 -07:00 committed by GitHub
parent b3298b190b
commit 3a67041011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -420,3 +420,15 @@
ubnt,nanobeam-ac|\ ubnt,nanobeam-ac|\
ubnt,nanobeam-2ac-13|\ ubnt,nanobeam-2ac-13|\
ubnt,nanobeam-ac-gen2|\ ubnt,nanobeam-ac-gen2|\
--- a/target/linux/ath79/image/generic-ubnt.mk
+++ b/target/linux/ath79/image/generic-ubnt.mk
@@ -28,9 +28,6 @@
define Device/ubnt_bullet-m-xw
$(Device/ubnt-xw)
DEVICE_MODEL := Bullet M
- DEVICE_ALT0_VENDOR := Ubiquiti
- DEVICE_ALT0_MODEL := Rocket M
- DEVICE_ALT0_VARIANT := XW
DEVICE_PACKAGES += rssileds
SUPPORTED_DEVICES += bullet-m-xw
endef