projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[atheros] remove strange direct usage of dev->priv as well
[openwrt.git]
/
package
/
kernel
/
modules
/
network.mk
diff --git
a/package/kernel/modules/network.mk
b/package/kernel/modules/network.mk
index
38de54c
..
51a12a1
100644
(file)
--- a/
package/kernel/modules/network.mk
+++ b/
package/kernel/modules/network.mk
@@
-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.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-696,7
+696,7
@@
define KernelPackage/b44
TITLE:=Broadcom 44xx driver
FILES:=$(LINUX_DIR)/drivers/net/b44.$(LINUX_KMOD_SUFFIX)
KCONFIG:=CONFIG_B44
TITLE:=Broadcom 44xx driver
FILES:=$(LINUX_DIR)/drivers/net/b44.$(LINUX_KMOD_SUFFIX)
KCONFIG:=CONFIG_B44
- DEPENDS:=@TARGET_x86
+ DEPENDS:=@TARGET_x86
@BROKEN
SUBMENU:=$(NETWORK_DEVICES_MENU)
AUTOLOAD:=$(call AutoLoad,50,b44)
endef
SUBMENU:=$(NETWORK_DEVICES_MENU)
AUTOLOAD:=$(call AutoLoad,50,b44)
endef
This page took
0.025676 seconds
and
4
git commands to generate.