mirror of
				https://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 04:18:45 +00:00 
			
		
		
		
	This will allow more flexibility in using PHY drivers as kmods. Signed-off-by: Mantas Pucka <mantas@8devices.com> Link: https://github.com/openwrt/openwrt/pull/18435 Signed-off-by: Robert Marko <robimarko@gmail.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			504 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			504 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include $(TOPDIR)/rules.mk
 | 
						|
 | 
						|
ARCH:=aarch64
 | 
						|
BOARD:=qualcommbe
 | 
						|
BOARDNAME:=Qualcomm Atheros 802.11be WiSoC-s
 | 
						|
FEATURES:=squashfs ramdisk fpu nand rtc emmc source-only
 | 
						|
KERNELNAME:=Image
 | 
						|
CPU_TYPE:=cortex-a53
 | 
						|
SUBTARGETS:=ipq95xx
 | 
						|
 | 
						|
KERNEL_PATCHVER:=6.12
 | 
						|
 | 
						|
include $(INCLUDE_DIR)/target.mk
 | 
						|
DEFAULT_PACKAGES += \
 | 
						|
	kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \
 | 
						|
	kmod-leds-gpio kmod-gpio-button-hotplug \
 | 
						|
	kmod-qcom-ppe \
 | 
						|
	wpad-basic-mbedtls uboot-envtools \
 | 
						|
	e2fsprogs kmod-fs-ext4 losetup
 | 
						|
 | 
						|
$(eval $(call BuildTarget))
 |