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