mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 10:43:50 +01:00
lantiq: vr9: include usb driver for fritz 7430
Reported by user: missing driver for USB; add to image definition
https://github.com/openwrt/openwrt/issues/11326
Resolves: #11326
Signed-off-by: Tony Butler <spudz76@gmail.com>
Acked-by: Aleksander Jan Bajkowski <olek2@wp.pl>
(cherry picked from commit 9a1ab8aa03)
This commit is contained in:
parent
39dcfcd987
commit
3b066a6581
1 changed files with 2 additions and 1 deletions
|
|
@ -197,7 +197,8 @@ define Device/avm_fritz7430
|
|||
DEVICE_MODEL := FRITZ!Box 7430
|
||||
KERNEL_SIZE := 4096k
|
||||
IMAGE_SIZE := 49152k
|
||||
DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic-wolfssl fritz-tffs-nand fritz-caldata
|
||||
DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader kmod-usb-dwc2 wpad-basic-wolfssl \
|
||||
fritz-tffs-nand fritz-caldata
|
||||
endef
|
||||
TARGET_DEVICES += avm_fritz7430
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue