From 4030df954898ab3d802b134bbdc619945727415c Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Tue, 5 Apr 2016 16:53:37 +0000 Subject: [PATCH] ARM Installer --- builds/armel/installer/legacy/Makefile | 1 + builds/armel/installer/legacy/PKG.yml | 1 + builds/armel/installer/legacy/builds/.gitignore | 3 +++ builds/armel/installer/legacy/builds/Makefile | 2 ++ 4 files changed, 7 insertions(+) create mode 100644 builds/armel/installer/legacy/Makefile create mode 100644 builds/armel/installer/legacy/PKG.yml create mode 100644 builds/armel/installer/legacy/builds/.gitignore create mode 100644 builds/armel/installer/legacy/builds/Makefile diff --git a/builds/armel/installer/legacy/Makefile b/builds/armel/installer/legacy/Makefile new file mode 100644 index 00000000..003238cf --- /dev/null +++ b/builds/armel/installer/legacy/Makefile @@ -0,0 +1 @@ +include $(ONL)/make/pkg.mk \ No newline at end of file diff --git a/builds/armel/installer/legacy/PKG.yml b/builds/armel/installer/legacy/PKG.yml new file mode 100644 index 00000000..a6d0a7fe --- /dev/null +++ b/builds/armel/installer/legacy/PKG.yml @@ -0,0 +1 @@ +!include $ONL/builds/any/installer/legacy/APKG.yml ARCH=armel diff --git a/builds/armel/installer/legacy/builds/.gitignore b/builds/armel/installer/legacy/builds/.gitignore new file mode 100644 index 00000000..18bb2d6e --- /dev/null +++ b/builds/armel/installer/legacy/builds/.gitignore @@ -0,0 +1,3 @@ +*INSTALLER +fit-install* +boot-config diff --git a/builds/armel/installer/legacy/builds/Makefile b/builds/armel/installer/legacy/builds/Makefile new file mode 100644 index 00000000..a6feb7a9 --- /dev/null +++ b/builds/armel/installer/legacy/builds/Makefile @@ -0,0 +1,2 @@ +include $(ONL)/make/config.armel.mk +include $(ONL)/builds/any/installer/legacy/fit/builds/Makefile