diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-14 11:02:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-14 11:02:12 +0000 |
commit | 510f5a7209fc4d3127c597aeaefbb89fa54b7fe1 (patch) | |
tree | 5aa3f895c1de94d818d799937ae735d448c39f2d /package/network/utils/linux-atm/Makefile | |
parent | c0f4c9e0d82e7b8be4b81eaa9107517a9d9c9702 (diff) | |
download | mtk-20170518-510f5a7209fc4d3127c597aeaefbb89fa54b7fe1.zip mtk-20170518-510f5a7209fc4d3127c597aeaefbb89fa54b7fe1.tar.gz mtk-20170518-510f5a7209fc4d3127c597aeaefbb89fa54b7fe1.tar.bz2 |
linux-atm: add wrapper for br2684ctl to defer nasX device bringup
Fixes a race condition on netifd device bringup.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47891
Diffstat (limited to 'package/network/utils/linux-atm/Makefile')
-rw-r--r-- | package/network/utils/linux-atm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/network/utils/linux-atm/Makefile b/package/network/utils/linux-atm/Makefile index 51e604c..9c6cfec 100644 --- a/package/network/utils/linux-atm/Makefile +++ b/package/network/utils/linux-atm/Makefile @@ -182,7 +182,10 @@ define Package/br2684ctl/install $(INSTALL_BIN) ./files/br2684ctl $(1)/etc/init.d/ $(INSTALL_DATA) ./files/atm.hotplug $(1)/etc/hotplug.d/atm/00-trigger $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/br2684ctl $(1)/usr/sbin/ + $(INSTALL_BIN) \ + ./files/br2684ctl_wrap \ + $(PKG_INSTALL_DIR)/usr/sbin/br2684ctl \ + $(1)/usr/sbin/ endef $(eval $(call BuildPackage,linux-atm)) |