Parcourir la source

iptables: Fix call to md5s

SVN-Revision: 23675
Michael Büsch il y a 15 ans
Parent
commit
a932a9beca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/iptables/Makefile

+ 1 - 1
package/iptables/Makefile

@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
 ifeq ($(DUMP),)
   -include $(LINUX_DIR)/.config
   include $(INCLUDE_DIR)/netfilter.mk
-  STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
+  STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
 endif