Changeset 267 for floppyfw-3.0
- Timestamp:
- 04/25/10 21:39:06 (22 months ago)
- Location:
- floppyfw-3.0
- Files:
-
- 1 added
- 6 modified
-
Makefile (modified) (2 diffs)
-
makefiles/hostap-driver.mk (modified) (1 diff)
-
makefiles/hostap-utils.mk (modified) (1 diff)
-
makefiles/hostap.mk (modified) (1 diff)
-
makefiles/hostapd.mk (modified) (1 diff)
-
makefiles/realtek-81xxx-driver.README (added)
-
makefiles/realtek-81xxx-driver.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw-3.0/Makefile
r266 r267 38 38 39 39 # Which version of floppyfw is this? 40 FLOPPYFW_VERSION=3.0.12 rc140 FLOPPYFW_VERSION=3.0.12 41 41 42 42 # What sortof target system shall we compile this for? … … 140 140 141 141 # It's a externally compiled module but should be in the base. 142 # It's not, for now. It's big and too buggy. 143 # read makefiles/realtek-81xxx-driver.README for information about it. 142 144 TARGETS+=realtek-81xxx-driver 143 145 -
floppyfw-3.0/makefiles/hostap-driver.mk
r28 r267 21 21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 22 22 # USA 23 HOSTAP_ VERSION=0.3.924 HOSTAP_DRIVER_SOURCE:=hostap-driver-$(HOSTAP_ VERSION).tar.gz25 HOSTAP_DRIVER_DIR:=$(BUILD_DIR)/hostap-driver-$(HOSTAP_ VERSION)23 HOSTAP_DRIVER_VERSION=0.4.9 24 HOSTAP_DRIVER_SOURCE:=hostap-driver-$(HOSTAP_DRIVER_VERSION).tar.gz 25 HOSTAP_DRIVER_DIR:=$(BUILD_DIR)/hostap-driver-$(HOSTAP_DRIVER_VERSION) 26 26 HOSTAP_DRIVER_PATCH:=$(SOURCE_DIR)/hostap-driver.patch 27 27 HOSTAP_DRIVER_CAT:=zcat -
floppyfw-3.0/makefiles/hostap-utils.mk
r27 r267 21 21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 22 22 # USA 23 HOSTAP_UTILS_VERSION=0. 3.723 HOSTAP_UTILS_VERSION=0.4.7 24 24 HOSTAP_UTILS_SOURCE:=hostap-utils-$(HOSTAP_UTILS_VERSION).tar.gz 25 25 HOSTAP_UTILS_DIR:=$(BUILD_DIR)/hostap-utils-$(HOSTAP_UTILS_VERSION) -
floppyfw-3.0/makefiles/hostap.mk
r19 r267 7 7 ############################################################# 8 8 9 # There are no common versioning any more. 9 10 # HOSTAP_VERSION=0.3.7 10 HOSTAP_VERSION=0.4.5 11 # HOSTAP_VERSION=0.4.11 11 12 12 13 HOSTAP_SITE=http://hostap.epitest.fi/releases/ -
floppyfw-3.0/makefiles/hostapd.mk
r27 r267 4 4 # 5 5 ############################################################# 6 HOSTAP _VERSION=0.3.76 HOSTAPD_VERSION=0.4.11 7 7 HOSTAPD_SOURCE=hostapd-$(HOSTAP_VERSION).tar.gz 8 HOSTAPD_DIR=$(BUILD_DIR)/hostapd-$(HOSTAP _VERSION)8 HOSTAPD_DIR=$(BUILD_DIR)/hostapd-$(HOSTAPD_VERSION) 9 9 HOSTAPD_PATCH=$(SOURCE_DIR)/hostapd.patch 10 10 HOSTAPD_CAT=zcat -
floppyfw-3.0/makefiles/realtek-81xxx-driver.mk
r266 r267 2 2 # 3 3 # realtek-81xxx-driver 4 # 5 # See realtek-81xxx-driver.README for information about this 6 # kinda broken driver. 4 7 # 5 8 ############################################################# … … 37 40 tar $(TAR_VERBOSE) -C $(BUILD_DIR) -xf - 38 41 @mkdir -p $(REALTEK_81XXX_DRIVER_PKG_DIR) 42 $(SED) "s/-O2/-Os/" $(REALTEK_81XXX_DRIVER_DIR)/Makefile_linux24x 39 43 touch $(REALTEK_81XXX_DRIVER_DIR)/.unpacked 40 44