diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-28 05:52:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-28 05:52:00 +0000 |
commit | cf9d5a490d2d31aa2207282cc81f4516c6854b2e (patch) | |
tree | eeb7854f05bae8d1c30de343194cdff06fb34ff3 /target/linux/sibyte-2.6 | |
parent | 77ee81fd733b25cc1b5e366c1f204a85a23ff208 (diff) | |
download | upstream-cf9d5a490d2d31aa2207282cc81f4516c6854b2e.tar.gz upstream-cf9d5a490d2d31aa2207282cc81f4516c6854b2e.tar.bz2 upstream-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/sibyte-2.6')
-rw-r--r-- | target/linux/sibyte-2.6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/sibyte-2.6/Makefile b/target/linux/sibyte-2.6/Makefile index 28b3302750..35cdb37f2e 100644 --- a/target/linux/sibyte-2.6/Makefile +++ b/target/linux/sibyte-2.6/Makefile @@ -11,6 +11,8 @@ BOARD:=sibyte BOARDNAME:=SiByte MIPS FEATURES:=broken +LINUX_VERSION:=2.6.21.5 + include $(INCLUDE_DIR)/kernel-build.mk # include the profiles |