Show
Ignore:
Timestamp:
08/29/04 21:06:11 (9 years ago)
Author:
benoitg
Message:

2004-08-30 Benoit Gr�goire <bock@…>

  • README.openwrt: Documentation update
  • Makefile.am: Make a ipkg target to ease WRT54G installation
  • ipkg/rules: Add wdctl and the init.d script.
  • Add BUILDROOT variable to the build system so we can use it when needed
  • src/ping_thread.c: Have the server ping immediately on boot. Note that this will only help if the second server responds. The logic of the ping itself should be changed so it iterates in the list until it finds one that responds or exausts the list
  • wifidog.conf: Add more doc, and (most) of ISF's default config in comments.
  • Bump version in anticipation for release
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/README.openwrt

    r203 r213  
    1313 Once you have successfully compiled your buildroot, you can change bace to your wifidog CVS checkout and use the commands: 
    1414 
    15 $ ./autogen.sh BUILDROOT=<path_to_openwrt_buildroot> 
    16 $ make 
    17  
    18 To complete with the creation of an 'ipkg' for OpenWRT: 
    19  
    20 $ ./ipkg/rules BUILDROOT=<path_to_openwrt_buildroot> 
     15./autogen.sh BUILDROOT=<path_to_openwrt_buildroot> 
     16make 
     17make ipkg 
    2118 
    2219If your OpenWRT buildroot is compiled and the toolchain is complete, 
    23 you should now have an 'ipkg' in the parent directory of where you 
    24 have WiFiDog. 
     20you should now have an 'ipkg' in your wifidog directory. 
    2521 
    2622The Makefile will compile iptables that is not compiled by default