fix: only include USB gadget kernels modules to recovery images
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
PACKAGE_INSTALL:append = " kernel-modules "
|
||||
PACKAGE_INSTALL:append = " \
|
||||
kernel-module-musb-hdrc \
|
||||
kernel-module-sunxi \
|
||||
kernel-module-libcomposite \
|
||||
kernel-module-usb-f-rndis \
|
||||
kernel-module-usb-f-mass-storage \
|
||||
kernel-module-usb-f-ecm \
|
||||
kernel-module-usb-f-eem \
|
||||
kernel-module-usb-f-serial \
|
||||
kernel-module-usb-f-acm \
|
||||
kernel-module-usb-f-hid \
|
||||
kernel-module-usb-f-fs \
|
||||
"
|
||||
image_patch:append () {
|
||||
# create /etc/fstab
|
||||
cat << EOF > ${IMAGE_ROOTFS}/etc/fstab
|
||||
|
||||
Reference in New Issue
Block a user