Changeset 189
- Timestamp:
- 08/20/04 16:15:47 (9 years ago)
- Location:
- trunk/wifidog
- Files:
-
- 1 removed
- 2 modified
-
ChangeLog (modified) (1 diff)
-
ipkg/rules (modified) (1 diff)
-
ipkg/wifidog.conf (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/ChangeLog
r188 r189 3 3 2004-08-20 Alexandre Carmel-Veilleux <acv@acv.ca> 4 4 * Debug output of all HTTP transactions and their responses. 5 * Changed ipkg to use wifidog.conf from the base tree 5 6 6 7 2004-08-19 Alexandre Carmel-Veilleux <acv@acv.ca> -
trunk/wifidog/ipkg/rules
r172 r189 57 57 install: build install-wifidog install-iptables install-kernel-modules install-pthread 58 58 mkdir -p $(TMP_DIR)/etc 59 cp $( BUILD_DIR)/wifidog.conf $(TMP_DIR)/etc59 cp $(CURDIR)/wifidog.conf $(TMP_DIR)/etc 60 60 61 61 install-wifidog:
