mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Use correct hostap source, deprecate package due to inclusion in linux kernel
This commit is contained in:
parent
c9265a8c6c
commit
25fca604f9
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_HOSTAP
|
config BR2_PACKAGE_HOSTAP
|
||||||
bool "hostap"
|
bool "hostap"
|
||||||
default n
|
default n
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
select BR2_PACKAGE_PCMCIA
|
select BR2_PACKAGE_PCMCIA
|
||||||
help
|
help
|
||||||
Linux driver for wireless LAN cards based on Intersil's
|
Linux driver for wireless LAN cards based on Intersil's
|
||||||
|
@ -2,9 +2,14 @@
|
|||||||
#
|
#
|
||||||
# hostap
|
# hostap
|
||||||
#
|
#
|
||||||
|
# Note! Host AP driver was added into the main kernel tree in Linux v2.6.14.
|
||||||
|
# The version in the kernel tree should be used instead of this external hostap-driver package.
|
||||||
|
# The external releases are only for older kernel versions and all
|
||||||
|
# the future development will be in the main kernel tree.
|
||||||
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
HOSTAP_VERSION=0.5.8
|
HOSTAP_VERSION=0.4.9
|
||||||
HOSTAP_SOURCE=hostapd-$(HOSTAP_VERSION).tar.gz
|
HOSTAP_SOURCE=hostap-driver-$(HOSTAP_VERSION).tar.gz
|
||||||
HOSTAP_SITE=http://hostap.epitest.fi/releases
|
HOSTAP_SITE=http://hostap.epitest.fi/releases
|
||||||
HOSTAP_DIR=$(BUILD_DIR)/hostapd-$(HOSTAP_VERSION)
|
HOSTAP_DIR=$(BUILD_DIR)/hostapd-$(HOSTAP_VERSION)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user