Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
gnychis committed Mar 14, 2011
1 parent 8f2557b commit afd5455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/coexisyst_pack.sh
Expand Up @@ -6,6 +6,7 @@ find . -name zImage -exec cp {} coexisyst_build/kernel/ \; &> /dev/null
find . -name "*.ko" -exec cp {} coexisyst_build/system/lib/modules/ \; &> /dev/null
cdir=$(pwd)
cd ../wlan/wl1271/platforms/os/linux
make
cd $cdir
cp ../wlan/wl1271/platforms/os/linux/tiwlan_drv.ko coexisyst_build/system/lib/modules/
cd coexisyst_build
Expand Down

0 comments on commit afd5455

Please sign in to comment.