projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3184c59
)
et131x requires pci support
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Aug 2008 17:35:33 +0000
(17:35 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Aug 2008 17:35:33 +0000
(17:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12144
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/et131x/Makefile
patch
|
blob
|
history
diff --git
a/net/et131x/Makefile
b/net/et131x/Makefile
index
93e3eb8
..
1863acc
100644
(file)
--- a/
net/et131x/Makefile
+++ b/
net/et131x/Makefile
@@
-16,7
+16,7
@@
define KernelPackage/et131x
TITLE:=Agere ET131x Gigabit Ethernet driver
URL:=http://sourceforge.net/projects/et131x
FILES:=$(PKG_BUILD_DIR)/et131x.$(LINUX_KMOD_SUFFIX)
- DEPENDS:=@LINUX_2_6
+ DEPENDS:=@LINUX_2_6
@PCI_SUPPORT
AUTOLOAD:=$(call AutoLoad,70,et131x)
endef