diff options
| author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2014-12-07 05:00:48 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2014-12-07 05:00:48 +0100 |
| commit | 444d0ea061cabd9851ba0e144a94a10271ca6c79 (patch) | |
| tree | 515486402bd57f764af8fc97a86b59e94634bb2d /target/arm | |
| parent | 36d63c60dbe2d074dff81a6af7dd77b62b5f23dc (diff) | |
| parent | 4c9ab0d218fbf8f29ce4250f2b9941e6feae0651 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/arm')
| -rw-r--r-- | target/arm/kernel/linksys-nslu2 | 5 | ||||
| -rw-r--r-- | target/arm/raspberry-pi/patches/3.17.4/raspberry-pi.patch (renamed from target/arm/raspberry-pi/patches/3.16.6/raspberry-pi.patch) | 0 | ||||
| -rw-r--r-- | target/arm/solidrun-imx6/patches/3.17.4/rmk.patch (renamed from target/arm/solidrun-imx6/patches/3.16.6/rmk.patch) | 0 | ||||
| -rw-r--r-- | target/arm/systems/linksys-nslu2 | 11 |
4 files changed, 16 insertions, 0 deletions
diff --git a/target/arm/kernel/linksys-nslu2 b/target/arm/kernel/linksys-nslu2 new file mode 100644 index 000000000..19cffbe68 --- /dev/null +++ b/target/arm/kernel/linksys-nslu2 @@ -0,0 +1,5 @@ +CONFIG_ARM=y +CONFIG_ARM_PATCH_PHYS_VIRT=y +CONFIG_CPU_XSCALE=y +CONFIG_ATAGS=y +CONFIG_ATAGS_PROC=y diff --git a/target/arm/raspberry-pi/patches/3.16.6/raspberry-pi.patch b/target/arm/raspberry-pi/patches/3.17.4/raspberry-pi.patch index 6acfbb637..6acfbb637 100644 --- a/target/arm/raspberry-pi/patches/3.16.6/raspberry-pi.patch +++ b/target/arm/raspberry-pi/patches/3.17.4/raspberry-pi.patch diff --git a/target/arm/solidrun-imx6/patches/3.16.6/rmk.patch b/target/arm/solidrun-imx6/patches/3.17.4/rmk.patch index a0e0e7495..a0e0e7495 100644 --- a/target/arm/solidrun-imx6/patches/3.16.6/rmk.patch +++ b/target/arm/solidrun-imx6/patches/3.17.4/rmk.patch diff --git a/target/arm/systems/linksys-nslu2 b/target/arm/systems/linksys-nslu2 new file mode 100644 index 000000000..dd72c5cae --- /dev/null +++ b/target/arm/systems/linksys-nslu2 @@ -0,0 +1,11 @@ +config ADK_TARGET_SYSTEM_LINKSYS_NSLU2 + bool "Linksys NSLU2" + select ADK_arm + select ADK_big + select ADK_eabihf + select ADK_linksys_nslu2 + select ADK_TARGET_WITH_USB + select ADK_TARGET_KERNEL_ZIMAGE + help + Linksys NSLU2 + |
