X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2Fpatches%2F000-boards.patch;h=22bd2b66b649218a10688948606ab20fef4229e8;hp=4fe376e9bc9ce5f05a7a0433d0a7526f8a483ef1;hb=c89e87d1868cfe670a8fe0b648bdca2dcb704037;hpb=61095c10ddf22dda7ba0d3fcc570c75ce2a34a9b diff --git a/target/linux/kirkwood/patches/000-boards.patch b/target/linux/kirkwood/patches/000-boards.patch index 4fe376e9bc..22bd2b66b6 100644 --- a/target/linux/kirkwood/patches/000-boards.patch +++ b/target/linux/kirkwood/patches/000-boards.patch @@ -1,6 +1,15 @@ --- a/arch/arm/mach-kirkwood/Makefile +++ b/arch/arm/mach-kirkwood/Makefile -@@ -18,5 +18,8 @@ obj-$(CONFIG_MACH_D2NET_V2) += d2net_v2 +@@ -8,6 +8,8 @@ obj-$(CONFIG_MACH_SHEEVAPLUG) += sheeva + obj-$(CONFIG_MACH_ESATA_SHEEVAPLUG) += sheevaplug-setup.o + obj-$(CONFIG_MACH_GURUPLUG) += guruplug-setup.o + obj-$(CONFIG_MACH_DOCKSTAR) += dockstar-setup.o ++obj-$(CONFIG_MACH_GOFLEXNET) += goflexnet-setup.o ++obj-$(CONFIG_MACH_GOFLEXHOME) += goflexhome-setup.o + obj-$(CONFIG_MACH_TS219) += ts219-setup.o tsx1x-common.o + obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o + obj-$(CONFIG_MACH_OPENRD) += openrd-setup.o +@@ -18,5 +20,8 @@ obj-$(CONFIG_MACH_D2NET_V2) += d2net_v2 obj-$(CONFIG_MACH_NET2BIG_V2) += netxbig_v2-setup.o lacie_v2-common.o obj-$(CONFIG_MACH_NET5BIG_V2) += netxbig_v2-setup.o lacie_v2-common.o obj-$(CONFIG_MACH_T5325) += t5325-setup.o @@ -11,7 +20,26 @@ obj-$(CONFIG_CPU_IDLE) += cpuidle.o --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig -@@ -130,6 +130,24 @@ config MACH_T5325 +@@ -64,6 +64,18 @@ config MACH_DOCKSTAR + Say 'Y' here if you want your kernel to support the + Seagate FreeAgent DockStar. + ++config MACH_GOFLEXNET ++ bool "Seagate GoFlex Net" ++ help ++ Say 'Y' here if you want your kernel to support the ++ Seagate GoFlex Net. ++ ++config MACH_GOFLEXHOME ++ bool "Seagate GoFlex Home" ++ help ++ Say 'Y' here if you want your kernel to support the ++ Seagate GoFlex Home. ++ + config MACH_OPENRD + bool + +@@ -130,6 +142,24 @@ config MACH_T5325 Say 'Y' here if you want your kernel to support the HP t5325 Thin Client.