diff options
Diffstat (limited to 'openwrt/package/ether-wake')
-rw-r--r-- | openwrt/package/ether-wake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ether-wake/Makefile b/openwrt/package/ether-wake/Makefile index 5ebcf46da..9618b3e3e 100644 --- a/openwrt/package/ether-wake/Makefile +++ b/openwrt/package/ether-wake/Makefile @@ -14,7 +14,7 @@ $(eval $(call PKG_template,ETHER_WAKE,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE), $(PKG_BUILD_DIR)/.prepared: mkdir -p $(PKG_BUILD_DIR) - cp ./files/$(PKG_NAME).c $(PKG_BUILD_DIR)/ + $(CP) ./files/$(PKG_NAME).c $(PKG_BUILD_DIR)/ $(PATCH) $(PKG_BUILD_DIR) ./patches touch $@ |