diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-28 05:52:00 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-28 05:52:00 +0000 |
commit | f38087fdd182afbfb63b158d20191cd77c5d0113 (patch) | |
tree | eeb7854f05bae8d1c30de343194cdff06fb34ff3 /target/linux/adm5120eb-2.6 | |
parent | a45d52505607453243e1ae4e6e88b73cb4581ab5 (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/adm5120eb-2.6')
-rw-r--r-- | target/linux/adm5120eb-2.6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/adm5120eb-2.6/Makefile b/target/linux/adm5120eb-2.6/Makefile index b645d020c..9b5c29920 100644 --- a/target/linux/adm5120eb-2.6/Makefile +++ b/target/linux/adm5120eb-2.6/Makefile @@ -11,6 +11,8 @@ BOARD:=adm5120eb BOARDNAME:=ADM5120 (Big Endian) FEATURES:=squashfs pci usb +LINUX_VERSION:=2.6.21.5 + define Target/Description Build firmware images for Infineon/ADMTek ADM5120 based boards running in big-endian mode (e.g : ZyXEL Prestige 335WT ...) |