Changeset 145 for trunk/wifidog/README.openwrt
- Timestamp:
- 07/19/04 12:19:53 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/README.openwrt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/README.openwrt
r142 r145 4 4 5 5 In order to compile OpenWRT for the linksys WRT54G, you must first 6 obtain and install the OpenWRT build environement from th wOpenWRT6 obtain and install the OpenWRT build environement from the OpenWRT 7 7 project: http://openwrt.ksilebo.net/ 8 8 … … 21 21 execute permission. 22 22 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. 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.
