summaryrefslogtreecommitdiff
path: root/package/cfgfs
AgeCommit message (Collapse)Author
2021-01-08improved detection of the cfgfs partition by checking for the ID of the ↵Joerg Seitter
partition Signed-off-by: Joerg Seitter <adk@seitter.net>
2017-02-05add new section base/adk, rename adkinstall into fwinstallWaldemar Brodkorb
2017-01-20cfgfs: make partition detection working with util-linux and busybox fdiskWaldemar Brodkorb
2017-01-14cfgfs: use rdev, adaption for new busybox fdiskWaldemar Brodkorb
2016-09-07cfgfs: fix a problem when device use mmcblk1 as primary block deviceWaldemar Brodkorb
2016-06-25cfgfs: -O3 seems broken for x86_64Waldemar Brodkorb
2016-04-28rename symbol name for toolchain onlyWaldemar Brodkorb
2016-01-21add sort dependencyWaldemar Brodkorb
2016-01-06fix comm selectionWaldemar Brodkorb
2014-07-29disable cfgfs for initramfsarchiveWaldemar 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-06-08fix symbol name after renameWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-14a bunch of adk-test-framework fixes.Waldemar Brodkorb
2013-12-28convert microblaze to miniconfig kernel config generation, add support for ↵Waldemar Brodkorb
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-18reorganize the handling of busybox applets, which needs to be disabled when ↵Waldemar Brodkorb
full programm is choosen by the user
2013-10-17check for maximum of 16 MB cfgfs partition, more is not available by design, ↵Waldemar Brodkorb
thx @tg for the info
2013-09-13fix half way libgcc headacheWaldemar Brodkorb
2013-08-14sorry libgcc problem still exist. don't know whyWaldemar Brodkorb
2013-08-14prepare the base system without libgcc even for muslWaldemar Brodkorb
2013-08-14fix musl compileWaldemar Brodkorb
2013-08-14fix glibc buildWaldemar Brodkorb
2013-08-14musl libc compat updatesWaldemar Brodkorb
2013-07-18avoid warning when file is bigger than 4096 KiBWaldemar Brodkorb
2012-10-14LDFLAGS instead of CFLAGSWaldemar Brodkorb
2012-10-14base packages should be compiled with static-libgcc optionWaldemar Brodkorb
2012-07-31add support for virtualbox emulatorWaldemar Brodkorb
2012-02-07change hardcoded max flash size to 4 MB, reported by jseitterWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-07-28search as fallback on /dev/sda for cfgfs partitionWaldemar Brodkorb
2011-04-29rework toolchain only optionWaldemar Brodkorb
2011-02-02remove empty directories after origin /etc files are removed (workarounds a ↵Waldemar Brodkorb
seldom segfault)
2011-01-27Âsome native build fixesWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar 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-11-23avoid gnu tar warnings in cfgfsWaldemar Brodkorb
2010-11-22enable cfgfs for x86/x86_64 targetsWaldemar Brodkorb
fix a bug, where the wrong cfgfs partition was used, when more than one cfgfs partition is available. Always use the cfgfs partition from the block device, the system is booted.
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-28check for uncommitted changes in /etcWaldemar Brodkorb
When using reboot, halt or poweroff check for uncommittet changes in /etc on a cfgfs enabled system. When installing packages via ipkg, check afterwards if any uncommittet changes left.
2010-06-26finetune kernel configuration, enable initramfs rootfs and enable reset buttonWaldemar Brodkorb
alix2d has a reset button, which might be used to startup a rescue system or anything you think about. add a small daemon from ipcop forum to implement this. See: http://www.ipcop-forum.de/forum/viewtopic.php?f=7&t=19183&hilit=alixswitch&start=30 finetune kernel configuration, enable MFGPT timers. Disable unsupported MTRR. Enable watchdog. Enable initramfs and initramfs+piggyback for alix targets.
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-04-23fix cfgfs status with latest busybox sortWaldemar Brodkorb
2010-02-23optimize foxg20 targetWaldemar Brodkorb
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work
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-07resolve conflictsWaldemar Brodkorb