mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 06:53:08 +02:00
ar71xx: allow to build ag71xx w/o PCI support enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30407 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8940cbc303
commit
1d05b280c9
@ -1,5 +1,14 @@
|
|||||||
--- a/drivers/net/ethernet/atheros/Kconfig
|
--- a/drivers/net/ethernet/atheros/Kconfig
|
||||||
+++ b/drivers/net/ethernet/atheros/Kconfig
|
+++ b/drivers/net/ethernet/atheros/Kconfig
|
||||||
|
@@ -5,7 +5,7 @@
|
||||||
|
config NET_VENDOR_ATHEROS
|
||||||
|
bool "Atheros devices"
|
||||||
|
default y
|
||||||
|
- depends on PCI
|
||||||
|
+ depends on (PCI || ATH79)
|
||||||
|
---help---
|
||||||
|
If you have a network (Ethernet) card belonging to this class, say Y
|
||||||
|
and read the Ethernet-HOWTO, available from
|
||||||
@@ -67,4 +67,6 @@ config ATL1C
|
@@ -67,4 +67,6 @@ config ATL1C
|
||||||
To compile this driver as a module, choose M here. The module
|
To compile this driver as a module, choose M here. The module
|
||||||
will be called atl1c.
|
will be called atl1c.
|
||||||
|
Loading…
Reference in New Issue
Block a user