wok diff linmodem-intel-536ep/receipt @ rev 5575

linux-netfilter: don't pack ipv6 module
author Akim Bey <gokhlayeh@mailoo.org>
date Sat May 15 14:41:17 2010 +0000 (2010-05-15)
parents 851b17343f9e
children 7c4bd9ce665d
line diff
     1.1 --- a/linmodem-intel-536ep/receipt	Wed May 05 13:57:41 2010 +0200
     1.2 +++ b/linmodem-intel-536ep/receipt	Sat May 15 14:41:17 2010 +0000
     1.3 @@ -30,7 +30,7 @@
     1.4    grep -rl 'uname -r' * | xargs sed -i "s/uname -r/echo $KERNEL_VERSION/"
     1.5     # Bypass linux source package check
     1.6    sed -i 's/@bash config_check/#@bash config_check/' makefile
     1.7 -  grep -rl 'linux/autoconf.h' | xargs sed -i 's|linux/autoconf.h|generated/autoconf.h|'
     1.8 +  grep -rl 'linux/autoconf.h' * | xargs sed -i 's|linux/autoconf.h|generated/autoconf.h|'
     1.9    make KERNEL_SOURCE_PATH=$WOK/linux/linux-$KERNEL_VERSION KDIR=$WOK/linux/linux-$KERNEL_VERSION MODEM_TYPE=536 536
    1.10  }
    1.11