aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/pxa-2.6
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-28 05:52:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-28 05:52:00 +0000
commitcf9d5a490d2d31aa2207282cc81f4516c6854b2e (patch)
treeeeb7854f05bae8d1c30de343194cdff06fb34ff3 /target/linux/pxa-2.6
parent77ee81fd733b25cc1b5e366c1f204a85a23ff208 (diff)
downloadmaster-187ad058-cf9d5a490d2d31aa2207282cc81f4516c6854b2e.tar.gz
master-187ad058-cf9d5a490d2d31aa2207282cc81f4516c6854b2e.tar.bz2
master-187ad058-cf9d5a490d2d31aa2207282cc81f4516c6854b2e.zip
fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/pxa-2.6')
-rw-r--r--target/linux/pxa-2.6/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/pxa-2.6/Makefile b/target/linux/pxa-2.6/Makefile
index 76ca28e37c..3e0e6cd3b3 100644
--- a/target/linux/pxa-2.6/Makefile
+++ b/target/linux/pxa-2.6/Makefile
@@ -11,6 +11,8 @@ BOARD:=pxa
BOARDNAME:=PXA
FEATURES:=jffs2 broken
+LINUX_VERSION:=2.6.21.5
+
define Target/Description
Stub for boards based on intel PXA
endef