Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-13 | do not export HOME here | 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-05-16 | add preliminary support for my pcmcia smartcard reader | Waldemar Brodkorb | |
2010-04-12 | basefiles: fix cyclic /var/tmp -> /var/tmp symlink | Phil Sutter | |
2010-04-12 | base-files/sysctl.conf: add statement to enable IPv6 forwarding | Phil Sutter | |
2010-04-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-04-04 | remove /etc/network/interfaces, not available on nfsroot | Waldemar Brodkorb | |
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-03-07 | remove obsolete usbfs | Waldemar Brodkorb | |
2010-02-28 | fixup some wlan ap stuff, still no success on foxg20 | Waldemar Brodkorb | |
2010-02-27 | alphabetical order of menu entries, add back buildsystem | Waldemar Brodkorb | |
configuration in /etc feature | |||
2010-02-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-24 | allow for target/<DEV>/files to be empty/non-existent | Phil Sutter | |
2010-02-23 | optimize foxg20 target | Waldemar Brodkorb | |
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work | |||
2010-02-14 | add generic toolchain only support | Waldemar Brodkorb | |
remove special cases (tomtom/g1) | |||
2010-02-13 | implement WPA client mode | Waldemar Brodkorb | |
2010-02-13 | add support for wireless access point with p54usb stick | Waldemar Brodkorb | |
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 | implement adkupdate and adkinstall for rb532 boards | 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. | |||
2010-02-04 | rename update to adkupdate | Waldemar Brodkorb | |
2010-01-31 | revert change of /dev/console redirection | Waldemar Brodkorb | |
2010-01-31 | reworking startup using devtmpfs | Waldemar Brodkorb | |
After this change it is not needed to create console, tty and null device nodes for nfsroot boot. | |||
2010-01-30 | do not install interfaces file on NFSROOT filesystems | Waldemar Brodkorb | |
2010-01-16 | i need to use eval, fix broken update script | Waldemar Brodkorb | |
2010-01-10 | implement update for foxboard | Waldemar Brodkorb | |
2010-01-04 | update ethtool and iw | Waldemar Brodkorb | |
2009-12-29 | make vlan configuration work with ifup/ifdown | Waldemar Brodkorb | |
2009-12-29 | make dsl work via ifup, add vlan support | Waldemar Brodkorb | |
add kernel vlan support. | |||
2009-12-29 | add atm network script | Waldemar Brodkorb | |
order network scripts. Add atm example. enable reboot option for mtd. | |||
2009-12-27 | fix make allmodconfig | Waldemar Brodkorb | |
update several packages, remove snort-wireless. | |||
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-12-23 | fixes for new pkgmaker generated menu | Waldemar Brodkorb | |
2009-12-20 | simplify base-files package and default on | Waldemar Brodkorb | |
no extra PKG_ID is needed anymore, we do not use filesystem or target specific startup scripts. Ignore .menu. | |||
2009-12-04 | update kernel to 2.6.32 | Waldemar Brodkorb | |
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k | |||
2009-11-29 | add bridging firewall stuff | Waldemar Brodkorb | |
- tested with a transparent squid proxy - fix some minor other stuff - not completely ready | |||
2009-11-29 | add etables, finetune squid package, more busybox finetuning | Waldemar Brodkorb | |
2009-11-27 | minor fixes to bridgeing scripts | Waldemar Brodkorb | |
2009-11-25 | add update script to base-files | Waldemar Brodkorb | |
- system update via http/ftp/ssh/file possible - add bridge script - cleanup unused files | |||
2009-11-20 | create dirs in Makefile to avoid buildsystem warnings | Waldemar Brodkorb | |
2009-11-19 | rename DEVICE to ADK_TARGET | Waldemar 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-03 | update X11, kerberos, samba, bluez | Waldemar Brodkorb | |
- fix some ipkg issues with ubuntu - use grub2 for alix1c, no grub1 dependency on host - boots up on alix1c - fix some bcm203x problems | |||
2009-09-29 | add ifup/ifdown dirs | Waldemar Brodkorb | |
2009-09-23 | remove admin account, add message after build how to login to the system | Waldemar Brodkorb | |
2009-09-17 | add a method to avoid /tmp as tmpfs | Waldemar Brodkorb | |
- useful f.e. for a shuttle pc - fix tty permissions, needed for non-root users | |||
2009-09-09 | add shuttle and tomtom device support | Waldemar Brodkorb | |
barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that. | |||
2009-08-23 | revert renaming of /init into /start | Waldemar 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 |