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:
parent
1b4c9db08f
commit
3c5d35183e
10 changed files with 32 additions and 9 deletions
|
@ -15,10 +15,12 @@ LINUX_VERSION:=2.6.28.7
|
|||
|
||||
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
|
||||
Build firmware images for Atheros AR71xx/AR913x based boards
|
||||
Build firmware images for Atheros AR71xx/AR913x based boards.
|
||||
endef
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
|
|
@ -189,6 +189,11 @@ define Image/Build/Profile/Default
|
|||
$(call Image/Build/Profile/WP543,$(1))
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/Madwifi
|
||||
$(call Image/Build/Profile/UBNTRS,$(1))
|
||||
$(call Image/Build/Profile/WP543,$(1))
|
||||
endef
|
||||
|
||||
define Image/Build/squashfs
|
||||
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
||||
endef
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
define Profile/Default
|
||||
NAME:=Default
|
||||
NAME:=Default Profile (no WiFi)
|
||||
PACKAGES:=
|
||||
endef
|
||||
|
||||
|
|
16
target/linux/ar71xx/profiles/01-madwifi.mk
Normal file
16
target/linux/ar71xx/profiles/01-madwifi.mk
Normal 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))
|
|
@ -11,7 +11,7 @@ define Profile/WP543
|
|||
endef
|
||||
|
||||
define Profile/WP543/Description
|
||||
Package set optimized for the Compex WP543
|
||||
Package set optimized for the Compex WP543.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,WP543))
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/DIR615C1
|
||||
NAME:=D-Link DIR-615 rev. C1
|
||||
PACKAGES:=kmod-ath9k
|
||||
PACKAGES:=kmod-ath9k hostapd-mini
|
||||
endef
|
||||
|
||||
define Profile/DIR615C1/Description
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/MZKW04NU
|
||||
NAME:=Planex MZK-W04NU
|
||||
PACKAGES:=kmod-ath9k kmod-usb-ohci kmod-usb2
|
||||
PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-ohci kmod-usb2
|
||||
endef
|
||||
|
||||
define Profile/MZKW04NU/Description
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/TLWR941ND
|
||||
NAME:=TP-LINK TL-WR941ND
|
||||
PACKAGES:=kmod-ath9k
|
||||
PACKAGES:=kmod-ath9k hostapd-mini
|
||||
endef
|
||||
|
||||
define Profile/TLWR941ND/Description
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/TEW632BRP
|
||||
NAME:=TRENDNet TEW-632BRP
|
||||
PACKAGES:=kmod-ath9k
|
||||
PACKAGES:=kmod-ath9k hostapd-mini
|
||||
endef
|
||||
|
||||
define Profile/TEW632BRP/Description
|
||||
|
|
|
@ -11,7 +11,7 @@ define Profile/UBNTRS
|
|||
endef
|
||||
|
||||
define Profile/UBNTRS/Description
|
||||
Package set optimized for the Ubiquiti RouterStation
|
||||
Package set optimized for the Ubiquiti RouterStation.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,UBNTRS))
|
||||
|
|
Loading…
Reference in a new issue