mirror of https://github.com/hak5/openwrt-owl.git
parent
477233436d
commit
4b0d292be8
|
@ -65,7 +65,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/S60olsrd
|
||||
install -m0755 ./files/olsrd.init $(IDIR_OLSRD)/etc/init.d/S60olsrd
|
||||
$(RSTRIP) $(IDIR_OLSRD)
|
||||
$(IPKG_BUILD) $(IDIR_OLSRD) $(PACKAGE_DIR)
|
||||
|
||||
|
|
Loading…
Reference in New Issue