diff options
author | Tony Butler <spudz76@gmail.com> | 2022-12-09 03:13:16 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-22 00:14:30 +0100 |
commit | 3b066a6581cc4291d261a672663630fce7f4e66f (patch) | |
tree | c0bf96397e407bd13393999d8da7127fd48ec720 /target/linux | |
parent | 39dcfcd98731ed1c011171ae3f44ac440fb817fc (diff) | |
download | upstream-3b066a6581cc4291d261a672663630fce7f4e66f.tar.gz upstream-3b066a6581cc4291d261a672663630fce7f4e66f.tar.bz2 upstream-3b066a6581cc4291d261a672663630fce7f4e66f.zip |
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 9a1ab8aa0398f93360bf54d81bcd332cd413c03f)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/image/vr9.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk index d17045b6db..deea399667 100644 --- a/target/linux/lantiq/image/vr9.mk +++ b/target/linux/lantiq/image/vr9.mk @@ -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 |