diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-31 13:49:41 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-31 13:49:41 +0000 |
commit | 2f9e22699f49bf354088a4621b006faa979e3af1 (patch) | |
tree | 983b599026f55768c90e09aacf4ef598766c0068 /package/ifxmips-dsl-api/Makefile | |
parent | a1b087b6817e0d82b92ce55217c77ae7ed36f73e (diff) |
add missing SH_FUNC for remaining md5s calls (#7888)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23739 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifxmips-dsl-api/Makefile')
-rw-r--r-- | package/ifxmips-dsl-api/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ifxmips-dsl-api/Makefile b/package/ifxmips-dsl-api/Makefile index a62caef6fd..f34932e39b 100644 --- a/package/ifxmips-dsl-api/Makefile +++ b/package/ifxmips-dsl-api/Makefile @@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ PKG_MD5SUM:=c45bc531c1ed2ac80f68fb986b63bb87 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 FW_BASE_NAME:=dsl_danube_firmware_adsl |