|
|
@ -12,11 +12,6 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
if [ $prefix_auto = 1 ] ; then |
|
|
|
|
|
|
|
prefix="opt/nufw" |
|
|
|
|
|
|
|
set_confopt |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# echo a warning if iptables was not build with development support and |
|
|
|
# echo a warning if iptables was not build with development support and |
|
|
|
# libnetfilter_queue is not available |
|
|
|
# libnetfilter_queue is not available |
|
|
|
if [ "$SDECFG_PKG_IPTABLES_DEVEL" != "1" ] && ! pkginstalled libnetfilter_queue ; then |
|
|
|
if [ "$SDECFG_PKG_IPTABLES_DEVEL" != "1" ] && ! pkginstalled libnetfilter_queue ; then |
|
|
|