Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
b2ba4caf65
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      package/base/wireless-tools/wireless-tools.conf

+ 8
- 2
package/base/wireless-tools/wireless-tools.conf

@ -23,6 +23,12 @@
var_append makeopt " " "PREFIX=$root/$prefix"
var_append makeinstopt " " "PREFIX=$root/$prefix"
hook_add postmake 5 "cp -v $confdir/rocknet_wireless.sh \
$root/etc/network/modules/wireless.sh"
var_append INSTALL_WRAPPER_FILTER "|" \
'sed -e "s,usr/\(sbin/ifrename\),\1," -e "s,usr/lib/,lib/,"'
wireless_tools_postmake()
{
cp -v $confdir/rocknet_wireless.sh \
$root/etc/network/modules/wireless.sh
}
hook_add postmake 5 wireless_tools_postmake

Loading…
Cancel
Save