projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* disable ikconfig by default
[openwrt.git]
/
package
/
kernel
/
modules
/
network.mk
diff --git
a/package/kernel/modules/network.mk
b/package/kernel/modules/network.mk
index
4794941
..
142271f
100644
(file)
--- a/
package/kernel/modules/network.mk
+++ b/
package/kernel/modules/network.mk
@@
-83,6
+83,7
@@
$(eval $(call KernelPackage,capi))
define KernelPackage/ipip
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=IP-in-IP encapsulation
define KernelPackage/ipip
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=IP-in-IP encapsulation
+ DEPENDS:=+kmod-iptunnel4
KCONFIG:=CONFIG_NET_IPIP
FILES:=$(LINUX_DIR)/net/ipv4/ipip.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ipip)
KCONFIG:=CONFIG_NET_IPIP
FILES:=$(LINUX_DIR)/net/ipv4/ipip.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ipip)
@@
-680,22
+681,19
@@
endef
$(eval $(call KernelPackage,e1000))
$(eval $(call KernelPackage,e1000))
-
-define KernelPackage/r8169
-
SUBMENU:=$(NETWORK_DEVICES_MENU
)
- TITLE:=Realtek 8169 gigabit ethernet support
+define KernelPackage/b44
+ TITLE:=Broadcom 44xx driver
+
FILES:=$(LINUX_DIR)/drivers/net/b44.$(LINUX_KMOD_SUFFIX
)
+ KCONFIG:=CONFIG_B44
DEPENDS:=@TARGET_x86
DEPENDS:=@TARGET_x86
- KCONFIG:=CONFIG_R8169
- FILES:=$(LINUX_DIR)/drivers/net/r8169.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,50,r8169)
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
+ AUTOLOAD:=$(call AutoLoad,50,b44)
endef
endef
-define KernelPackage/
r8169
/description
- Kernel modules for
Realtek 8169 gigabit ethernet support
.
+define KernelPackage/
b44
/description
+ Kernel modules for
Broadcom 44xx Ethernet adapters
.
endef
endef
-
-$(eval $(call KernelPackage,r8169))
-
+$(eval $(call KernelPackage,b44))
define KernelPackage/3c59x
SUBMENU:=$(NETWORK_DEVICES_MENU)
define KernelPackage/3c59x
SUBMENU:=$(NETWORK_DEVICES_MENU)
This page took
0.027242 seconds
and
4
git commands to generate.