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/configure.in

    r95 r213  
    1717#AC_PROG_RANLIB 
    1818 
    19 WIFIDOG_MAJOR_VERSION=0 
    20 WIFIDOG_MINOR_VERSION=2 
     19AC_SUBST(BUILDROOT) 
     20 
     21WIFIDOG_MAJOR_VERSION=1 
     22WIFIDOG_MINOR_VERSION=0 
    2123WIFIDOG_MICRO_VERSION=0 
    2224WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION