This GCC 4.4.1 typo slipped in at r18113.

Signed-off-by: Mark Mentovai <m...@moxienet.com>

Index: toolchain/gcc/common.mk
===================================================================
--- toolchain/gcc/common.mk     (revision 23700)
+++ toolchain/gcc/common.mk     (working copy)
@@ -54,7 +54,7 @@
   ifeq ($(PKG_VERSION),4.3.5)
     PKG_MD5SUM:=e588cfde3bf323f82918589b94f14a15
   endif
-  ifeq ($(PKG_VERSION),4,4,1)
+  ifeq ($(PKG_VERSION),4.4.1)
     PKG_MD5SUM:=927eaac3d44b22f31f9c83df82f26436
   endif
   ifeq ($(PKG_VERSION),4.4.2)
@@ -70,10 +70,10 @@
     PKG_MD5SUM:=44b3192c4c584b9be5243d9e8e7e0ed1
   endif
   ifeq ($(PKG_VERSION),4.5.0)
-  PKG_MD5SUM:=ff27b7c4a5d5060c8a8543a44abca31f
+    PKG_MD5SUM:=ff27b7c4a5d5060c8a8543a44abca31f
   endif
   ifeq ($(PKG_VERSION),4.5.1)
-  PKG_MD5SUM:=48231a8e33ed6e058a341c53b819de1a
+    PKG_MD5SUM:=48231a8e33ed6e058a341c53b819de1a
   endif
 endif
 
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to