From 7da7587bb997e76f8889257f49a795174efdc770 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Tue, 13 Mar 2007 23:55:49 +0000 Subject: linux: Add n2100-patches to linux-2.6.20 --- packages/linux/linux_2.6.20.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/linux/linux_2.6.20.bb') diff --git a/packages/linux/linux_2.6.20.bb b/packages/linux/linux_2.6.20.bb index af73514988..20f1aecadb 100644 --- a/packages/linux/linux_2.6.20.bb +++ b/packages/linux/linux_2.6.20.bb @@ -13,6 +13,10 @@ SRC_URI_append_simpad = "\ file://linux-2.6.20.SIMpad.mq200.patch;patch=1 \ file://linux-2.6.20.SIMpad.ucb1x00-switches.patch;patch=1 \ " +SRC_URI_append_n2100 = "\ + file://n2100-r8169-parity.patch;patch=1 \ + file://rtc-rs5c372-n2100.patch;patch=1 \ + " inherit kernel -- cgit v1.2.3 From e92dbae3de504594606341e10f76c81d12604882 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 14 Mar 2007 01:16:17 +0000 Subject: linux: Update n2100 defconfig and change image type --- packages/linux/linux_2.6.20.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/linux/linux_2.6.20.bb') diff --git a/packages/linux/linux_2.6.20.bb b/packages/linux/linux_2.6.20.bb index 20f1aecadb..9fb8909dfd 100644 --- a/packages/linux/linux_2.6.20.bb +++ b/packages/linux/linux_2.6.20.bb @@ -22,6 +22,7 @@ inherit kernel KERNEL_IMAGETYPE = "bzImage" KERNEL_IMAGETYPE_simpad = "zImage" +KERNEL_IMAGETYPE_n2100 = "zImage" do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config -- cgit v1.2.3