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
commit52c5d88da9e06edcb5d1b2cc3bef42b09e6988dd (patch)
treebd9bed215c59b37d727760d81cf248da1c226f48 /package/uboot-lantiq/Makefile
parent0f3c8610c4b1d4c55efb2f0c2bba4c7eb639a1bf (diff)
downloadmaster-187ad058-52c5d88da9e06edcb5d1b2cc3bef42b09e6988dd.tar.gz
master-187ad058-52c5d88da9e06edcb5d1b2cc3bef42b09e6988dd.tar.bz2
master-187ad058-52c5d88da9e06edcb5d1b2cc3bef42b09e6988dd.zip
[uboot-lantiq] httpd failsafe - add image check and flash access
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20610 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \