summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend b/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend
index 5d02ff6..a945ea8 100644
--- a/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend
+++ b/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend
@@ -33,5 +33,8 @@ KERNEL_IMAGETYPE = "zImage"
33B = "${S}" 33B = "${S}"
34 34
35do_configure_prepend() { 35do_configure_prepend() {
36 sed -e '/CONFIG_USB_FUNCTIONFS_ETH=/d' \
37 -e '/CONFIG_USB_FUNCTIONFS_RNDIS=/d' \
38 -i ${WORKDIR}/defconfig
36 echo "CONFIG_FHANDLE=y" >> ${WORKDIR}/defconfig 39 echo "CONFIG_FHANDLE=y" >> ${WORKDIR}/defconfig
37} 40}