diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-21 23:41:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-21 23:41:09 +0000 |
commit | 20a359e19561ba37908955d4598fc32a409706cf (patch) | |
tree | a7f632d74fb7a0327b970020d7358729e7a0b45c /target/linux/brcm47xx-2.6/Makefile | |
parent | 77e68d6aa06e3d741d02c227db7c4a6306fd0204 (diff) | |
download | upstream-20a359e19561ba37908955d4598fc32a409706cf.tar.gz upstream-20a359e19561ba37908955d4598fc32a409706cf.tar.bz2 upstream-20a359e19561ba37908955d4598fc32a409706cf.zip |
set the kernel version of brcm47xx-2.6 in the target makefile, keep patch compatibility with 2.6.21.5 in case we need to revert before the next release
SVN-Revision: 7698
Diffstat (limited to 'target/linux/brcm47xx-2.6/Makefile')
-rw-r--r-- | target/linux/brcm47xx-2.6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm47xx-2.6/Makefile b/target/linux/brcm47xx-2.6/Makefile index 70bcda8b64..34c29cf9ad 100644 --- a/target/linux/brcm47xx-2.6/Makefile +++ b/target/linux/brcm47xx-2.6/Makefile @@ -11,6 +11,9 @@ BOARD:=brcm47xx BOARDNAME:=Broadcom BCM947xx/953xx FEATURES:=squashfs usb +LINUX_VERSION:=2.6.22-rc5 +LINUX_KERNEL_MD5SUM:=50dda556ae492f68ff7c273e1f357c55 + define Target/Description Build firmware images for Broadcom based routers (e.g. Netgear WGT634U) |