mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: add initial support for 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30476 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
29
target/linux/ramips/patches-3.2/103-ethernet.patch
Normal file
29
target/linux/ramips/patches-3.2/103-ethernet.patch
Normal file
@@ -0,0 +1,29 @@
|
||||
--- a/drivers/net/Kconfig
|
||||
+++ b/drivers/net/Kconfig
|
||||
@@ -277,6 +277,16 @@ source "drivers/net/plip/Kconfig"
|
||||
|
||||
source "drivers/net/ppp/Kconfig"
|
||||
|
||||
+config MIPS_RAMIPS_NET
|
||||
+ tristate "Ethernet driver for rt288x/rt305x"
|
||||
+ depends on MIPS_RALINK
|
||||
+ help
|
||||
+ This driver supports the etehrnet mac inside the ralink wisocs
|
||||
+
|
||||
+config RAMIPS_ETH_DEBUG
|
||||
+ bool "Enable debug messages in the Ralink ethernet driver"
|
||||
+ depends on MIPS_RAMIPS_NET
|
||||
+
|
||||
source "drivers/net/slip/Kconfig"
|
||||
|
||||
source "drivers/s390/net/Kconfig"
|
||||
--- a/drivers/net/Makefile
|
||||
+++ b/drivers/net/Makefile
|
||||
@@ -44,6 +44,7 @@ obj-$(CONFIG_PPP_SYNC_TTY) += ppp/
|
||||
obj-$(CONFIG_PPPOE) += ppp/
|
||||
obj-$(CONFIG_PPPOL2TP) += ppp/
|
||||
obj-$(CONFIG_PPTP) += ppp/
|
||||
+obj-$(CONFIG_MIPS_RAMIPS_NET) += ramips.o
|
||||
obj-$(CONFIG_SLIP) += slip/
|
||||
obj-$(CONFIG_SLHC) += slip/
|
||||
obj-$(CONFIG_NET_SB1000) += sb1000.o
|
||||
Reference in New Issue
Block a user