From a77f8dd0efdc82156edab705e789f3d6a5fc70dd Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 31 May 2007 23:39:45 +0000 Subject: Fix of mkdxsinitrd for WLAN environment setup (atheros) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1127 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/mkdxsinitrd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd index c8365984..4fcfd9a3 100755 --- a/initramfs/mkdxsinitrd +++ b/initramfs/mkdxsinitrd @@ -485,7 +485,7 @@ fi # if wlan should be supported in stage3 if [ -n "${enable_wlan}" ] ; then - cobi iwconfig bin + cobi iwconfig bin fi # if tpm should be used within InitRamFS ... @@ -581,9 +581,9 @@ for module in af_packet unix ${NWMODULES} ${FSMODULES} ${MISCMODULES} \ # cp ${rdirprefix}/net/wireless ... #;; ath_pci) - for wlanmodule in ath_rate_sample wlan ath_hal; do + for wlanmodule in ath_rate_sample ath_hal wlan wlan_scan_sta ; do mod=$(cd /${ROOTDIR}; find "lib/modules/${KERNVER}" \ - -name ${module}.ko 2>/dev/null) + -name ${wlanmodule}.ko 2>/dev/null) mkdir -p ${INSTDIR}/${mod%/*} # specific function which can follow a link modcp ${ROOTDIR}/$mod ${INSTDIR}/${mod%/*} ${ROOTDIR} -- cgit v1.2.3-55-g7522