[OpenWrt-Devel] [PATCH] ath79: add support for Ubiquiti LiteBeam AC Gen2
mail at adrianschmutzler.de
mail at adrianschmutzler.de
Mon Dec 2 18:39:22 EST 2019
Hi Stijn,
does the device have a MAC address label or imprint on the box?
[...]
> +define Device/ubnt_litebeam-ac-gen2
> + $(Device/ubnt-wa)
> + DEVICE_TITLE := Ubiquiti LiteBeam AC Gen2
DEVICE_TITLE has been replaced by DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT. In your case, I'd choose:
DEVICE_MODEL := LiteBeam AC
DEVICE_VARIANT := Gen2
DEVICE_VENDOR is inherited from Device/ubnt.
> + DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
> + IMAGE_SIZE := 15744k
IMAGE_SIZE can be dropped here, it is inherited from Device/ubnt-wa.
> + IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
Can we reuse the IMAGE/factory.bin from Device/ubnt here? The only thing missing compared to your line is append-metadata ...
Best
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20191203/a8033bb4/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list