Changeset c8b93bd in freewrt for package/wificonf
- Timestamp:
- Sep 16, 2006, 6:21:37 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 9036ea5
- Parents:
- 8e47882
- File:
-
- 1 edited
-
package/wificonf/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/wificonf/Makefile
r8e47882 rc8b93bd 1 # $Id: Makefile 2480 2005-11-14 02:07:33Z nbd $ 1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/licence for details. 2 6 3 7 include $(TOPDIR)/rules.mk 4 8 5 PKG_NAME:= wificonf6 PKG_RELEASE:= 59 PKG_NAME:= wificonf 10 PKG_RELEASE:= 5 7 11 8 12 WRKSRC= ${WRKDIR}/wificonf 13 DISTFILES:= 9 14 10 DISTFILES:= 11 include $(TOPDIR)/package/rules.mk 15 include $(TOPDIR)/mk/package.mk 12 16 13 17 $(eval $(call PKG_template,WIFICONF,$(PKG_NAME),$(PKG_RELEASE),$(ARCH))) 14 18 15 19 $(WRKBUILD)/.prepared: 16 mkdir -p $ @20 mkdir -p $(WRKBUILD) 17 21 touch $@ 18 22 … … 21 25 22 26 $(WRKBUILD)/.built: 23 $(TARGET_CC) $(TARGET_CFLAGS) -Iinclude/ -I$(STAGING_DIR)/usr/include -o $(WRKBUILD)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so 27 $(TARGET_CC) $(TARGET_CFLAGS) -I./include \ 28 -I$(STAGING_DIR)/usr/include \ 29 -o $(WRKBUILD)/wifi wificonf.c \ 30 -L$(STAGING_DIR)/usr/lib -lnvram -lshared \ 31 $(STAGING_DIR)/usr/lib/libiw.so 24 32 touch $@ 25 33 26 34 $(IPKG_WIFICONF): 27 install -d -m0755$(IDIR_WIFICONF)/sbin28 install -m0755$(WRKBUILD)/wifi $(IDIR_WIFICONF)/sbin/35 $(INSTALL_DIR) $(IDIR_WIFICONF)/sbin 36 $(INSTALL_BIN) $(WRKBUILD)/wifi $(IDIR_WIFICONF)/sbin/ 29 37 $(RSTRIP) $(IDIR_WIFICONF) 30 38 $(IPKG_BUILD) $(IDIR_WIFICONF) $(PACKAGE_DIR)
Note:
See TracChangeset
for help on using the changeset viewer.
