Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-12 | add new package kexecinit, to realize kexec booting | Waldemar Brodkorb | |
2011-09-04 | add support for Qemu Versatile with network emulation | Waldemar Brodkorb | |
2011-08-30 | finetune /etc/hosts | Waldemar Brodkorb | |
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname | |||
2011-08-29 | added logic for simple network config | warhog | |
2011-05-19 | fix problem with adkupdate, reported by Tobias | Waldemar Brodkorb | |
2011-01-27 | fix visudo, use | Waldemar Brodkorb | |
2011-01-10 | make installation of package network hooks optional | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | base-files: change access mode of /tmp where it's created | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-02 | resolve merge conflict | Waldemar Brodkorb | |
2011-01-02 | add an example interfaces file, make tmpfs configurable via menu | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2010-12-31 | fix some error messages, when fstab does not exist | Waldemar Brodkorb | |
2010-12-30 | resolve merge conflicts | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-12-22 | use temporary resolv.conf when using udhcp | Waldemar Brodkorb | |
2010-12-16 | interfaces contains wpa keys, make it non-readable for the user, optimize ↵ | Waldemar Brodkorb | |
init and shutdown | |||
2010-12-16 | enable automatic filesystem checks for devices/partitions in /etc/fstab | Waldemar Brodkorb | |
2010-12-15 | create ipkg dir to avoid warnings | Waldemar Brodkorb | |
2010-12-13 | optimize hostname stuff, use localhost as default | Waldemar Brodkorb | |
2010-12-02 | do not delete interfaces files, create empty file | Waldemar Brodkorb | |
2010-12-01 | fix ipkg and ipkg tools, consolidate mdev.conf | Waldemar Brodkorb | |
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped. | |||
2010-11-25 | first setup cfgfs, then mount all other volumes, otherwise fstab is ignored | Waldemar Brodkorb | |
2010-11-23 | add runtime option for inittab configuration | Waldemar Brodkorb | |
2010-11-22 | use ADK_HW for target hardware profile information | Waldemar Brodkorb | |
2010-11-21 | use linux for TERM | Waldemar Brodkorb | |
2010-11-20 | avoid warning, when already mounted by kernel | Waldemar Brodkorb | |
2010-11-10 | fix my broken commit, remount not required | Waldemar Brodkorb | |
2010-11-08 | safe one line | Waldemar Brodkorb | |
2010-11-07 | do not log to stderr | Waldemar Brodkorb | |
2010-11-06 | revert bad commit, exec should not be used | Waldemar Brodkorb | |
2010-11-05 | reload usbserial kernel module, after huawei usb stick is connected | Waldemar Brodkorb | |
2010-11-05 | execute huawei utility when web'n'walk stick is connected | Waldemar Brodkorb | |
2010-09-16 | fintune rebuild stuff, fix some warnings | Waldemar Brodkorb | |
2010-09-15 | rebuild packages on flavour or choices change | Waldemar Brodkorb | |
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt. | |||
2010-07-16 | use manual config for base-files, fix fancy prompt | Waldemar Brodkorb | |
2010-07-14 | misc stuff | Waldemar Brodkorb | |
- remove broken patch from silicon motion driver - add mpc package for upcoming gcc 4.5.x update - add /etc/adktarget, which can be used for native targets to identify - add ffplay subpackage | |||
2010-07-12 | modify many PKG_DESCR variables to fit better into 80 width terminal window | Waldemar Brodkorb | |
2010-07-09 | minor fix for ap mode | Waldemar Brodkorb | |
2010-07-07 | more runtime fixes, update of some packages. | Waldemar Brodkorb | |
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default | |||
2010-07-05 | add menu based configuration of a password | Waldemar Brodkorb | |
2010-07-02 | fix daemon mode | Waldemar Brodkorb | |
2010-07-02 | add a small udp based daemon | 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-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-20 | make tmpfs size configurable via /etc/tmpfs | Waldemar Brodkorb | |
2010-02-24 | allow for target/<DEV>/files to be empty/non-existent | Phil Sutter | |
2010-02-14 | add generic toolchain only support | Waldemar Brodkorb | |
remove special cases (tomtom/g1) | |||
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-01-30 | do not install interfaces file on NFSROOT filesystems | Waldemar Brodkorb | |
2009-12-27 | fix make allmodconfig | Waldemar Brodkorb | |
update several packages, remove snort-wireless. |