enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/staging/florian.git] / target / linux / rb532-2.6 / patches / 110-korina_ethernet.patch
1 diff -urN linux.old/drivers/net/Kconfig linux.dev/drivers/net/Kconfig
2 --- linux.old/drivers/net/Kconfig 2006-12-14 03:13:47.000000000 +0100
3 +++ linux.dev/drivers/net/Kconfig 2006-12-14 03:18:45.000000000 +0100
4 @@ -313,6 +313,13 @@
5
6 source "drivers/net/arm/Kconfig"
7
8 +config KORINA
9 + tristate "Korina Local Ethernet support"
10 + depends on NET_ETHERNET && ( IDT_EB434 || MIKROTIK_RB500)
11 + help
12 + IDT RC32434 has one local ethernet port. Say Y here to enable it.
13 + To compile this driver as a module, choose M here.
14 +
15 config MACE
16 tristate "MACE (Power Mac ethernet) support"
17 depends on NET_ETHERNET && PPC_PMAC && PPC32
18 diff -urN linux.old/drivers/net/Makefile linux.dev/drivers/net/Makefile
19 --- linux.old/drivers/net/Makefile 2006-12-14 03:13:47.000000000 +0100
20 +++ linux.dev/drivers/net/Makefile 2006-12-14 03:18:45.000000000 +0100
21 @@ -23,6 +23,8 @@
22 #
23 obj-$(CONFIG_PLIP) += plip.o
24
25 +obj-$(CONFIG_KORINA) += korina.o
26 +
27 obj-$(CONFIG_ROADRUNNER) += rrunner.o
28
29 obj-$(CONFIG_HAPPYMEAL) += sunhme.o
30