diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-21 14:54:34 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-21 14:54:34 +0000 |
commit | 4ab08543360eace08f4c6d729713f17c87e92021 (patch) | |
tree | 2febccc5ce31ed8bd0e136c991f92d8ee1f4f66b /toolchain/gcc/common.mk | |
parent | 4ce56cc4546c0f93e6e938760ed8eed5d1ae4d18 (diff) | |
download | upstream-4ab08543360eace08f4c6d729713f17c87e92021.tar.gz upstream-4ab08543360eace08f4c6d729713f17c87e92021.tar.bz2 upstream-4ab08543360eace08f4c6d729713f17c87e92021.zip |
toolchain/gcc: fix r24746
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24751 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index b3025a62e6..4d0cafa409 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -67,7 +67,7 @@ else PKG_MD5SUM:=44b3192c4c584b9be5243d9e8e7e0ed1 endif ifeq ($(PKG_VERSION),4.5.2) - PKG_MD5SUM:=e31fe695d7235f11fb5a63eafdfbfe88 + PKG_MD5SUM:=d6559145853fbaaa0fd7556ed93bce9a endif endif endif |