summaryrefslogtreecommitdiff
path: root/openwrt/package/bridge
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-11 16:00:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-11 16:00:43 +0000
commit02be4b6759d15d57d29af24a06856ff2d072f6c3 (patch)
tree9068319f36f5c035a632ce774c775d39db367845 /openwrt/package/bridge
parent3ee6ad0404860f63249e729d3842ff7260fb1600 (diff)
downloadmtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.zip
mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.gz
mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.bz2
replace $(IDIR_*) with $(1)
SVN-Revision: 3759
Diffstat (limited to 'openwrt/package/bridge')
-rw-r--r--openwrt/package/bridge/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/bridge/Makefile b/openwrt/package/bridge/Makefile
index 44856c9..65fd835 100644
--- a/openwrt/package/bridge/Makefile
+++ b/openwrt/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))