summaryrefslogtreecommitdiffstats
path: root/package/bridge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/bridge/Makefile')
-rw-r--r--package/bridge/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bridge/Makefile b/package/bridge/Makefile
index 44856c9f1..65fd8358e 100644
--- a/package/bridge/Makefile
+++ b/package/bridge/Makefile
@@ -29,9 +29,9 @@ define Build/Configure
$(call Build/Configure/Default,--with-linux-headers=$(LINUX_DIR))
endef
-define Package/busybox/install
- install -m0755 -d $(IDIR_DNSMASQ)/usr/sbin
- install -m0755 $(PKG_BUILD_DIR)/brctl/brctl $(IDIR_BRIDGE)/usr/sbin/
+define Package/bridge/install
+ install -m0755 -d $(1)/usr/sbin
+ install -m0755 $(PKG_BUILD_DIR)/brctl/brctl $(1)/usr/sbin/
endef
$(eval $(call BuildPackage,bridge))