mirror of https://github.com/hak5/openwrt-owl.git
parent
11817c5453
commit
6afabb7118
|
@ -239,6 +239,3 @@ else
|
||||||
@$(MAKE) clean-targets
|
@$(MAKE) clean-targets
|
||||||
rm -rf $(PKG_BUILD_DIR)
|
rm -rf $(PKG_BUILD_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: FORCE
|
|
||||||
FORCE:
|
|
||||||
|
|
|
@ -132,3 +132,7 @@ IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg
|
||||||
RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
|
RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
|
||||||
RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
|
RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
|
||||||
|
|
||||||
|
|
||||||
|
all:
|
||||||
|
.PHONY: FORCE
|
||||||
|
FORCE:
|
||||||
|
|
Loading…
Reference in New Issue