Changeset d419478 in freewrt for package/wpa_supplicant
- Timestamp:
- Jul 21, 2006, 1:56:32 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 50d34d3
- Parents:
- 2029b2e
- File:
-
- 1 edited
-
package/wpa_supplicant/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/wpa_supplicant/Makefile
r2029b2e rd419478 10 10 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ 11 11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 12 PKG_CAT:=zcat13 12 14 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)15 13 16 14 include $(TOPDIR)/package/rules.mk … … 18 16 $(eval $(call PKG_template,WPA_SUPPLICANT,wpa-supplicant,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 19 17 20 $( PKG_BUILD_DIR)/.configured:21 $(CP) ./files/config $( PKG_BUILD_DIR)/.config18 $(WRKBUILD)/.configured: 19 $(CP) ./files/config $(WRKBUILD)/.config 22 20 touch $@ 23 21 24 $( PKG_BUILD_DIR)/.built:25 $(MAKE) -C $( PKG_BUILD_DIR) \22 $(WRKBUILD)/.built: 23 $(MAKE) -C $(WRKBUILD) \ 26 24 $(TARGET_CONFIGURE_OPTS) \ 27 25 CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include/madwifi" \ … … 34 32 $(IPKG_WPA_SUPPLICANT): 35 33 install -m0755 -d $(IDIR_WPA_SUPPLICANT)/usr/sbin 36 install -m0755 $( PKG_BUILD_DIR)/wpa_cli $(IDIR_WPA_SUPPLICANT)/usr/sbin/37 install -m0755 $( PKG_BUILD_DIR)/wpa_passphrase $(IDIR_WPA_SUPPLICANT)/usr/sbin/38 install -m0755 $( PKG_BUILD_DIR)/wpa_supplicant $(IDIR_WPA_SUPPLICANT)/usr/sbin/34 install -m0755 $(WRKBUILD)/wpa_cli $(IDIR_WPA_SUPPLICANT)/usr/sbin/ 35 install -m0755 $(WRKBUILD)/wpa_passphrase $(IDIR_WPA_SUPPLICANT)/usr/sbin/ 36 install -m0755 $(WRKBUILD)/wpa_supplicant $(IDIR_WPA_SUPPLICANT)/usr/sbin/ 39 37 $(RSTRIP) $(IDIR_WPA_SUPPLICANT) 40 38 $(IPKG_BUILD) $(IDIR_WPA_SUPPLICANT) $(PACKAGE_DIR)
Note:
See TracChangeset
for help on using the changeset viewer.
