mirror of https://github.com/hak5/openwrt-owl.git
parent
9e0bad9cb4
commit
43c96ad50c
|
@ -83,9 +83,8 @@ endef
|
||||||
ifneq ($(wildcard $(PKG_BUILD_DIR)/.config_*),$(subst .configured_,.config_,$(STAMP_CONFIGURED)))
|
ifneq ($(wildcard $(PKG_BUILD_DIR)/.config_*),$(subst .configured_,.config_,$(STAMP_CONFIGURED)))
|
||||||
$(warning $(wildcard $(PKG_BUILD_DIR)/.config_*) != $(subst .configured_,.config_,$(STAMP_CONFIGURED)))
|
$(warning $(wildcard $(PKG_BUILD_DIR)/.config_*) != $(subst .configured_,.config_,$(STAMP_CONFIGURED)))
|
||||||
define Build/Configure/rebuild
|
define Build/Configure/rebuild
|
||||||
|
$(FIND) $(PKG_BUILD_DIR) -name \*.o | $(XARGS) rm -f
|
||||||
rm -f $(PKG_BUILD_DIR)/hostapd/hostapd
|
rm -f $(PKG_BUILD_DIR)/hostapd/hostapd
|
||||||
rm -f $(PKG_BUILD_DIR)/hostapd/*.o
|
|
||||||
rm -f $(PKG_BUILD_DIR)/src/drivers/drivers.o
|
|
||||||
rm -f $(PKG_BUILD_DIR)/.config_*
|
rm -f $(PKG_BUILD_DIR)/.config_*
|
||||||
touch $(subst .configured_,.config_,$(STAMP_CONFIGURED))
|
touch $(subst .configured_,.config_,$(STAMP_CONFIGURED))
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue