mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	prevent madwifi from building on UML
SVN-Revision: 8855
This commit is contained in:
		
							parent
							
								
									1af0f14c44
								
							
						
					
					
						commit
						7ba4e5c3c0
					
				@ -50,6 +50,11 @@ else
 | 
				
			|||||||
  endif
 | 
					  endif
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# XXX: remove this check later when we have PCI support properly detected on all targets
 | 
				
			||||||
 | 
					ifneq ($(CONFIG_TARGET_uml),)
 | 
				
			||||||
 | 
					 BUS:=
 | 
				
			||||||
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RATE_CONTROL:=minstrel
 | 
					RATE_CONTROL:=minstrel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MADWIFI_FILES:= \
 | 
					MADWIFI_FILES:= \
 | 
				
			||||||
@ -89,7 +94,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
 | 
					  DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!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
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user