summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-20 20:06:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-20 20:06:40 +0100
commitc33f1fc73a473ffd39ec5cf7cd7b417546b3a8c8 (patch)
treefd50f50eba142f9e3aaf9d663366586572cbfc03
parent30dc5b2fc07a0a2ab9681b4262e676ad26909b51 (diff)
parentabed4c14e716e4870e6f5c38ea7f69bd7fe9bead (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rw-r--r--LICENCE14
-rw-r--r--README14
-rw-r--r--THANKS6
-rw-r--r--TODO1
4 files changed, 19 insertions, 16 deletions
diff --git a/LICENCE b/LICENCE
index 869eaaf63..8d6c371b1 100644
--- a/LICENCE
+++ b/LICENCE
@@ -1,6 +1,4 @@
-$Id$
-
-OpenADK is Copyright © 2008 Waldemar Brodkorb
+OpenADK is Copyright © 2008-2010 Waldemar Brodkorb <wbx@openadk.org>
All rights reserved.
This licence file covers all of the OpenADK meta distribution
@@ -19,16 +17,12 @@ by the GNU General Public License, Version 2 or later, as shown
in the file COPYING in this directory. Individual files may be
covered by the LGPL or BSD-style licences instead. OpenADK also
contains tools that are possibly covered by non-GPL-compatible,
-but OSD/DFSG-compliant, licences. Specifically, some of these
-components may require acknowledgements to be displayed in the
-advertising materials; these are listed here:
-‣ This product includes material provided by Thorsten Glaser.
+but OSD/DFSG-compliant, licences.
OpenADK is based upon several other projects which are listed
below, in no particular order. If you think you should be li-
-sted here but we have forgotten you, please forgive and drop
-us an email.
-
+sted here but I have forgotten you, please forgive and drop
+me an email.
• The FreeWRT Project
• The OpenWrt Project
diff --git a/README b/README
index c7c09f684..0438a22ab 100644
--- a/README
+++ b/README
@@ -5,6 +5,7 @@ This is a menu based buildsystem for your home made embedded Linux system.
Before you can start you need to install some tools:
- bash
+- mksh
- gcc
- binutils
- GNU make
@@ -20,16 +21,17 @@ Before you can start you need to install some tools:
- unzip
- autoconf
- automake
-- zlib-dev / libz-dev
-- libncurses5-dev
-- libc-dev
+- Ãlibtool
+- libc headers
+- ncurses5 headers
+- zlib headers
- perl
-There is a check for the required versions of these tools in advance, though
+There is a check for the required versions of these tools in advance, though.
(to re-issue the checks, use "make prereq").
-Please use "make menuconfig" to choose your embedded system and configure like you
-want to.
+Please use "make menuconfig" to choose your embedded system and configure
+like you want to.
Simply running 'make' will build the firmware for your embedded system. The
buildsystem will download all sources, build the toolchain, the kernel and all
diff --git a/THANKS b/THANKS
new file mode 100644
index 000000000..10b3d1767
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,6 @@
+These people helped to improve OpenADK by submitting code, manuals, bug
+reports, patches or good suggestions:
+
+Thorsten Glaser <tg@mirbsd.org>
+Joerg Seitter <oss@seitter.net>
+Phil Sutter <phil@nwl.cc>
diff --git a/TODO b/TODO
index c2f7666dd..4cba6af37 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,7 @@
- netbsd build
- macos x build
- implement rpm package backend
+- implement dpkg package backend
- implement update for MTD devices (foxboard,rb532,ag241)
- network scripts for wireless client and acess point
- customise mconf help texts to better fit for OpenADK