Browse Source

hostapd: improved to have nl80211 driver support by default

user/karasz/next/updates
Christian Wiese 15 years ago
parent
commit
eb1ce4f990
  1. 1
      network/hostapd/hostapd.conf

1
network/hostapd/hostapd.conf

@ -14,6 +14,7 @@
pkg_hostapd_config() {
cp -v ./defconfig .config
echo "CONFIG_DRIVER_NL80211=y" >> .config
}
# there is no top-level Makefile

Loading…
Cancel
Save