Changeset 201

Show
Ignore:
Timestamp:
12/26/06 16:39:27 (5 years ago)
Author:
root
Message:

More fixing to get a clean make.

Location:
floppyfw/package
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • floppyfw/package/Makefile.in

    r200 r201  
    2929 
    3030# TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING) 
    31 TARGET_CFLAGS:=-Os -pipe  
     31TARGET_CFLAGS:=-Os  
    3232HOSTCC:=distcc gcc 
    3333 
  • floppyfw/package/hostap-driver/hostap-driver.mk

    r141 r201  
    7070hostap-driver-dirclean: 
    7171        $(RM) -r $(HOSTAP_DRIVER_DIR) 
     72 
  • floppyfw/package/hostap/hostap.mk

    r188 r201  
    1212HOSTAP_SITE=http://hostap.epitest.fi/releases/ 
    1313 
    14 HOSTAP_PKG_DIR=$(PACKAGES_DIR)/hostap-$(FLOPPYFW_VERSION) 
     14HOSTAP_PKG_DIR=$(TARGET_PACKAGES_DIR)/hostap-$(FLOPPYFW_VERSION) 
    1515 
    1616$(HOSTAP_PKG_DIR)/etc:  
     
    2929# 
    3030############################################################# 
    31 ifeq (,y) 
     31ifeq ($(strip $(BR2_PACKAGE_HOSTAP)),y) 
    3232TARGETS+=hostap 
    3333endif 
    34 ifeq (,m) 
     34ifeq ($(strip $(BR2_PACKAGE_HOSTAP)),m) 
    3535TARGETS+=hostap 
    3636endif 
  • floppyfw/package/hostapd/hostapd.mk

    r141 r201  
    4747hostapd-dirclean: 
    4848        -$(RM) -r $(HOSTAPD_DIR) 
     49 
    4950############################################################# 
    5051# 
     
    5253# 
    5354############################################################# 
    54 ifeq (,y) 
     55ifeq ($(strip $(BR2_PACKAGE_HOSTAPD)),y) 
    5556TARGETS+=hostapd 
    5657endif 
    57 ifeq (,m) 
     58ifeq ($(strip $(BR2_PACKAGE_HOSTAPD)),m) 
    5859TARGETS+=hostapd 
    5960endif 
  • floppyfw/package/wpa_supplicant/wpa_supplicant.mk

    r185 r201  
    5959        -$(SSTRIP) $(WPA_SUPPLICANT_PKG_DIR)/usr/sbin/wpa_cli 
    6060 
    61 wpa_supplicant: $(WPA_SUPPLICANT_PKG_DIR)/usr/sbin/wpa_supplicant 
     61wpa_supplicant: hostap $(WPA_SUPPLICANT_PKG_DIR)/usr/sbin/wpa_supplicant 
    6262 
    6363wpa_supplicant-clean: