X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/70f40bc06028f02218e7fba73c366dd9e122fcc1..68be7a01fc422f7acd85bdb5d821e02b862547ce:/openwrt/package/bridge/Makefile diff --git a/openwrt/package/bridge/Makefile b/openwrt/package/bridge/Makefile index 44b22cd72..601373b99 100644 --- a/openwrt/package/bridge/Makefile +++ b/openwrt/package/bridge/Makefile @@ -44,6 +44,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_BRIDGE): mkdir -p $(IDIR_BRIDGE)/usr/sbin - cp $(PKG_BUILD_DIR)/brctl/brctl $(IDIR_BRIDGE)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/brctl/brctl $(IDIR_BRIDGE)/usr/sbin/ $(STRIP) $(IDIR_BRIDGE)/usr/sbin/brctl $(IPKG_BUILD) $(IDIR_BRIDGE) $(PACKAGE_DIR)