mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +02:00
wireless-client: add wireless cfg to iso, backup and core71.
This commit is contained in:
@@ -39,3 +39,4 @@
|
||||
/root/.gitconfig
|
||||
/root/.bash_history
|
||||
/var/ipfire/ethernet/aliases
|
||||
/var/ipfire/ethernet/wireless
|
||||
|
||||
@@ -36,6 +36,7 @@ var/ipfire/ethernet
|
||||
#var/ipfire/ethernet/scanned_nics
|
||||
#var/ipfire/ethernet/settings
|
||||
#var/ipfire/ethernet/vlans
|
||||
#var/ipfire/ethernet/wireless
|
||||
#var/ipfire/extrahd
|
||||
#var/ipfire/extrahd/bin
|
||||
var/ipfire/extrahd/bin/extrahd.pl
|
||||
|
||||
@@ -13,3 +13,4 @@ etc/rc.d/rc6.d/K82wlanclient
|
||||
usr/local/bin/wirelessclient
|
||||
srv/web/ipfire/cgi-bin/wirelessclient.cgi
|
||||
var/ipfire/langs
|
||||
var/ipfire/backup/include
|
||||
|
||||
@@ -39,6 +39,11 @@ done
|
||||
#Extract files
|
||||
extract_files
|
||||
|
||||
#
|
||||
#Create wireless config file...
|
||||
touch /var/ipfire/ethernet/wireless
|
||||
chown nobody:nobody /var/ipfire/ethernet/wireless
|
||||
|
||||
#
|
||||
#Start services
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -64,7 +64,7 @@ $(TARGET) :
|
||||
for i in auth/users backup/include.user backup/exclude.user \
|
||||
certs/index.txt ddns/config ddns/noipsettings ddns/settings ddns/ipcache dhcp/settings \
|
||||
dhcp/fixleases dhcp/advoptions dhcp/dhcpd.conf.local dmzholes/config dns/settings ethernet/aliases ethernet/settings ethernet/known_nics ethernet/scanned_nics \
|
||||
extrahd/scan extrahd/devices extrahd/partitions extrahd/settings fwlogs/ipsettings fwlogs/portsettings \
|
||||
ethernet/wireless extrahd/scan extrahd/devices extrahd/partitions extrahd/settings fwlogs/ipsettings fwlogs/portsettings \
|
||||
isdn/settings mac/settings main/disable_nf_sip main/hosts main/routing main/settings net-traffic/settings optionsfw/settings outgoing/settings outgoing/rules \
|
||||
ovpn/ccd.conf ovpn/ccdroute ovpn/ccdroute2 pakfire/settings portfw/config ppp/settings-1 ppp/settings-2 ppp/settings-3 ppp/settings-4 \
|
||||
ppp/settings-5 ppp/settings proxy/settings proxy/advanced/settings proxy/advanced/cre/enable remote/settings qos/settings qos/classes qos/subclasses qos/level7config qos/portconfig \
|
||||
|
||||
Reference in New Issue
Block a user