summaryrefslogtreecommitdiffstats
path: root/target/linux/pxa-2.6
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-28 05:52:00 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-28 05:52:00 +0000
commitf38087fdd182afbfb63b158d20191cd77c5d0113 (patch)
treeeeb7854f05bae8d1c30de343194cdff06fb34ff3 /target/linux/pxa-2.6
parenta45d52505607453243e1ae4e6e88b73cb4581ab5 (diff)
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 76ca28e37..3e0e6cd3b 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