use 2.6.28 and remove uneeded patch
[librecmc/librecmc.git] / target / linux / rb532 / patches-2.6.24 / 110-korina_ethernet.patch
1 --- a/drivers/net/Kconfig
2 +++ b/drivers/net/Kconfig
3 @@ -362,6 +362,13 @@ config AX88796_93CX6
4         help
5           Select this if your platform comes with an external 93CX6 eeprom.
6  
7 +config KORINA
8 +       tristate "Korina Local Ethernet support"
9 +       depends on NET_ETHERNET && ( IDT_EB434 || MIKROTIK_RB500)
10 +       help
11 +       IDT RC32434 has one local ethernet port. Say Y here to enable it.
12 +       To compile this driver as a module, choose M here.
13 +
14  config MACE
15         tristate "MACE (Power Mac ethernet) support"
16         depends on PPC_PMAC && PPC32
17 --- a/drivers/net/Makefile
18 +++ b/drivers/net/Makefile
19 @@ -30,6 +30,8 @@ ucc_geth_driver-objs := ucc_geth.o ucc_g
20  #
21  obj-$(CONFIG_PLIP) += plip.o
22  
23 +obj-$(CONFIG_KORINA) += korina.o
24 +
25  obj-$(CONFIG_ROADRUNNER) += rrunner.o
26  
27  obj-$(CONFIG_HAPPYMEAL) += sunhme.o