diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-19 03:17:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-19 03:17:20 +0000 |
commit | 041c66c348ee68f42d2bd2d15285867ba57558f2 (patch) | |
tree | 2baf8be2ba174420052f42d69c4fb042038093b8 /package/linux-atm/Makefile | |
parent | 6c56c9da834ec02df626b49c3d11c5d7dfa4b015 (diff) | |
download | upstream-041c66c348ee68f42d2bd2d15285867ba57558f2.tar.gz upstream-041c66c348ee68f42d2bd2d15285867ba57558f2.tar.bz2 upstream-041c66c348ee68f42d2bd2d15285867ba57558f2.zip |
hotplug-based network script rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2531 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index d36c7c39e3..3c7bf9c5b5 100644 --- a/package/linux-atm/Makefile +++ b/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) |