aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mini2440_2.6.30+git.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-06-17 16:06:35 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-06-17 16:09:54 +0200
commit4b101869a25a4a6cfaacd418f3f1a56665433129 (patch)
tree76f8cca1da1e73cb9ac91459279fe784a496e426 /recipes/linux/linux-mini2440_2.6.30+git.bb
parent09184825ff60c800929e37cfcb46e72a90d66756 (diff)
downloadopenembedded-4b101869a25a4a6cfaacd418f3f1a56665433129.tar.gz
linux-mini2440: Improve bad kernel configration a little bit. Makes wifi (WN321G) and vfat work.
Diffstat (limited to 'recipes/linux/linux-mini2440_2.6.30+git.bb')
-rw-r--r--recipes/linux/linux-mini2440_2.6.30+git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/linux/linux-mini2440_2.6.30+git.bb b/recipes/linux/linux-mini2440_2.6.30+git.bb
index c0da8bab74..09706e8bb5 100644
--- a/recipes/linux/linux-mini2440_2.6.30+git.bb
+++ b/recipes/linux/linux-mini2440_2.6.30+git.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Linux Kernel for mini2440 development board"
SECTION = "kernel"
LICENSE = "GPL"
-MACHINE_KERNEL_PR = "r4"
+MACHINE_KERNEL_PR = "r5"
GGSRC = "http://www.xora.org.uk/oe/patches/"
@@ -17,6 +17,9 @@ inherit kernel
COMPATIBLE_HOST = "arm.*-linux"
COMPATIBLE_MACHINE = "(mini2440|micro2440)"
+FILES_kernel-image = ""
+ALLOW_EMPTY_kernel_image = "1"
+
do_configure() {
install ${WORKDIR}/defconfig-mini2440 ${S}/.config
oe_runmake oldconfig