diff options
-rwxr-xr-x | rt61/build/rt61.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt61/build/rt61.SlackBuild b/rt61/build/rt61.SlackBuild index c471bde2..5e09eeaf 100755 --- a/rt61/build/rt61.SlackBuild +++ b/rt61/build/rt61.SlackBuild @@ -181,9 +181,9 @@ if [ $PATCHLEVEL -eq 4 ]; then else cp -a Module/${PRGNAM}.ko $PKG/lib/modules/${KVER}/extra/ fi -# Copy the firmware files over: -mkdir -p $PKG/etc/Wireless/RT61STA -cp -a Module/*bin $PKG/etc/Wireless/RT61STA/ +# Copy the firmware files over (note, the driver now looks in /lib/firmware): +mkdir -p $PKG/lib/firmware +cp -a Module/*bin $PKG/lib/firmware/ # We don't bother with RaLink's binary configuration file, # /etc/Wireless/RT61STA/rt61sta.dat, since iwconfig/iwpriv are just as good. |