| Commit message (Expand) | Author | Age | Files | Lines |
* | toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and mo... | nbd | 2010-08-19 | 1 | -8/+8 |
* | [package] base-files, uci: properly revert list state on config_load | jow | 2010-08-14 | 1 | -1/+1 |
* | [package] base-files: unconditionally unlock the rootfs_data partition (#7437) | jow | 2010-07-24 | 1 | -1/+1 |
* | [package] base-files: add "mtu" option for route sections, allows setting per... | jow | 2010-06-30 | 1 | -1/+1 |
* | [package] base-files: enable IPv6 forwarding by default since the default fir... | jow | 2010-06-12 | 1 | -1/+1 |
* | [package] base-file: move alias setup to route hotplug, this fixes alias sect... | jow | 2010-06-01 | 1 | -1/+1 |
* | [package] base-files: | jow | 2010-05-30 | 1 | -1/+1 |
* | [package] base-files: 3g connection interfaces are now called "3g-*" - adjust... | jow | 2010-05-28 | 1 | -1/+1 |
* | [package] base-files: respect .auto option when running coldplug_interface_*(... | jow | 2010-05-27 | 1 | -1/+1 |
* | [package] base-files (#7316) | jow | 2010-05-17 | 1 | -1/+1 |
* | package/base-files: fix libraries packaging on 64bits targets (closes: #6918) | nico | 2010-05-01 | 1 | -9/+14 |
* | package/base-files: fix typo in r20874 (thanks to rhk for spotting it) | nico | 2010-04-15 | 1 | -1/+1 |
* | package/base-files: use a single $(CP) instead of two to copy shared library ... | nico | 2010-04-15 | 1 | -10/+20 |
* | [package] base-files: also regenerate wifi config if existing config contains... | jow | 2010-04-03 | 1 | -1/+1 |
* | [package] base-files: add a hotplug handler for rdate | jow | 2010-03-27 | 1 | -1/+1 |
* | change from /jffs to /overlay, patch from Daniel Dickinson | florian | 2010-03-21 | 1 | -1/+1 |
* | package/base-files: call preinit_ip_deconfig before processing init on | juhosg | 2010-03-12 | 1 | -1/+1 |
* | [package] base-files: revert dhcp state information on ifdown and restore pre... | jow | 2010-02-12 | 1 | -1/+1 |
* | [package] base-files: fix udhcpc address acquisition on network restart (patc... | jow | 2010-02-05 | 1 | -1/+1 |
* | base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selected | juhosg | 2010-01-26 | 1 | -2/+4 |
* | add preinit modularization work by Daniel Dickinson (cshore) | nbd | 2010-01-25 | 1 | -0/+18 |
* | [package] base-files: disable bridge firewalling by default | jow | 2010-01-18 | 1 | -2/+2 |
* | [package] base-files: | jow | 2010-01-16 | 1 | -1/+1 |
* | [package] base-files: check for libpthread_so.a instead of libc_so.a (some gc... | nico | 2009-12-18 | 1 | -1/+1 |
* | [package] base-files: sysupgrade: restrict find command to plain files to avo... | jow | 2009-11-20 | 1 | -1/+1 |
* | neither avr32 or coldfire has a shared libgcc | kaloz | 2009-11-12 | 1 | -0/+2 |
* | do not relink libresolv, it makes iproute2 barf | nbd | 2009-10-20 | 1 | -1/+1 |
* | [package] base-files: only try to execute watchdog if binary is present | jow | 2009-10-20 | 1 | -1/+1 |
* | 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 |
* | [package] base-files: add hotplug rules for /dev/lpX (#863) | jow | 2009-09-28 | 1 | -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 |
* | 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 | 1 | -1/+1 |
* | [package] base-files: dispatch ifdown events for proto=none interfaces and fi... | jow | 2009-09-14 | 1 | -1/+1 |
* | [package] base-files: introduce a ready-to-use /etc/rc.local to let users run... | jow | 2009-09-11 | 1 | -1/+1 |
* | [package] bump some revisions and update copyrights | agb | 2009-09-10 | 1 | -1/+1 |
* | package/base-files: set state to 'preinit' before preinit.arch is used, and s... | juhosg | 2009-09-05 | 1 | -1/+1 |
* | 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 |
* | now that each target has its own package directory, remove the base-files pac... | nbd | 2009-08-20 | 1 | -7/+5 |
* | [package] base-files: move ipv6 module loading from setup_interface() to addi... | jow | 2009-08-10 | 1 | -1/+1 |
* | install static libraries from uclibc to the rootfs staging dir | nbd | 2009-08-08 | 1 | -0/+4 |
* | [package] base-files: ensure that ipv6 is loaded if interfaces have an ip6add... | jow | 2009-08-04 | 1 | -1/+1 |
* | [package] prevent rebuild issues on creation of lib64 with 64-bits targets | florian | 2009-08-01 | 1 | -2/+2 |
* | [package] base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when u... | agb | 2009-07-02 | 1 | -1/+2 |
* | add preliminary coldfire v4e support | kaloz | 2009-06-21 | 1 | -1/+1 |
* | [package] sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger... | jow | 2009-06-17 | 1 | -1/+1 |
* | [package] base-files: set rules file for hotplug2 in the boot script (closes ... | juhosg | 2009-05-30 | 1 | -1/+1 |