diff --git a/recipes-kernel/linux/linux-am335x-joel-3.1/defconfig b/recipes-kernel/linux/linux-am335x-joel-3.1/defconfig index 93b060dd..5d419765 100644 --- a/recipes-kernel/linux/linux-am335x-joel-3.1/defconfig +++ b/recipes-kernel/linux/linux-am335x-joel-3.1/defconfig @@ -2585,7 +2585,7 @@ CONFIG_USB_FUNCTIONFS=m # CONFIG_USB_FUNCTIONFS_ETH is not set CONFIG_USB_FUNCTIONFS_RNDIS=y # CONFIG_USB_FUNCTIONFS_GENERIC is not set -# CONFIG_USB_FILE_STORAGE is not set +CONFIG_USB_FILE_STORAGE=m CONFIG_USB_MASS_STORAGE=m CONFIG_USB_G_SERIAL=m CONFIG_USB_MIDI_GADGET=m diff --git a/recipes-kernel/linux/linux-am335x-joel_3.1.bb b/recipes-kernel/linux/linux-am335x-joel_3.1.bb index fe99dd23..30e4eb9f 100644 --- a/recipes-kernel/linux/linux-am335x-joel_3.1.bb +++ b/recipes-kernel/linux/linux-am335x-joel_3.1.bb @@ -8,7 +8,7 @@ COMPATIBLE_MACHINE = "beaglebone" SRCREV = "d3a2a2a1426ec59fcba80bf400e3261b2a3108c2" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc -MACHINE_KERNEL_PR_append = "d+gitr${SRCREV}" +MACHINE_KERNEL_PR_append = "e+gitr${SRCREV}" SRC_URI = "git://github.com/joelagnel/linux-omap-2.6.git;branch=kernel-3.1-psp \ file://0001-f_rndis-HACK-around-undefined-variables.patch \