diff options
| author | John Crispin <blogic@openwrt.org> | 2009-10-05 07:36:02 +0000 |
|---|---|---|
| committer | John Crispin <blogic@openwrt.org> | 2009-10-05 07:36:02 +0000 |
| commit | 30b7cea8defda68d91d18e919ba04c9c46e554c6 (patch) | |
| tree | a3f35ed664474577b9eb906ff89a37a9a5d5ecd0 | |
| parent | 9e124ecdecb1e4bdefcf564c5e99eaf2f4419657 (diff) | |
| download | upstream-30b7cea8defda68d91d18e919ba04c9c46e554c6.tar.gz upstream-30b7cea8defda68d91d18e919ba04c9c46e554c6.tar.bz2 upstream-30b7cea8defda68d91d18e919ba04c9c46e554c6.zip | |
fixes typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17858 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/uboot-ifxmips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-ifxmips/Makefile b/package/uboot-ifxmips/Makefile index b445356f5e2..ade82bf7b99 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) \ |
