| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove obsolete uci validation awk code | nbd | 2009-10-20 | 6 | -654/+0 |
* | base-files: remove obsolete stuff from common.awk | nbd | 2009-10-20 | 1 | -42/+0 |
* | [package] base-files: only try to execute watchdog if binary is present | jow | 2009-10-20 | 2 | -2/+3 |
* | fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead o... | nbd | 2009-10-20 | 1 | -1/+5 |
* | install the right version of libgcc along with its version map to fix relinki... | nbd | 2009-10-20 | 1 | -1/+4 |
* | check for sysfs before bypassing normal hotplug calls for firmware events (fi... | nbd | 2009-10-03 | 1 | -1/+1 |
* | [package] base-files: add hotplug rules for /dev/lpX (#863) | jow | 2009-09-28 | 2 | -1/+7 |
* | firstboot: add support for union mounts | nbd | 2009-09-27 | 1 | -23/+60 |
* | base-files: move firstboot to /sbin | nbd | 2009-09-27 | 2 | -1/+1 |
* | base-files: add libgcc dependency to libc (#5262) | nbd | 2009-09-24 | 1 | -0/+1 |
* | [toolchain] add external toolchain support, enhance native toolchain support ... | nico | 2009-09-23 | 1 | -31/+269 |
* | [cosmetic] accommodate for 5 digits svn revisions :) | nico | 2009-09-22 | 1 | -1/+1 |
* | base-files: fix conffiles entry check (patch from #2425) | nbd | 2009-09-19 | 1 | -1/+1 |
* | [package] base-files: clear ip addresses on interfaces that are about to be a... | jow | 2009-09-16 | 2 | -1/+3 |
* | [package] base-files: dispatch ifdown events for proto=none interfaces and fi... | jow | 2009-09-14 | 2 | -3/+3 |
* | [package] base-files: add /etc/rc.local to the default save file list | jow | 2009-09-12 | 1 | -1/+1 |
* | [package] base-files: introduce a ready-to-use /etc/rc.local to let users run... | jow | 2009-09-11 | 3 | -1/+10 |
* | [package] bump some revisions and update copyrights | agb | 2009-09-10 | 1 | -1/+1 |
* | Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17... | nbd | 2009-09-09 | 3 | -17/+0 |
* | fix nonhotpluggable networks not being brought up. Closes #2781 | thepeople | 2009-09-06 | 3 | -0/+17 |
* | package/base-files: set state to 'preinit' before preinit.arch is used, and s... | juhosg | 2009-09-05 | 2 | -3/+4 |
* | Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) | nbd | 2009-09-05 | 1 | -1/+0 |
* | add ifup -a to boot(), closes #4543 #2781 | thepeople | 2009-09-05 | 1 | -0/+1 |
* | extend logging functions | thepeople | 2009-09-04 | 1 | -7/+17 |
* | preinit: fix failsafe mode through ctrl+c on devices that do not provide a pr... | nbd | 2009-09-02 | 1 | -1/+5 |
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was n... | nbd | 2009-08-29 | 1 | -0/+1 |
* | allow mklibs.py to optimize libgcc_s.so.1 | nbd | 2009-08-29 | 1 | -0/+1 |
* | udev: Update udev package from udev-106 to udev-142 | geoff | 2009-08-24 | 1 | -4/+8 |
* | now that each target has its own package directory, remove the base-files pac... | nbd | 2009-08-20 | 1 | -7/+5 |
* | [package] base-files: fix sysupgrade get_magic_word() function to return prop... | jow | 2009-08-19 | 1 | -1/+1 |
* | [package] base-files: move ipv6 module loading from setup_interface() to addi... | jow | 2009-08-10 | 3 | -10/+7 |
* | install static libraries from uclibc to the rootfs staging dir | nbd | 2009-08-08 | 1 | -0/+4 |
* | base-files: some /lib/network/config.sh refactoring | nbd | 2009-08-07 | 1 | -25/+38 |
* | base-files: clean up init.d/fstab and port it to the new config_get | nbd | 2009-08-07 | 1 | -18/+14 |
* | base-files: port init.d/led to new config_get | nbd | 2009-08-07 | 1 | -8/+6 |
* | base-files: port init.d/boot to new config_get | nbd | 2009-08-07 | 1 | -9/+10 |
* | base-files: port functions.sh to new config_get | nbd | 2009-08-07 | 1 | -2/+2 |
* | base-files: allow default value for config_get | nbd | 2009-08-07 | 1 | -6/+9 |
* | [package] base-files: ensure that ipv6 is loaded if interfaces have an ip6add... | jow | 2009-08-04 | 2 | -13/+22 |
* | [package] prevent rebuild issues on creation of lib64 with 64-bits targets | florian | 2009-08-01 | 1 | -2/+2 |
* | [pakcage] simplify action handling in rc.common (#5558) | florian | 2009-07-26 | 1 | -23/+9 |
* | udhcpc: Pass all events to udhcpc.user | acinonyx | 2009-07-12 | 1 | -3/+3 |
* | allow udhcpc to work properly for interfaces that are not configured through uci | nbd | 2009-07-03 | 1 | -23/+38 |
* | [package] base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when u... | agb | 2009-07-02 | 1 | -1/+2 |
* | [package] base-files: Fix sysupgrade .tar.gz configuration restoring | acinonyx | 2009-06-29 | 2 | -13/+13 |
* | [package] base-files: ipcalc.sh: fix off-by-one in range-calculation | jow | 2009-06-29 | 1 | -1/+1 |
* | add preliminary coldfire v4e support | kaloz | 2009-06-21 | 1 | -1/+1 |
* | change sysctl.conf to disable tcp ecn by default (based on discussion with ma... | nbd | 2009-06-17 | 1 | -1/+1 |
* | [package] sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger... | jow | 2009-06-17 | 2 | -4/+5 |
* | udhcpc: add cidr routes support (patch from #5299) | nbd | 2009-06-13 | 1 | -0/+74 |