explicitely disable a bunch of package on ar7 until we properly detect pci & usb support at configure time
SVN-Revision: 10839
This commit is contained in:
parent
d07eb95838
commit
2a4a0c2bcc
@ -19,6 +19,8 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION)
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
# XXX: remove @!TARGET_* later when we have PCI & USB support properly detected on all targets
|
||||||
|
|
||||||
define KernelPackage/mac80211
|
define KernelPackage/mac80211
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Linux 802.11 Wireless Networking Stack
|
TITLE:=Linux 802.11 Wireless Networking Stack
|
||||||
@ -54,7 +56,7 @@ $(eval $(call Download,rt71w))
|
|||||||
define KernelPackage/rt2x00/Default
|
define KernelPackage/rt2x00/Default
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Ralink Drivers for RT2x00 cards
|
TITLE:=Ralink Drivers for RT2x00 cards
|
||||||
DEPENDS:=@LINUX_2_6_24 @!TARGET_atheros @!TARGET_uml
|
DEPENDS:=@LINUX_2_6_24 @!TARGET_ar7 @!TARGET_atheros @!TARGET_uml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/rt2x00-lib
|
define KernelPackage/rt2x00-lib
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -59,7 +59,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# XXX: remove this check later when we have PCI support properly detected on all targets
|
# XXX: remove this check later when we have PCI support properly detected on all targets
|
||||||
ifneq ($(CONFIG_TARGET_uml),)
|
ifneq ($(CONFIG_TARGET_ar7)$(CONFIG_TARGET_uml),)
|
||||||
BUS:=
|
BUS:=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ define KernelPackage/madwifi
|
|||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Driver for Atheros wireless chipsets
|
TITLE:=Driver for Atheros wireless chipsets
|
||||||
URL:=http://madwifi.org/
|
URL:=http://madwifi.org/
|
||||||
DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_uml
|
DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_ar7 @!TARGET_avr32 @!TARGET_etrax @!TARGET_uml
|
||||||
FILES:=$(MADWIFI_FILES)
|
FILES:=$(MADWIFI_FILES)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
|
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
|
||||||
endef
|
endef
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
# $Id: $
|
# $Id$
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
@ -18,10 +18,12 @@ PKG_FWP54_MD5SUM:=09f9da7ea757173c9de1a0322a1f9782
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
# XXX: remove @!TARGET_* later when we have PCI & USB support properly detected on all targets
|
||||||
|
|
||||||
define KernelPackage/p54/Default
|
define KernelPackage/p54/Default
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Prism Wireless Support (mac80211)
|
TITLE:=Prism Wireless Support (mac80211)
|
||||||
DEPENDS:=+kmod-mac80211 @!TARGET_atheros @!TARGET_uml
|
DEPENDS:=+kmod-mac80211 @!TARGET_ar7 @!TARGET_atheros @!TARGET_uml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/p54-common
|
define KernelPackage/p54-common
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user