aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq/Makefile
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2010-03-30 16:17:38 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2010-03-30 16:17:38 +0000
commite7b83bc22a2838bf68596f79775dfefd31805c07 (patch)
treeb54689f3f6ed9474447a014533f602d9c51a87b7 /package/uboot-lantiq/Makefile
parent046d73d3c2bc3a515024c2cc8339d1177e749b77 (diff)
downloadupstream-e7b83bc22a2838bf68596f79775dfefd31805c07.tar.gz
upstream-e7b83bc22a2838bf68596f79775dfefd31805c07.tar.bz2
upstream-e7b83bc22a2838bf68596f79775dfefd31805c07.zip
httpd failsafe - add image check and flash access
SVN-Revision: 20610
Diffstat (limited to 'package/uboot-lantiq/Makefile')
-rw-r--r--package/uboot-lantiq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-lantiq/Makefile b/package/uboot-lantiq/Makefile
index 48f4683161..985f3638ae 100644
--- a/package/uboot-lantiq/Makefile
+++ b/package/uboot-lantiq/Makefile
@@ -84,7 +84,7 @@ define Package/uboot-lantiq/install
of=$(1)/$(UBOOT_CONFIG)/u-boot.bin \
bs=64k conv=sync
ifeq ($(CONFIG_UBOOT_RAMBOOT),y)
- if [ -e $(UBOOT_CONFIG).conf ]; then \
+ if [ -e $(UBOOT_DDR_CONFIG) ]; then \
perl ./gct \
$(UBOOT_DDR_CONFIG) \
$(PKG_BUILD_DIR)/$(UBOOT_CONFIG)_ramboot/u-boot.srec \