summaryrefslogtreecommitdiff
path: root/package/adkinstall
AgeCommit message (Collapse)Author
2015-02-17set suid bit for Xorg/sudoWaldemar Brodkorb
2015-02-17allow to create a data partition on my ibm x40Waldemar Brodkorb
2015-01-28fix grub install on ibm-x40, simplifyWaldemar Brodkorb
2015-01-27partprobe required to let the kernel recognize the partition tableWaldemar Brodkorb
2015-01-26adkinstall is available for ibm-x40Waldemar Brodkorb
2014-10-01add some basic stuff for ibm-x40Waldemar Brodkorb
2014-07-28add support for pcengines-apu booting from ssdWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-27bigger kernel partitionWaldemar Brodkorb
2014-05-23fix installer for nand caseWaldemar Brodkorb
2014-05-22adkinstall fixesWaldemar Brodkorb
2014-05-22finetune messageWaldemar Brodkorb
2014-05-21some fixesWaldemar Brodkorb
2014-05-18add shell script to install adk on flash/blockWaldemar Brodkorb
2014-05-02create core package section, cleanup old installer stuffWaldemar Brodkorb
2013-10-16disable for m68kWaldemar Brodkorb
2011-10-05add correct dependencyWaldemar Brodkorb
2011-08-24sync patch with OpenWrt, combine both targets (rb411/rb433)Waldemar Brodkorb
2011-05-12add installer for lemote yeelongWaldemar Brodkorb
2011-01-01be quiet on filesystem creationWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-12modify many PKG_DESCR variables to fit better into 80 width terminal windowWaldemar Brodkorb
2010-06-28boot into rescue mode, when button is pressed onceWaldemar Brodkorb
2010-06-28implement rescue mode installation via -rWaldemar Brodkorb
if you have an alix board and like to have a fallback safemode system, you can use adkinstall with -r and install a kernel with initramfs as a read-only never changing rescue image. Grub will then installed on the same rescue partition on the compact flash card, to avoid a broken system after grub upgrade. System should always come up with the rescue system without any dependency to the live system.
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
2010-05-25add some missing filesWaldemar Brodkorb
2010-05-20do some cleanup, update ibm x40 to 2.6.34Waldemar Brodkorb
2010-05-20activate and refresh support for rb411/rb433Waldemar 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-02-23optimize foxg20 targetWaldemar Brodkorb
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work
2010-02-22optimize kernel config for foxg20Waldemar Brodkorb
- boot from microsd now works - finetune adkinstall
2010-02-21rename ext2-cf target rootfs to ext2-blockWaldemar Brodkorb
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
2010-02-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-07implement adkupdate and adkinstall for rb532 boardsWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar 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.
2010-01-30implement installation on nand and fix nand bootupWaldemar Brodkorb
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used.