diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-17 19:29:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-17 19:29:09 +0000 |
commit | 9f7a7201f32b543f80d91a160ac08feef6ee6772 (patch) | |
tree | a63414b8390b8e6361df05e0c45275fa02d91f64 /toolchain/binutils/Makefile | |
parent | 2907e8ce0c03a459ef0a3b09b4532ec1b82be165 (diff) | |
download | upstream-9f7a7201f32b543f80d91a160ac08feef6ee6772.tar.gz upstream-9f7a7201f32b543f80d91a160ac08feef6ee6772.tar.bz2 upstream-9f7a7201f32b543f80d91a160ac08feef6ee6772.zip |
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 db3ea75d44..e6f60a846c 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) |