mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dhcpd has also restarted at hostapd start
renamed bluez to bluetooth
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
srv/web/ipfire/cgi-bin/bluetooth.cgi
|
||||
var/ipfire/menu.d/EX-bluetooth.menu
|
||||
var/ipfire/bluetooth/settings
|
||||
var/ipfire/backup/addons/includes/bluez
|
||||
var/ipfire/backup/addons/includes/bluetooth
|
||||
etc/rc.d/init.d/bluetooth
|
||||
etc/rc.d/rc3.d/S16bluetooth
|
||||
etc/rc.d/rc0.d/K84bluetooth
|
||||
@@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = bluez
|
||||
PROG = bluetooth
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = "dbus glib"
|
||||
2
make.sh
2
make.sh
@@ -589,7 +589,7 @@ buildipfire() {
|
||||
ipfiremake tftp-hpa
|
||||
ipfiremake cpufrequtils
|
||||
ipfiremake dbus
|
||||
ipfiremake bluez
|
||||
ipfiremake bluetooth
|
||||
ipfiremake gutenprint
|
||||
echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
|
||||
cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
|
||||
|
||||
@@ -35,6 +35,7 @@ case "${1}" in
|
||||
# Bring blue up (but not at boot)
|
||||
if [ "$(basename $0)" == "hostapd" ]; then
|
||||
/etc/rc.d/init.d/networking/blue start
|
||||
/etc/rc.d/init.d/dhcp restart
|
||||
fi
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user