Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-02 | kill crond before trying to umount /etc | Waldemar Brodkorb | |
2010-07-02 | check exit code | Waldemar Brodkorb | |
2010-05-20 | activate and refresh support for rb411/rb433 | Waldemar Brodkorb | |
after n0-1 helped to find a way to fix my broken rb433 by using the primary bootloader via shortening a jumper I got the motivation to get this target working again. Summarize both targets to newly created rb4xx target. | |||
2010-03-28 | implement adkupdate for ag241, add kernel patches for 2.6.33.1 | Waldemar Brodkorb | |
2010-03-07 | check for cfgfs | Waldemar Brodkorb | |
2010-02-23 | optimize foxg20 target | Waldemar Brodkorb | |
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work | |||
2010-02-07 | umount /boot after update | Waldemar Brodkorb | |
2010-02-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-07 | resolve conflicts | Waldemar Brodkorb | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. |