|
@@ -21,7 +21,7 @@ PKG_BUILD_PARALLEL:=1
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
ifeq ($(DUMP),)
|
|
ifeq ($(DUMP),)
|
|
|
- STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | md5s)
|
|
|
|
|
|
|
+ STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | md5s)
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
init-y :=
|
|
init-y :=
|