Changeset 213 for trunk/wifidog/README.openwrt
- Timestamp:
- 08/29/04 21:06:11 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/README.openwrt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/README.openwrt
r203 r213 13 13 Once you have successfully compiled your buildroot, you can change bace to your wifidog CVS checkout and use the commands: 14 14 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> 16 make 17 make ipkg 21 18 22 19 If 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. 20 you should now have an 'ipkg' in your wifidog directory. 25 21 26 22 The Makefile will compile iptables that is not compiled by default
