mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-20 10:33:32 +00:00
silicon: fix kernel target
This commit is contained in:
parent
7293fb0e42
commit
4a5a6e637e
@ -1154,7 +1154,6 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,usb-net-asix))
|
$(eval $(call KernelPackage,usb-net-asix))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-net-asix-ax88179
|
define KernelPackage/usb-net-asix-ax88179
|
||||||
TITLE:=Kernel module for USB-to-Gigabit-Ethernet Asix convertors
|
TITLE:=Kernel module for USB-to-Gigabit-Ethernet Asix convertors
|
||||||
DEPENDS:=+kmod-libphy
|
DEPENDS:=+kmod-libphy
|
||||||
|
@ -9,7 +9,7 @@ BOARDNAME:=Apple Silicon family
|
|||||||
FEATURES:=audio boot-part ext4 fpu squashfs usbgadget
|
FEATURES:=audio boot-part ext4 fpu squashfs usbgadget
|
||||||
SUBTARGETS:=armv8
|
SUBTARGETS:=armv8
|
||||||
|
|
||||||
KERNEL_PATCHVER:=6.0
|
KERNEL_PATCHVER:=6.1
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware image for Apple Silicon family
|
Build firmware image for Apple Silicon family
|
||||||
|
Loading…
Reference in New Issue
Block a user