[oe-commits] org.oe.dreambox linux-dm7025: enable wireless support in config

tmbinc commit openembedded-commits at lists.openembedded.org
Thu Apr 19 22:37:42 UTC 2007


linux-dm7025: enable wireless support in config

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 035e2f01807d3233aab6873bcb039987cf50bc02
ViewMTN: http://monotone.openembedded.org/revision.psp?id=035e2f01807d3233aab6873bcb039987cf50bc02
Files:
1
packages/linux/linux-dm7025.bb
Diffs:

#
# mt diff -r07773ba67ddfd698f3cc4a41d86592d0d02eef16 -r035e2f01807d3233aab6873bcb039987cf50bc02
#
# 
# 
# patch "packages/linux/linux-dm7025.bb"
#  from [aec33790f60f07fea78e66dfba6140b7bbc330c4]
#    to [e45273f86452104b8d92b50aa412fb40671781ad]
# 
============================================================
--- packages/linux/linux-dm7025.bb	aec33790f60f07fea78e66dfba6140b7bbc330c4
+++ packages/linux/linux-dm7025.bb	e45273f86452104b8d92b50aa412fb40671781ad
@@ -9,7 +9,7 @@ SRC_URI += "ftp://ftp.kernel.org/pub/lin
 SRC_URI += "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
 	http://sources.dreamboxupdate.com/download/kernel-patches/linuxmips-${KV}-dream-r6.patch.bz2;patch=1;pnum=1 \
 	http://sources.dreamboxupdate.com/download/kernel-patches/linux-${KV}-update_dvbapi-r1.patch.bz2;patch=1;pnum=1 \
-	http://sources.dreamboxupdate.com/download/kernel-patches/linuxmips-${KV}-dm7025-r4.conf \
+	http://sources.dreamboxupdate.com/download/kernel-patches/linuxmips-${KV}-dm7025-r5.conf \
 	http://dreamboxupdate.com/download/kernel-patches/linux-2.6.12-dvb-multipid-r4.patch.bz2;patch=1;pnum=1"
 
 S = "${WORKDIR}/linux-${PV}"
@@ -24,7 +24,7 @@ do_configure_prepend() {
 KERNEL_OBJECT_SUFFIX = "ko"
 
 do_configure_prepend() {
-	oe_machinstall -m 0644 ${WORKDIR}/linuxmips-${KV}-dm7025-r4.conf ${S}/.config
+	oe_machinstall -m 0644 ${WORKDIR}/linuxmips-${KV}-dm7025-r5.conf ${S}/.config
 	oe_runmake oldconfig
 }
 






More information about the Openembedded-commits mailing list