Changeset 267 for floppyfw-3.0

Show
Ignore:
Timestamp:
04/25/10 21:39:06 (22 months ago)
Author:
root
Message:

Some fixes and 3.0.12

Location:
floppyfw-3.0
Files:
1 added
6 modified

Legend:

Unmodified
Added
Removed
  • floppyfw-3.0/Makefile

    r266 r267  
    3838 
    3939# Which version of floppyfw is this? 
    40 FLOPPYFW_VERSION=3.0.12rc1 
     40FLOPPYFW_VERSION=3.0.12 
    4141 
    4242# What sortof target system shall we compile this for? 
     
    140140 
    141141# 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. 
    142144TARGETS+=realtek-81xxx-driver 
    143145 
  • floppyfw-3.0/makefiles/hostap-driver.mk

    r28 r267  
    2121# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 
    2222# USA 
    23 HOSTAP_VERSION=0.3.9 
    24 HOSTAP_DRIVER_SOURCE:=hostap-driver-$(HOSTAP_VERSION).tar.gz 
    25 HOSTAP_DRIVER_DIR:=$(BUILD_DIR)/hostap-driver-$(HOSTAP_VERSION) 
     23HOSTAP_DRIVER_VERSION=0.4.9 
     24HOSTAP_DRIVER_SOURCE:=hostap-driver-$(HOSTAP_DRIVER_VERSION).tar.gz 
     25HOSTAP_DRIVER_DIR:=$(BUILD_DIR)/hostap-driver-$(HOSTAP_DRIVER_VERSION) 
    2626HOSTAP_DRIVER_PATCH:=$(SOURCE_DIR)/hostap-driver.patch 
    2727HOSTAP_DRIVER_CAT:=zcat 
  • floppyfw-3.0/makefiles/hostap-utils.mk

    r27 r267  
    2121# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 
    2222# USA 
    23 HOSTAP_UTILS_VERSION=0.3.7 
     23HOSTAP_UTILS_VERSION=0.4.7 
    2424HOSTAP_UTILS_SOURCE:=hostap-utils-$(HOSTAP_UTILS_VERSION).tar.gz 
    2525HOSTAP_UTILS_DIR:=$(BUILD_DIR)/hostap-utils-$(HOSTAP_UTILS_VERSION) 
  • floppyfw-3.0/makefiles/hostap.mk

    r19 r267  
    77############################################################# 
    88 
     9# There are no common versioning any more. 
    910# HOSTAP_VERSION=0.3.7 
    10 HOSTAP_VERSION=0.4.5 
     11# HOSTAP_VERSION=0.4.11 
    1112 
    1213HOSTAP_SITE=http://hostap.epitest.fi/releases/ 
  • floppyfw-3.0/makefiles/hostapd.mk

    r27 r267  
    44# 
    55############################################################# 
    6 HOSTAP_VERSION=0.3.7 
     6HOSTAPD_VERSION=0.4.11 
    77HOSTAPD_SOURCE=hostapd-$(HOSTAP_VERSION).tar.gz 
    8 HOSTAPD_DIR=$(BUILD_DIR)/hostapd-$(HOSTAP_VERSION) 
     8HOSTAPD_DIR=$(BUILD_DIR)/hostapd-$(HOSTAPD_VERSION) 
    99HOSTAPD_PATCH=$(SOURCE_DIR)/hostapd.patch 
    1010HOSTAPD_CAT=zcat 
  • floppyfw-3.0/makefiles/realtek-81xxx-driver.mk

    r266 r267  
    22# 
    33# realtek-81xxx-driver 
     4# 
     5# See realtek-81xxx-driver.README for information about this 
     6# kinda broken driver. 
    47# 
    58############################################################# 
     
    3740                tar $(TAR_VERBOSE) -C $(BUILD_DIR) -xf - 
    3841        @mkdir -p $(REALTEK_81XXX_DRIVER_PKG_DIR) 
     42        $(SED) "s/-O2/-Os/" $(REALTEK_81XXX_DRIVER_DIR)/Makefile_linux24x 
    3943        touch $(REALTEK_81XXX_DRIVER_DIR)/.unpacked 
    4044