diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-12-18 11:18:52 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-12-18 11:18:52 +0000 |
commit | 466f7410eb3585f5591a76dfb134317917c7c0a4 (patch) | |
tree | 10bb04afe01c932257ed41f8a128688418810edf /openwrt/package/olsrd | |
parent | 36d9db132c4c335f9fd2908243db3bd9615df08c (diff) | |
download | mtk-20170518-466f7410eb3585f5591a76dfb134317917c7c0a4.zip mtk-20170518-466f7410eb3585f5591a76dfb134317917c7c0a4.tar.gz mtk-20170518-466f7410eb3585f5591a76dfb134317917c7c0a4.tar.bz2 |
fix #81
SVN-Revision: 2720
Diffstat (limited to 'openwrt/package/olsrd')
-rw-r--r-- | openwrt/package/olsrd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/olsrd/Makefile b/openwrt/package/olsrd/Makefile index ffd4b61..2198136 100644 --- a/openwrt/package/olsrd/Makefile +++ b/openwrt/package/olsrd/Makefile @@ -63,7 +63,7 @@ $(IPKG_OLSRD): install -d -m0755 $(IDIR_OLSRD)/usr/sbin cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/olsrd $(IDIR_OLSRD)/usr/sbin/ install -d -m0755 $(IDIR_OLSRD)/etc/init.d - cp -fpR ./files/olsrd.init $(IDIR_OLSRD)/etc/init.d/olsrd + cp -fpR ./files/olsrd.init $(IDIR_OLSRD)/etc/init.d/S60olsrd $(RSTRIP) $(IDIR_OLSRD) $(IPKG_BUILD) $(IDIR_OLSRD) $(PACKAGE_DIR) |