[PATCH v2] ath79: add support for onion omega
    David Bauer 
    mail at david-bauer.net
       
    Sat Aug 14 05:39:48 PDT 2021
    
    
  
Hi Jan,
looks pretty solid to me.
On 8/14/21 2:33 PM, Jan-Niklas Burfeind wrote:
 ...
> +define Device/onion_omega
> +  $(Device/tplink-16mlzma)
> +  SOC := ar9331
> +  DEVICE_VENDOR := Onion
> +  DEVICE_MODEL := Omega
> +  DEVICE_PACKAGES := kmod-usb-core kmod-usb2
AR9331 uses a different USB2 host controller. It requires the
kmod-usb-chipidea2 package instead of kmod-usb2.
Also kmod-usb-core can be removed from the package set, as it is a
dependency for both.
Can you change the package set and verify USB works by plugging in
a device?
Best
David
> +  SUPPORTED_DEVICES += onion-omega
> +  KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | uImage lzma
> +  IMAGE_SIZE := 16192k
> +  TPLINK_HWID := 0x04700001
> +endef
> +TARGET_DEVICES += onion_omega
> +
>  define Device/openmesh_common_64k
>    DEVICE_VENDOR := OpenMesh
>    DEVICE_PACKAGES := uboot-envtools
> 
    
    
More information about the openwrt-devel
mailing list