Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-05 | fix build dependency | Waldemar Brodkorb | |
2010-07-05 | some allconfig fixes | Waldemar Brodkorb | |
disable geode AES coprocessor, better use kernel modules, otherwise some crypto stuff get statically compiled and the build fails. | |||
2010-07-05 | add menu based configuration of a password | Waldemar Brodkorb | |
2010-07-02 | startup uvd very late | Waldemar Brodkorb | |
2010-07-02 | kill crond before trying to umount /etc | Waldemar Brodkorb | |
2010-07-02 | even when vim is choosen, activate vi, f.e. crontab -e needs it | Waldemar Brodkorb | |
2010-07-02 | fix daemon mode | Waldemar Brodkorb | |
2010-07-02 | check exit code | Waldemar Brodkorb | |
2010-07-02 | implement a dumb mode for offline servers | Waldemar Brodkorb | |
use -i to activate. | |||
2010-07-02 | add a small udp based daemon | Waldemar Brodkorb | |
2010-07-02 | use pkill instead of pidof | Waldemar Brodkorb | |
2010-07-01 | do not install resolv.conf symlink | Waldemar Brodkorb | |
all productive targets use cfgfs, with a /etc on tmpfs, so no need for this symlink. Users of extra dir can now provide their own resolv.conf copy. dhcp and ppp users shouldn't care about this change. | |||
2010-07-01 | fix ppp for non nas devices | Waldemar Brodkorb | |
2010-07-01 | enable usb for alix boards in menu | Waldemar Brodkorb | |
2010-07-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-01 | add the ability to add a ssh pubkey via menu | Waldemar Brodkorb | |
2010-07-01 | ignore bbrebuild file | Waldemar Brodkorb | |
2010-07-01 | fix compile break | Waldemar Brodkorb | |
2010-07-01 | just a test commit | Waldemar Brodkorb | |
2010-06-29 | add package flavours, fix unused stuff | Waldemar Brodkorb | |
2010-06-29 | just mount rootfs read-write for needed subcommands | Waldemar Brodkorb | |
2010-06-29 | fix ipkg files output | Waldemar Brodkorb | |
2010-06-29 | optimize ipkg package management | Waldemar Brodkorb | |
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress. | |||
2010-06-29 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-29 | rename package name | Waldemar Brodkorb | |
2010-06-29 | security update to latest stable upstream version | Waldemar Brodkorb | |
2010-06-28 | boot into rescue mode, when button is pressed once | Waldemar Brodkorb | |
2010-06-28 | implement rescue mode installation via -r | Waldemar 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-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-28 | fix busybox rebuild issue, simplify target Makefiles | Waldemar Brodkorb | |
2010-06-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-26 | with gcc 4.5 we will need mpc | Waldemar Brodkorb | |
2010-06-26 | with devtmpfs, these devices nodes are obsolete | Waldemar Brodkorb | |
2010-06-26 | fix cross-compile | Waldemar Brodkorb | |
2010-06-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-26 | sync kernel config with alix2d support | Waldemar Brodkorb | |
2010-06-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-26 | grub: add needed stuff for static build and busybox grep | Waldemar Brodkorb | |
2010-06-26 | update to latest grub (binary package) | Waldemar Brodkorb | |
2010-06-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-26 | finetune kernel configuration, enable initramfs rootfs and enable reset button | Waldemar 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-06-26 | update grub source package to latest upstream version | Waldemar Brodkorb | |
2010-06-22 | fix package names and package flavour dependencies | Waldemar Brodkorb | |
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies. | |||
2010-06-20 | Merge branch 'upstream' | Waldemar Brodkorb | |
2010-06-20 | add wlan example | Waldemar Brodkorb | |
2010-06-20 | fix broken output in log | Waldemar Brodkorb | |
2010-06-20 | update to latest upstream | Waldemar Brodkorb | |
2010-06-20 | disable opengl, add extra-flags | Waldemar Brodkorb | |
2010-06-20 | fix runtime dependency | Waldemar Brodkorb | |
2010-06-20 | libXi: minor fixup (use MASTER_SITE_SOURCEFORGE and PKG_NAME) | Phil Sutter | |