mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
a37098a2d0
Refresh patches. Remove upstreamed patches: - backport/096-mips-math-emu-Write-protect-delay-slot-emulation-pages.patch - backport/096-v4.20-netfilter-ipv6-Preserve-link-scope-traffic-original-.patch - backport/424-v4.20-net-dsa-fix-88e6060-roaming.patch - hack/100-mtd-rawnand-qcom-fix-memory-corruption-that-causes-p.patch - pending/510-f2fs-fix-sanity_check_raw_super-on-big-endian-machines.patch Update patch that no longer applies: - backport/343-netfilter-nft_flow_offload-handle-netdevice-events-f.patch Compile-tested: mesongx Runtime-tested: mesongx Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
31 lines
799 B
Diff
31 lines
799 B
Diff
--- a/arch/powerpc/platforms/44x/Kconfig
|
|
+++ b/arch/powerpc/platforms/44x/Kconfig
|
|
@@ -131,6 +131,17 @@ config CANYONLANDS
|
|
help
|
|
This option enables support for the AMCC PPC460EX evaluation board.
|
|
|
|
+config APOLLO3G
|
|
+ bool "Apollo3G"
|
|
+ depends on 44x
|
|
+ default n
|
|
+ select PPC44x_SIMPLE
|
|
+ select APM821xx
|
|
+ select IBM_EMAC_RGMII
|
|
+ select 460EX
|
|
+ help
|
|
+ This option enables support for the AMCC Apollo 3G board.
|
|
+
|
|
config GLACIER
|
|
bool "Glacier"
|
|
depends on 44x
|
|
--- a/arch/powerpc/platforms/44x/ppc44x_simple.c
|
|
+++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
|
|
@@ -50,6 +50,7 @@ machine_device_initcall(ppc44x_simple, p
|
|
* board.c file for it rather than adding it to this list.
|
|
*/
|
|
static char *board[] __initdata = {
|
|
+ "amcc,apollo3g",
|
|
"amcc,arches",
|
|
"amcc,bamboo",
|
|
"apm,bluestone",
|