Changeset 145

Show
Ignore:
Timestamp:
07/19/04 12:19:53 (9 years ago)
Author:
alexcv
Message:

Added openwrt directory with script to build the .ipk

Location:
trunk/wifidog
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r144 r145  
    11# $Header$ 
     2 
     32004-07-19 Alexandre Carmel-Veilleux <acv@acv.ca> 
     4        * Build script for OpenWRT ipkg 
    25 
    362004-07-06 Alexandre Carmel-Veilleux <acv@acv.ca> 
  • trunk/wifidog/README.openwrt

    r142 r145  
    44 
    55In order to compile OpenWRT for the linksys WRT54G, you must first 
    6 obtain and install the OpenWRT build environement from thw OpenWRT 
     6obtain and install the OpenWRT build environement from the OpenWRT 
    77project: http://openwrt.ksilebo.net/ 
    88 
     
    2121execute permission. 
    2222 
    23 Details on how to build an ipkg and how to install all the modules 
    24 that WiFiDog requires will be added here in the near future. 
     23Then, to build the ipkg for use on the OpenWRT, you do the following: 
     24 
     25$ cd openwrt 
     26$ make BUILDROOT=$HOME/buildroot 
     27 
     28This will fail if you don't have an already compiled OpenWRT buildroot 
     29with the complete toolchain. The Makefile will compile things that aren't 
     30compiled by default and import all the binaries in the right places in 
     31the ipkg tree.