diff options
Diffstat (limited to 'openwrt/package/ebtables')
-rw-r--r-- | openwrt/package/ebtables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index a928a2dbb..9abd93a93 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/package/ebtables/Makefile @@ -27,6 +27,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_EBTABLES): mkdir -p $(IDIR_EBTABLES)/usr/sbin - cp $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ $(IPKG_BUILD) $(IDIR_EBTABLES) $(PACKAGE_DIR) |