From: John Crispin Date: Mon, 5 Oct 2009 07:36:02 +0000 (+0000) Subject: fixes typo X-Git-Tag: reboot~22294 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1d1266a0724d8068ebc2cebdf51a9fb538f8f9fe;p=openwrt%2Fstaging%2Fchunkeey.git fixes typo SVN-Revision: 17858 --- diff --git a/package/uboot-ifxmips/Makefile b/package/uboot-ifxmips/Makefile index b445356f5e..ade82bf7b9 100644 --- a/package/uboot-ifxmips/Makefile +++ b/package/uboot-ifxmips/Makefile @@ -41,7 +41,7 @@ UBOOT_MAKE_OPTS:=\ CROSS_COMPILE_UCLIBC=1 \ COMPRESS=lzma \ PLATFORM_CPU=mips32r2 \ - UBOOT_RAM_TEXT_BASE=0xA0400000 \ + UBOOT_RAM_TEXT_BASE=0xA0400000 define Build/Configure $(MAKE) -s -C $(PKG_BUILD_DIR) \