diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-17 19:29:09 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-17 19:29:09 +0000 |
commit | b466822eee105ec1e0f55ff38430880b2f438ca3 (patch) | |
tree | a63414b8390b8e6361df05e0c45275fa02d91f64 /toolchain/binutils/Makefile | |
parent | 82bf9db5f0fe0e90881bdd0eaaf927cf1bc45c62 (diff) |
add binutils 2.19 (patch from #4367)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14075 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index db3ea75d4..e6f60a846 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -18,6 +18,9 @@ endif ifeq ($(PKG_VERSION),2.18) PKG_MD5SUM:=9d22ee4dafa3a194457caf4706f9cf01 endif +ifeq ($(PKG_VERSION),2.19) + PKG_MD5SUM:=17a52219dee5a76c1a9d9b0bfd337d66 +endif PATCH_DIR:=./patches/$(PKG_VERSION) |