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 | 41af082667ac750886f29f3f8338d877567b303f (patch) | |
tree | 6ddd09bc0cf52c727d1879be1bce62bc8c621ee5 /target/linux/au1000-2.6 | |
parent | 41b03c977033244fc27d206dc88ef5e221b6bd75 (diff) | |
download | mtk-20170518-41af082667ac750886f29f3f8338d877567b303f.zip mtk-20170518-41af082667ac750886f29f3f8338d877567b303f.tar.gz mtk-20170518-41af082667ac750886f29f3f8338d877567b303f.tar.bz2 |
fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
SVN-Revision: 7748
Diffstat (limited to 'target/linux/au1000-2.6')
-rw-r--r-- | target/linux/au1000-2.6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile index c90d59d..0b04a4f 100644 --- a/target/linux/au1000-2.6/Makefile +++ b/target/linux/au1000-2.6/Makefile @@ -11,6 +11,8 @@ BOARD:=au1000 BOARDNAME:=AMD Alchemy AU1x00 FEATURES:=jffs2 usb pci +LINUX_VERSION:=2.6.21.5 + define Target/Description Build firmware for AMD Alchemy 1500 boards (e.g. 4G-Systems Mesh/Access Cube ...) |