summaryrefslogtreecommitdiff
path: root/mk/image.mk
AgeCommit message (Collapse)Author
2010-05-29upgrade all targets to Linux 2.6.34Waldemar Brodkorb
2010-02-07implement adkupdate and adkinstall for rb532 boardsWaldemar Brodkorb
2010-01-22add more fonts for X11. check installed fonts via xlsfontsWaldemar Brodkorb
2010-01-10remove unused stuff. comment debug output.Waldemar Brodkorb
2009-12-19rename kernel and images files to be conformWaldemar Brodkorb
- use ADK_TARGET and FS for kernel files - use ADK_TARGET, ADK_LIBC and FS for image files ARCH is implicit in ADK_TARGET encoded.
2009-12-19add more mirbsd compatibility patchesWaldemar
2009-12-18enable pppoa and fix dsl driverWaldemar Brodkorb
- fix dsl driver crash, sync is now successful - add ppp ppp over atm
2009-12-17cosmetic changesWaldemar Brodkorb
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.
2009-11-13new feature extra dirWaldemar Brodkorb
- you can now overwrite your target root dir files with either - creating a directory extra/ and put a complet file hierarchy into it - creating a directory anywhere and using make extra=/path/to/dir both methods will copy the file hierarchy over root dir and then will create images and tar balls. useful for overwriten default configuration or adding non packaged software like java runtime environment. suggested by Joerg S.
2009-10-24add basic qemu-arm support, add compression choiceWaldemar Brodkorb
2009-09-02make rescue for x86_64 usable as PXE netboot imageWaldemar Brodkorb
A kernel with initramfs piggyback can be used to boot via PXE, even when the network driver will be loaded later. My shuttle seems to be really fresh, no boot of Debian/lenny or newer was possible. Add some drivers I need for my shuttle. Use LZMA-compression for kernel and initramfs. Fix some lvm tool dependencies meanwhile..
2009-08-23revert renaming of /init into /startWaldemar Brodkorb
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host
2009-06-11fix cpmac driverWaldemar Brodkorb
- at least dhcp and nfs mount works now - still problems with exception handling - userland does not work
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-17Initial importwbx