[uboot-lantiq] httpd failsafe - add image check and flash access
[openwrt-10.03/.git] / package / uboot-lantiq / Makefile
index 48f46831613b7a362d8775b54af26e363028fe97..985f3638ae3da2f8ecfa6f0da396caf6c4821089 100644 (file)
@@ -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 \