summaryrefslogtreecommitdiff
path: root/openwrt/package/linux-atm/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-19 03:17:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-19 03:17:20 +0000
commit733dc9776268432e5188cc496da92137c820f016 (patch)
treea919b3d5402d4e22697ec2a49d1b005424f25104 /openwrt/package/linux-atm/Makefile
parent9a8a69c0b82a6c128831e75200489ed397d44f44 (diff)
downloadmtk-20170518-733dc9776268432e5188cc496da92137c820f016.zip
mtk-20170518-733dc9776268432e5188cc496da92137c820f016.tar.gz
mtk-20170518-733dc9776268432e5188cc496da92137c820f016.tar.bz2
hotplug-based network script rewrite
SVN-Revision: 2531
Diffstat (limited to 'openwrt/package/linux-atm/Makefile')
-rw-r--r--openwrt/package/linux-atm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/linux-atm/Makefile b/openwrt/package/linux-atm/Makefile
index d36c7c3..3c7bf9c 100644
--- a/openwrt/package/linux-atm/Makefile
+++ b/openwrt/package/linux-atm/Makefile
@@ -63,8 +63,8 @@ $(IPKG_LINUX_ATM):
$(IPKG_BR2684CTL):
install -d -m0755 $(IDIR_BR2684CTL)/usr/sbin
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/br2684ctl $(IDIR_BR2684CTL)/usr/sbin/
- install -d -m0755 $(IDIR_BR2684CTL)/etc/init.d
- install -m0755 ./files/br2684.init $(IDIR_BR2684CTL)/etc/init.d/S30br2684
+ install -d -m0755 $(IDIR_BR2684CTL)/etc/hotplug.d/net
+ install -m0644 ./files/br2684.init $(IDIR_BR2684CTL)/etc/hotplug.d/net/30-br2684
$(RSTRIP) $(IDIR_BR2684CTL)/
$(IPKG_BUILD) $(IDIR_BR2684CTL) $(PACKAGE_DIR)