Browse Source

util-vserver: Fixed cross-compiling by helping to find modprobe and rmmod

user/amery/cross
Christian Wiese 17 years ago committed by Alejandro Mery
parent
commit
c970952ee5
  1. 4
      security/util-vserver/util-vserver.conf

4
security/util-vserver/util-vserver.conf

@ -34,12 +34,14 @@ var_remove_regex makeopt ' ' 'CC=.*'
# some help to crosscompile
#
for x in ip iptables vconfig wget cp mv ln; do
for x in ip iptables modprobe rmmod vconfig wget cp mv ln; do
# which package or fixed path?
x_path=
case "$x" in
ip)
y="iproute2" ;;
modprobe|rmmod)
y="module-init-tools" ;;
vconfig)
y="vlan" ;;
cp|mv|ln)

Loading…
Cancel
Save