Browse Source

update some meta data

Waldemar Brodkorb 15 years ago
parent
commit
abed4c14e7
3 changed files with 13 additions and 16 deletions
  1. 4 10
      LICENCE
  2. 8 6
      README
  3. 1 0
      TODO

+ 4 - 10
LICENCE

@@ -1,6 +1,4 @@
-$Id$
+OpenADK is Copyright © 2008-2010 Waldemar Brodkorb <wbx@openadk.org>
-
-OpenADK is Copyright © 2008 Waldemar Brodkorb
 All rights reserved.
 All rights reserved.
 
 
 This licence file covers all of the OpenADK meta distribution
 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
 in the file COPYING in this directory. Individual files may be
 covered by the LGPL or BSD-style licences instead. OpenADK also
 covered by the LGPL or BSD-style licences instead. OpenADK also
 contains tools that are possibly covered by non-GPL-compatible,
 contains tools that are possibly covered by non-GPL-compatible,
-but OSD/DFSG-compliant, licences. Specifically, some of these
+but OSD/DFSG-compliant, licences. 
-components may require acknowledgements to be displayed in the
-advertising materials; these are listed here:
-‣ This product includes material provided by Thorsten Glaser.
 
 
 OpenADK is based upon several other projects which are listed
 OpenADK is based upon several other projects which are listed
 below, in no particular order. If you think you should be li-
 below, in no particular order. If you think you should be li-
-sted here but we have forgotten you, please forgive and drop
+sted here but I have forgotten you, please forgive and drop
-us an email.
+me an email.
-
 
 
 • The FreeWRT Project
 • The FreeWRT Project
 • The OpenWrt Project
 • The OpenWrt Project

+ 8 - 6
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: 
 Before you can start you need to install some tools: 
 - bash
 - bash
+- mksh
 - gcc 
 - gcc 
 - binutils 
 - binutils 
 - GNU make
 - GNU make
@@ -20,16 +21,17 @@ Before you can start you need to install some tools:
 - unzip
 - unzip
 - autoconf
 - autoconf
 - automake
 - automake
-- zlib-dev / libz-dev
+- Ãlibtool
-- libncurses5-dev
+- libc headers
-- libc-dev
+- ncurses5 headers
+- zlib headers
 - perl
 - 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").
 (to re-issue the checks, use "make prereq").
 
 
-Please use "make menuconfig" to choose your embedded system and configure like you
+Please use "make menuconfig" to choose your embedded system and configure 
-want to.
+like you want to.
 
 
 Simply running 'make' will build the firmware for your embedded system.  The
 Simply running 'make' will build the firmware for your embedded system.  The
 buildsystem will download all sources, build the toolchain, the kernel and all
 buildsystem will download all sources, build the toolchain, the kernel and all

+ 1 - 0
TODO

@@ -1,6 +1,7 @@
 - netbsd build
 - netbsd build
 - macos x build
 - macos x build
 - implement rpm package backend 
 - implement rpm package backend 
+- implement dpkg package backend 
 - implement update for MTD devices (foxboard,rb532,ag241)
 - implement update for MTD devices (foxboard,rb532,ag241)
 - network scripts for wireless client and acess point
 - network scripts for wireless client and acess point
 - customise mconf help texts to better fit for OpenADK
 - customise mconf help texts to better fit for OpenADK