Browse Source

iptables: new way of specifying the kernel source used from version 1.4.1.1 onwards

linux-2.6.27.6
Nagy Karoly Gabriel 16 years ago committed by Alejandro Mery
parent
commit
0db50fcd83
  1. 2
      network/iptables/iptables.conf

2
network/iptables/iptables.conf

@ -14,6 +14,8 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append confopt ' ' "--with-ksource=$root/usr/src/linux"
if [ "$SDECFG_PKG_IPTABLES_DEVEL" != 0 ] ; then
var_append confopt ' ' "--enable-devel"
var_append confopt ' ' "--enable-libipq"

Loading…
Cancel
Save