[toolchain] add support for gcc-4.5.1
[openwrt.git] / toolchain / gcc / common.mk
index 5420727..6a092e0 100644 (file)
@@ -72,6 +72,9 @@ else
   ifeq ($(PKG_VERSION),4.5.0)
   PKG_MD5SUM:=ff27b7c4a5d5060c8a8543a44abca31f
   endif
+  ifeq ($(PKG_VERSION),4.5.1)
+  PKG_MD5SUM:=48231a8e33ed6e058a341c53b819de1a
+  endif
 endif
 
 PATCH_DIR=../patches/$(GCC_VERSION)
This page took 0.026092 seconds and 4 git commands to generate.