diff options
Diffstat (limited to 'openwrt/package/bridge/Makefile')
-rw-r--r-- | openwrt/package/bridge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |