diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-11 15:12:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-11 15:12:10 +0000 |
commit | 8916c02b47c5eb94076e8240c36f70ecc71d40ac (patch) | |
tree | 6f47ad53622cfdbcda5a33768450d60278e5a947 /target/linux/ramips/patches-2.6.39 | |
parent | aac3ad4c0eb2d3089f4127c5d923420324a5212b (diff) | |
download | mtk-20170518-8916c02b47c5eb94076e8240c36f70ecc71d40ac.zip mtk-20170518-8916c02b47c5eb94076e8240c36f70ecc71d40ac.tar.gz mtk-20170518-8916c02b47c5eb94076e8240c36f70ecc71d40ac.tar.bz2 |
ramips: raeth: make debugging messages configurable
SVN-Revision: 30450
Diffstat (limited to 'target/linux/ramips/patches-2.6.39')
-rw-r--r-- | target/linux/ramips/patches-2.6.39/103-ethernet.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-2.6.39/103-ethernet.patch b/target/linux/ramips/patches-2.6.39/103-ethernet.patch index 2b02b49..f6828cc 100644 --- a/target/linux/ramips/patches-2.6.39/103-ethernet.patch +++ b/target/linux/ramips/patches-2.6.39/103-ethernet.patch @@ -1,6 +1,6 @@ --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig -@@ -494,6 +494,12 @@ config MIPS_AU1X00_ENET +@@ -494,6 +494,16 @@ config MIPS_AU1X00_ENET If you have an Alchemy Semi AU1X00 based system say Y. Otherwise, say N. @@ -10,6 +10,10 @@ + 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 ++ config SGI_IOC3_ETH bool "SGI IOC3 Ethernet" depends on PCI && SGI_IP27 |