diff options
Diffstat (limited to 'openwrt/package/kismet/files/kismet.conf')
-rw-r--r-- | openwrt/package/kismet/files/kismet.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/kismet/files/kismet.conf b/openwrt/package/kismet/files/kismet.conf index 1f750a60c9..a417d2885b 100644 --- a/openwrt/package/kismet/files/kismet.conf +++ b/openwrt/package/kismet/files/kismet.conf @@ -18,7 +18,9 @@ suiduser=nobody # The initial channel is optional, if hopping is not enabled it can be used # to set the channel the interface listens on. # YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE -source=wrt54g,prism0,wireless +source=wrt54g,eth1,wireless +# For v1 hardware uncomment this: +# source=wrt54g,eth2,wireless # Comma-separated list of sources to enable. This is only needed if you defined # multiple sources and only want to enable some of them. By default, all defined |