Changeset 1536
- Timestamp:
- 05/01/06 01:18:38 (3 years ago)
- Files:
-
- trunk/INSTALL (modified) (1 diff)
- trunk/ath_hal/Makefile.kernel (modified) (2 diffs)
- trunk/contrib/madwifi.spec.in (modified) (1 diff)
- trunk/patches/2.6/install.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r1297 r1536 11 11 ============ 12 12 13 o uudecode tool (part of sharutils)14 13 o Kernel sources of the target kernel (some Linux distributions provide 15 14 headers, makefiles and configuration data - it should suffice). trunk/ath_hal/Makefile.kernel
r1175 r1536 26 26 # Use release version of HAL. 27 27 # 28 # NB: binary HAL's are distributed in a uuencode'd file; on some29 # systems uuencode is not installed by default and you must30 # specially install it from the sharutils package.31 #32 UUDECODE?= uudecode33 34 28 HAL= $(src)/../hal 35 29 OPT_AH_H= ${HAL}/public/${TARGET}.opt_ah.h … … 54 48 55 49 ifndef HAL_OBJDIR 56 $(obj)/hal.o: ${HAL}/public/${TARGET}.hal .o.uu57 ${UUDECODE} -o $(obj)/hal.o < $<50 $(obj)/hal.o: ${HAL}/public/${TARGET}.hal 51 cp $< $(obj)/hal.o 58 52 else 59 53 $(obj)/hal.o: ${HAL_OBJDIR}/hal.o trunk/contrib/madwifi.spec.in
r1358 r1536 28 28 Requires: /sbin/depmod 29 29 Requires: %{name}-module >= %{version} 30 BuildRequires: sharutils31 30 BuildRequires: /sbin/depmod 32 31 BuildRequires: /lib/modules/%{mykversion}/build/Makefile trunk/patches/2.6/install.sh
r1502 r1536 99 99 INSTALL ${DST_HAL}/public ${SRC_HAL}/public/*.inc 100 100 INSTALL ${DST_HAL}/public ${SRC_HAL}/public/*.opt_ah.h 101 INSTALL ${DST_HAL}/public ${SRC_HAL}/public/*.hal .o.uu101 INSTALL ${DST_HAL}/public ${SRC_HAL}/public/*.hal 102 102 if [ -d ${SRC_HAL}/ar5212 ]; then 103 103 MKDIR ${DST_HAL}/ar5212
