mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-13 18:18:36 +00:00
add missing SH_FUNC for remaining md5s calls (#7888)
SVN-Revision: 23739
This commit is contained in:
parent
e0194cb763
commit
d9f29a16a0
@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/
|
|||||||
PKG_MD5SUM:=c45bc531c1ed2ac80f68fb986b63bb87
|
PKG_MD5SUM:=c45bc531c1ed2ac80f68fb986b63bb87
|
||||||
|
|
||||||
ifeq ($(DUMP),)
|
ifeq ($(DUMP),)
|
||||||
STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_IFXMIPS_DSL_' $(TOPDIR)/.config | md5s)
|
STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep '^CONFIG_IFXMIPS_DSL_' $(TOPDIR)/.config | md5s)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FW_BASE_NAME:=dsl_danube_firmware_adsl
|
FW_BASE_NAME:=dsl_danube_firmware_adsl
|
||||||
|
@ -22,7 +22,7 @@ PKG_TARGETS:=bin
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
ifeq ($(DUMP),)
|
ifeq ($(DUMP),)
|
||||||
STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_UBOOT_' $(TOPDIR)/.config | md5s)
|
STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep '^CONFIG_UBOOT_' $(TOPDIR)/.config | md5s)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/uboot-lantiq
|
define Package/uboot-lantiq
|
||||||
|
Loading…
Reference in New Issue
Block a user