Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-27 | reimplement cryptinit as shell script | Waldemar Brodkorb | |
2011-05-19 | fix problem with adkupdate, reported by Tobias | Waldemar Brodkorb | |
2011-05-18 | added some aliases for ls (ll, la, l) | Tobias Breckle | |
Signed-off-by: Tobias Breckle <tobias@breckle.net> | |||
2011-02-21 | base-files: fix vlan support for busybox vconfig | Phil Sutter | |
The busybox symlinks reside in /bin, so the check fails. Curiously, there is no vconfig package, so vlan support must have been broken since the beginning of time (for OpenADK). :) This patch also adds some error messages when the basic checks fail, useful helpers when debugging what's going wrong. Also, there was some whitespace fuckup in two lines. | |||
2011-01-27 | fix visudo, use | Waldemar Brodkorb | |
2011-01-12 | ifupdown: allow setting the bridge forward delay | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2011-01-04 | unblock wlan before starting networking | Waldemar Brodkorb | |
2011-01-02 | add an example interfaces file, make tmpfs configurable via menu | 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-18 | fix some device node permissions | 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-13 | optimize hostname stuff, use localhost as default | 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-21 | use linux for TERM | Waldemar Brodkorb | |
2010-11-20 | avoid warning, when already mounted by kernel | Waldemar Brodkorb | |
2010-11-18 | convert qemu for x86/x86_64 to hardware profiles | 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-11-03 | need to fork startup scripts, otherwise init got exit calls and reboots the ↵ | Waldemar Brodkorb | |
system | |||
2010-11-03 | just remount existing devtmpfs | Waldemar Brodkorb | |
2010-07-28 | check for uncommitted changes in /etc | Waldemar 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-07-19 | fix tmpfs size, when /etc/tmpfs is not given | Waldemar Brodkorb | |
2010-07-16 | use manual config for base-files, fix fancy prompt | Waldemar Brodkorb | |
2010-07-15 | add fancy prompt with hostname | Waldemar Brodkorb | |
2010-07-09 | minor fix for ap mode | Waldemar Brodkorb | |
2010-07-09 | set wireless extension to 0 by default | 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 | kill crond before trying to umount /etc | Waldemar Brodkorb | |
2010-07-02 | check exit code | 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-20 | make tmpfs size configurable via /etc/tmpfs | Waldemar Brodkorb | |
2010-06-16 | add webcam and wireless-tools support for lemote | Waldemar Brodkorb | |
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-03-28 | implement adkupdate for ag241, add kernel patches for 2.6.33.1 | Waldemar Brodkorb | |
2010-03-07 | check for cfgfs | Waldemar Brodkorb | |