diff --git a/src/packages/fff/fff-hoods/Makefile b/src/packages/fff/fff-hoods/Makefile index e166666..c9ade0d 100644 --- a/src/packages/fff/fff-hoods/Makefile +++ b/src/packages/fff/fff-hoods/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fff-hoods -PKG_RELEASE:=14 +PKG_RELEASE:=15 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood index 99f0fce..d07b012 100755 --- a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood +++ b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood @@ -106,7 +106,7 @@ if [ -s "$hoodfiletmp" ]; then json_select ".." # back to root - if ! ([ -n "$chan2ghz" ] && [ -n "$chan5ghz" ]) ; then + if [ -z "$chan2ghz" ] || [ -z "$chan5ghz" ] ; then # If channel is missing, do nothing exit 0 fi