1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:55:28 +03:00

[toolchain]: add gcc 4.5.2 (replaces 4.5.1)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24746 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2010-12-21 08:13:21 +00:00
parent 88d51739a3
commit 441ff9ca0c
12 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ else
ifeq ($(PKG_VERSION),4.4.5)
PKG_MD5SUM:=44b3192c4c584b9be5243d9e8e7e0ed1
endif
ifeq ($(PKG_VERSION),4.5.1)
PKG_MD5SUM:=48231a8e33ed6e058a341c53b819de1a
ifeq ($(PKG_VERSION),4.5.2)
PKG_MD5SUM:=e31fe695d7235f11fb5a63eafdfbfe88
endif
endif
endif