Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
#CONFIG_DEBUG_FILE=y
# Send debug messages to syslog instead of stdout
-#CONFIG_DEBUG_SYSLOG=y
+CONFIG_DEBUG_SYSLOG=y
# Add support for sending all debug messages (regardless of debug verbosity)
# to the Linux kernel tracing facility. This helps debug the entire stack by
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = hostapd
-PAK_VER = 66
+PAK_VER = 67
DEPS =
fi
boot_mesg "Starting hostapd... "
- loadproc /usr/bin/hostapd -B /etc/hostapd.conf -i "${interface}"
+ loadproc /usr/bin/hostapd -s -B /etc/hostapd.conf -i "${interface}"
;;
stop)