enable CONFIG_BCMINTEMAC_7038_STREAMING=y kernel option on all broadcom based dreamboxes
authorghost <andreas.monzner@multimedia-labs.de>
Sat, 26 Mar 2011 07:54:31 +0000 (08:54 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Sat, 26 Mar 2011 07:54:31 +0000 (08:54 +0100)
this fixes stability issues on upload (No Rx Descriptor, disabling rx DMA in kernel log)

recipes/linux/linux-dm500hd-2.6.18/defconfig
recipes/linux/linux-dm7020hd-2.6.18/defconfig
recipes/linux/linux-dm800-2.6.18/defconfig
recipes/linux/linux-dm8000-2.6.18/defconfig
recipes/linux/linux-dm800se-2.6.18/defconfig
recipes/linux/linux-opendreambox-2.6.18.inc

index d256d4e..376d224 100644 (file)
@@ -727,7 +727,7 @@ CONFIG_NET_ETHERNET=y
 CONFIG_MII=y
 CONFIG_BCMINTEMAC_7038=y
 CONFIG_BCMINTEMAC_NETLINK=y
-# CONFIG_BCMINTEMAC_7038_STREAMING is not set
+CONFIG_BCMINTEMAC_7038_STREAMING=y
 # CONFIG_BCMINTEMAC_7038_EXTMII is not set
 # CONFIG_HAPPYMEAL is not set
 # CONFIG_SUNGEM is not set
index 1507ff3..95cbc70 100644 (file)
@@ -730,7 +730,7 @@ CONFIG_NET_ETHERNET=y
 CONFIG_MII=y
 CONFIG_BCMINTEMAC_7038=y
 CONFIG_BCMINTEMAC_NETLINK=y
-# CONFIG_BCMINTEMAC_7038_STREAMING is not set
+CONFIG_BCMINTEMAC_7038_STREAMING=y
 # CONFIG_BCMINTEMAC_7038_EXTMII is not set
 # CONFIG_HAPPYMEAL is not set
 # CONFIG_SUNGEM is not set
index e981ed7..e8cf1ed 100644 (file)
@@ -717,7 +717,7 @@ CONFIG_NET_ETHERNET=y
 CONFIG_MII=y
 CONFIG_BCMINTEMAC_7038=y
 CONFIG_BCMINTEMAC_NETLINK=y
-# CONFIG_BCMINTEMAC_7038_STREAMING is not set
+CONFIG_BCMINTEMAC_7038_STREAMING=y
 # CONFIG_HAPPYMEAL is not set
 # CONFIG_SUNGEM is not set
 # CONFIG_CASSINI is not set
index b51cf49..1c80ba6 100644 (file)
@@ -729,7 +729,7 @@ CONFIG_NET_ETHERNET=y
 CONFIG_MII=y
 CONFIG_BCMINTEMAC_7038=y
 CONFIG_BCMINTEMAC_NETLINK=y
-# CONFIG_BCMINTEMAC_7038_STREAMING is not set
+CONFIG_BCMINTEMAC_7038_STREAMING=y
 # CONFIG_HAPPYMEAL is not set
 # CONFIG_SUNGEM is not set
 # CONFIG_CASSINI is not set
index ff6cc03..156978c 100644 (file)
@@ -727,7 +727,7 @@ CONFIG_NET_ETHERNET=y
 CONFIG_MII=y
 CONFIG_BCMINTEMAC_7038=y
 CONFIG_BCMINTEMAC_NETLINK=y
-# CONFIG_BCMINTEMAC_7038_STREAMING is not set
+CONFIG_BCMINTEMAC_7038_STREAMING=y
 # CONFIG_BCMINTEMAC_7038_EXTMII is not set
 # CONFIG_HAPPYMEAL is not set
 # CONFIG_SUNGEM is not set
index d33d30e..78bf8dd 100644 (file)
@@ -1,7 +1,7 @@
 require linux-opendreambox.inc
 
 SRCREV = "c59d7210272be29e3850aca3abbff76443f65d6f-fixed"
-PR_INC = "r11"
+PR_INC = "r12"
 
 RREPLACES_kernel = "kernel-2.6.18-7.1-${MACHINE}"
 RCONFLICTS_kernel = "kernel-2.6.18-7.1-${MACHINE}"