freifunk-common: cleanup references to madwifi
Remove the code related to the deprecated madwifi driver. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
3c988cf16c
commit
7ab9b5a714
2 changed files with 1 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=freifunk-common
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
|
|
|
@ -104,12 +104,6 @@ config 'defaults' 'wifi_iface'
|
|||
option 'bssid' '12:CA:FF:EE:BA:BE'
|
||||
option 'mcast_rate' '6000'
|
||||
|
||||
config 'defaults' 'madwifi_wifi_iface'
|
||||
option 'bgscan' '0'
|
||||
option 'sw_merge' '1'
|
||||
option 'probereq' '1'
|
||||
option 'mcast_rate' '5500'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.255.0.0'
|
||||
option 'dns' '8.8.8.8 212.204.49.83 141.1.1.1'
|
||||
|
|
Loading…
Reference in a new issue