Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openwrt makefile #61

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Openwrt makefile #61

wants to merge 10 commits into from

Commits on Jun 4, 2016

  1. Allow to set endine_id (observationDomainId).

    Thanks for aabc#57 to bc-davidb@github.
    aabc committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    fc4f5f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Fix configure for dkms (aabc#60)

    dkms runs ./configure --from-dkms-conf=$kernel_source_dir. Without this
    ./configure fails with invalid option. Change the check to match the one
    at the top of the file.
    phy1729 authored and aabc committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    d667779 View commit details
    Browse the repository at this point in the history
  2. Makefile for OpenWRT

    place in package/network/ipt-netflow/
    
    select using menuconfig
    
    rebuild with
    make package/network/ipt-netflow/{clean,prepare,configure,compile,install}
    alex-eri committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    e35402f View commit details
    Browse the repository at this point in the history
  3. Cross-compiling support

    alex-eri committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    be4ea33 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Configuration menu

    Change sources location
    Possible options for ./configure
    
    #TODO: --enable-sampler=hash --promisc-mpls=N
    #TODO: snmp install, dkms install
    alex-eri committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    bba6b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9d53f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Create Readme.md

    alex-eri committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    fba5df6 View commit details
    Browse the repository at this point in the history
  2. Update Readme.md

    alex-eri committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    6b60f6f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Update Readme.md

    alex-eri committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    d53a06c View commit details
    Browse the repository at this point in the history
  2. Update Readme.md

    alex-eri committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    b26f39f View commit details
    Browse the repository at this point in the history