Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
734588ca09
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/avm/ipw2100/ipw2100.conf

+ 3
- 0
package/avm/ipw2100/ipw2100.conf

@ -3,6 +3,9 @@ ipw2100_pm() {
tar -x --use-compress-program=bunzip2 -f $driverfile
driverdir=$(echo $driverfile | sed -e "s,.*/,," -e "s,.tar.bz2,,")
var_append makeopt " " "HOSTAP=$driverdir"
# don't run depmod -> shared files
sed -i '\,sbin/depmod, d' Makefile
}
hook_add premake 3 "ipw2100_pm"

Loading…
Cancel
Save