summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb b/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb
index 9b0fd9aaa2..b0ee13704c 100644
--- a/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb
+++ b/meta/recipes-kernel/linux/linux-netbook_2.6.33.2.bb
@@ -1,9 +1,9 @@
1require linux-netbook.inc 1require linux-netbook.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
6DEFAULT_PREFERENCE_netbook = "1" 6DEFAULT_PREFERENCE_atom-pc = "1"
7 7
8SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ 8SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
9 file://linux-2.6.29-dont-wait-for-mouse.patch;patch=1 \ 9 file://linux-2.6.29-dont-wait-for-mouse.patch;patch=1 \
@@ -103,6 +103,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
103 file://rtl8192_no_autoconnect.patch;patch=1 \ 103 file://rtl8192_no_autoconnect.patch;patch=1 \
104 file://rtl8192_no_WAP_unassoc.patch;patch=1 \ 104 file://rtl8192_no_WAP_unassoc.patch;patch=1 \
105# file://defconfig-menlow \ 105# file://defconfig-menlow \
106 file://defconfig-netbook" 106 file://defconfig-atom-pc"
107 107
108S = "${WORKDIR}/linux-${PV}" 108S = "${WORKDIR}/linux-${PV}"