Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-27 | finetune systemd/sysv integration, use /var tmpfs mountpoint | Waldemar Brodkorb | |
2016-11-25 | finalize systemd as alternative init system | Waldemar Brodkorb | |
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems. | |||
2016-11-13 | finetune disk mount scripts | Waldemar Brodkorb | |
2016-11-05 | base-files: finetuning, verbose mount output | Waldemar Brodkorb | |
2016-11-01 | base-files: fix a possible race condition when trying to mount usb sticks ↵ | Waldemar Brodkorb | |
and the usb-storage is included in the kernel, problem reported by Oliver | |||
2016-11-01 | use TERM linux, otherwise there are problems with vim | Waldemar Brodkorb | |
2016-10-30 | add ntfs-3g | Waldemar Brodkorb | |
2016-10-29 | sysvinit: add experimental support for non busybox init | Waldemar Brodkorb | |
2016-10-25 | allow to choose base apps, minor dot cleanup | Waldemar Brodkorb | |
2016-09-26 | nfs-utils: finetuning startup script | Waldemar Brodkorb | |
2016-05-08 | check if directory exist | Waldemar Brodkorb | |
2016-04-28 | rename symbol name for toolchain only | Waldemar Brodkorb | |
2016-01-24 | reduce mksh testsuite failure to 1 | Waldemar Brodkorb | |
2015-12-25 | hide any errors | Waldemar Brodkorb | |
2015-12-24 | add missing netinfo file | Waldemar Brodkorb | |
2015-12-23 | optimize for really small systems | Waldemar Brodkorb | |
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size. | |||
2015-12-06 | fix nfsroot interfaces, network is already configured | Waldemar Brodkorb | |
2015-11-01 | move remount of /dev to rcdev, to fix static /dev usage | Waldemar Brodkorb | |
2015-11-01 | base-files: remove set -e, not available in ash | Waldemar Brodkorb | |
2015-10-24 | forget to add new file | Waldemar Brodkorb | |
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-07-26 | package/base-files: wireless: support appending to hostapd.conf | Phil Sutter | |
This is useful for adding additional (virtual) access points. In my setup, /etc/hostapd.conf.post contains: | bss=ath6 | ssid=IPv6XS4all In /etc/network/interfaces, there is a standard entry for ath6 which defines the IP address. Maybe this could be implemented in a cleaner way by introducing a 'wireless-master' setting which points to the real wireless interface (wlan0 in my case), so ifup knows which hostapd.conf file to add the settings to. | |||
2015-07-26 | package/base-files: wireless: allow setting pairwise algorithm | Phil Sutter | |
Not perfect, since allowing WPA+WPA2 means setting wpa_pairwise as well as rsn_pairwise, but I do not want to add unnecessary complexity to interface configuration. This is relevant for my X40 with ipw2200, which bugs for CCMP pairwise cipher. | |||
2015-07-01 | fix regression with new dev management change. order of execution is wrong. | Waldemar Brodkorb | |
2015-06-28 | enable using udev for automatic module loading | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2015-06-13 | create mountpoints for cifs, when /media used | Waldemar Brodkorb | |
2015-05-06 | use LD_LIBRARY_PATH for all BCM28XX boards | Waldemar Brodkorb | |
2015-05-05 | allow to add a unprivileged user | Waldemar Brodkorb | |
2015-02-10 | fix shadow file generation | Waldemar Brodkorb | |
2015-02-06 | use a hash in the config | Waldemar Brodkorb | |
This avoids breakage when using a # in the password. And no sensitive data is saved in clear on the target. Suggested by a Achim Marikar. | |||
2015-02-02 | allow passwords with # | Waldemar Brodkorb | |
2015-01-27 | add basic support for opkg, update to latest stable | Waldemar Brodkorb | |
2015-01-13 | on nfsroot link /etc/resolv.conf to /proc/net/pnp to fix dns resolving | Waldemar Brodkorb | |
2014-12-30 | add default entries for ipv6 | Waldemar Brodkorb | |
2014-12-30 | mount can fail here, when device is not ready. will be mounted via mdev later | Waldemar Brodkorb | |
2014-12-28 | fix wpa2 configfile generation, when static network configuration is used | Waldemar Brodkorb | |
2014-12-27 | use better banner | Waldemar Brodkorb | |
2014-12-27 | fix typo, reported by Joerg | Waldemar Brodkorb | |
2014-10-17 | be more quiet | Waldemar Brodkorb | |
2014-10-16 | fix local disk mount, use [[:blank:]] | Waldemar Brodkorb | |
2014-10-06 | add basic support to preconfigure wpa2 | Waldemar Brodkorb | |
2014-09-26 | fix sound device name | Waldemar Brodkorb | |
2014-08-11 | check for file existence | Waldemar Brodkorb | |
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-07-22 | show only one ip, when default route is missing | Waldemar Brodkorb | |
2014-07-22 | create mountpoint | Waldemar Brodkorb | |
2014-07-11 | make default mpdbox collection working out of the box | Waldemar Brodkorb | |
2014-07-11 | add bin/daemon users for ltp, finetune ltp | Waldemar Brodkorb | |
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-06-27 | non-verbose fsck | Waldemar Brodkorb | |