Commit 5c79ca0d authored by Nick Elsmore's avatar Nick Elsmore
Browse files

Remove Letux directory

parent 6f43a750
Loading
Loading
Loading
Loading

Letux/Debian/.gitmodules

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
[submodule "linux"]
	path = linux
	url = git://git.goldelico.com/gta04-kernel.git
	branch = letux-4.6

Letux/Debian/README.md

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
# This is a deb build tree for the Linux Kernel, utilizing debhelper.

## Cross-Compiling for armhf:
1.  Install Cross-Compiler for armhf from emdebian:
    [https://wiki.debian.org/CrossToolchains#Installation](https://wiki.debian.org/CrossToolchains#Installation)
2.  install build dependencies:
    `sudo apt-get install debhelper bc lzop u-boot-tools lzop:armhf`
3.  Get the Code:
    `git clone git://git.goldelico.com/qtmoko2-kernel.git`
    `cd qtmoko2-kernel; git submodule update --init`
4.  build deb:
    `cd qtmoko2-kernel; dpkg-buildpackage -a armhf -b`

## Building natively on armhf:
1.  install build dependencies:
    `sudo apt-get install debhelper bc lzop u-boot-tools`
2.  Get the Code:
    `git clone git://git.goldelico.com/qtmoko2-kernel.git`
    `cd qtmoko2-kernel; git submodule update --init`
3.  build deb:
    `cd qtmoko2-kernel; dpkg-buildpackage -a armhf -b`
+0 −0

Empty file deleted.

Letux/Debian/debian/changelog

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
linux (4.6.0) stable; urgency=low

  * Initial release

 -- Josua Mayer <josua@linux-k8dt>  Thu, 09 Jun 2016 15:22:22 +0200

Letux/Debian/debian/compat

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
8
Loading