Changeset 3826

Show
Ignore:
Timestamp:
11/26/08 17:58:33 (1 month ago)
Author:
markus
Message:

added packages for static and dynamic multicast routing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/package/Config.in

    r3822 r3826  
    155155source "package/p910nd/Config.in" 
    156156source "package/parprouted/Config.in" 
     157source "package/pimd/Config.in" 
    157158source "package/pipacs/Config.in" 
    158159source "package/pmacct/Config.in" 
     
    182183source "package/sleepshell/Config.in" 
    183184source "package/slurm/Config.in" 
     185source "package/smcroute/Config.in" 
    184186source "package/snort/Config.in" 
    185187source "package/snort-wireless/Config.in" 
  • branches/freewrt_1_0/package/Makefile

    r3822 r3826  
    209209package-$(FWRT_COMPILE_PHP5) += php5 
    210210package-$(FWRT_PACKAGE_PICOCOM) += picocom 
     211package-$(FWRT_PACKAGE_PIMD) += pimd 
    211212package-$(FWRT_PACKAGE_PIPACS) += pipacs 
    212213package-$(FWRT_COMPILE_PMACCT) += pmacct 
     
    254255package-$(FWRT_PACKAGE_SLEEPSHELL) += sleepshell 
    255256package-$(FWRT_PACKAGE_SLURM) += slurm 
     257package-$(FWRT_PACKAGE_SMCROUTE) += smcroute 
    256258package-$(FWRT_COMPILE_SNORT) += snort 
    257259package-$(FWRT_COMPILE_SNORT_WIRELESS) += snort-wireless