Changeset 146
- Timestamp:
- 07/21/04 15:56:11 (9 years ago)
- Location:
- trunk/wifidog
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
README.openwrt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/ChangeLog
r145 r146 1 1 # $Header$ 2 2004-07-21 Philippe April <wifidog@philippeapril.com> 3 * Cleaned up the ipkg makefile 4 * Added makefile to build on Debian 2 5 3 6 2004-07-19 Alexandre Carmel-Veilleux <acv@acv.ca> -
trunk/wifidog/README.openwrt
r145 r146 1 $Header$ 2 1 3 OpenWRT specific README 2 3 $Header$4 4 5 5 In order to compile OpenWRT for the linksys WRT54G, you must first … … 11 11 platform. 12 12 13 For WiFiDog, you must do:13 To complete with the creation of an 'ipkg' for OpenWRT: 14 14 15 $ ./autogen.sh BUILDROOT=$HOME/buildroot 16 $ make 15 $ ./ipkg/rules BUILDROOT=<path_to_openwrt_buildroot> 17 16 18 This example assumes that you have installed the OpenWRT buildroot 19 in your home directory. You must run autogen.sh from the directory 20 containing the WiFiDog root. You might need to give autogen.sh the 21 execute permission. 17 If your OpenWRT buildroot is compiled and the toolchain is complete, 18 you should now have an 'ipkg' in the parent directory of where you 19 have WiFiDog. 22 20 23 Then, to build the ipkg for use on the OpenWRT, you do the following: 24 25 $ cd openwrt 26 $ make BUILDROOT=$HOME/buildroot 27 28 This will fail if you don't have an already compiled OpenWRT buildroot 29 with the complete toolchain. The Makefile will compile things that aren't 30 compiled by default and import all the binaries in the right places in 31 the ipkg tree. 21 The Makefile will compile iptables that is not compiled by default 22 and import all the binaries in the right places in the ipkg tree.
