move madwifi driver into a separate profile, and add hostapd-mini for the devices based on the ar913x

SVN-Revision: 14694
This commit is contained in:
Gabor Juhos 2009-02-28 18:47:43 +00:00
parent 1b4c9db08f
commit 3c5d35183e
10 changed files with 32 additions and 9 deletions

View file

@ -15,10 +15,12 @@ LINUX_VERSION:=2.6.28.7
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += hostapd-mini kmod-madwifi kmod-gpio-leds DEFAULT_PACKAGES += \
kmod-gpio-leds kmod-input-core kmod-input-polldev \
kmod-input-gpio-buttons kmod-button-hotplug
define Target/Description define Target/Description
Build firmware images for Atheros AR71xx/AR913x based boards Build firmware images for Atheros AR71xx/AR913x based boards.
endef endef
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

View file

@ -189,6 +189,11 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/WP543,$(1)) $(call Image/Build/Profile/WP543,$(1))
endef endef
define Image/Build/Profile/Madwifi
$(call Image/Build/Profile/UBNTRS,$(1))
$(call Image/Build/Profile/WP543,$(1))
endef
define Image/Build/squashfs define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs) $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
endef endef

View file

@ -6,7 +6,7 @@
# #
define Profile/Default define Profile/Default
NAME:=Default NAME:=Default Profile (no WiFi)
PACKAGES:= PACKAGES:=
endef endef

View file

@ -0,0 +1,16 @@
#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Madwifi
NAME:=Atheros WiFi (madwifi)
PACKAGES:=kmod-madwifi hostapd-mini
endef
define Profile/Madwifi/Description
Package set compatible with hardware using Atheros WiFi cards.
endef
$(eval $(call Profile,Madwifi))

View file

@ -11,7 +11,7 @@ define Profile/WP543
endef endef
define Profile/WP543/Description define Profile/WP543/Description
Package set optimized for the Compex WP543 Package set optimized for the Compex WP543.
endef endef
$(eval $(call Profile,WP543)) $(eval $(call Profile,WP543))

View file

@ -7,7 +7,7 @@
define Profile/DIR615C1 define Profile/DIR615C1
NAME:=D-Link DIR-615 rev. C1 NAME:=D-Link DIR-615 rev. C1
PACKAGES:=kmod-ath9k PACKAGES:=kmod-ath9k hostapd-mini
endef endef
define Profile/DIR615C1/Description define Profile/DIR615C1/Description

View file

@ -7,7 +7,7 @@
define Profile/MZKW04NU define Profile/MZKW04NU
NAME:=Planex MZK-W04NU NAME:=Planex MZK-W04NU
PACKAGES:=kmod-ath9k kmod-usb-ohci kmod-usb2 PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-ohci kmod-usb2
endef endef
define Profile/MZKW04NU/Description define Profile/MZKW04NU/Description

View file

@ -7,7 +7,7 @@
define Profile/TLWR941ND define Profile/TLWR941ND
NAME:=TP-LINK TL-WR941ND NAME:=TP-LINK TL-WR941ND
PACKAGES:=kmod-ath9k PACKAGES:=kmod-ath9k hostapd-mini
endef endef
define Profile/TLWR941ND/Description define Profile/TLWR941ND/Description

View file

@ -7,7 +7,7 @@
define Profile/TEW632BRP define Profile/TEW632BRP
NAME:=TRENDNet TEW-632BRP NAME:=TRENDNet TEW-632BRP
PACKAGES:=kmod-ath9k PACKAGES:=kmod-ath9k hostapd-mini
endef endef
define Profile/TEW632BRP/Description define Profile/TEW632BRP/Description

View file

@ -11,7 +11,7 @@ define Profile/UBNTRS
endef endef
define Profile/UBNTRS/Description define Profile/UBNTRS/Description
Package set optimized for the Ubiquiti RouterStation Package set optimized for the Ubiquiti RouterStation.
endef endef
$(eval $(call Profile,UBNTRS)) $(eval $(call Profile,UBNTRS))