diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-21 23:41:09 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-21 23:41:09 +0000 |
commit | 7c8b1b3691855e80d640aed28b5160ecfde4b67e (patch) | |
tree | ab5734e0f181468164a834f46ed0a212edc68e9a /target/linux/brcm47xx-2.6/Makefile | |
parent | ec783b6671d0117e4ca864e295f7427d823f048b (diff) |
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7698 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |