| Commit message (Expand) | Author | Age | Files | Lines |
* | base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc com... | Nicolas Thill | 2009-12-18 | 1 | -1/+1 |
* | base-files: sysupgrade: restrict find command to plain files to avoid duplica... | Jo-Philipp Wich | 2009-11-20 | 1 | -1/+1 |
* | neither avr32 or coldfire has a shared libgcc | Imre Kaloz | 2009-11-12 | 1 | -0/+2 |
* | do not relink libresolv, it makes iproute2 barf | Felix Fietkau | 2009-10-20 | 1 | -1/+1 |
* | base-files: only try to execute watchdog if binary is present | Jo-Philipp Wich | 2009-10-20 | 1 | -1/+1 |
* | fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead o... | Felix Fietkau | 2009-10-20 | 1 | -1/+5 |
* | install the right version of libgcc along with its version map to fix relinki... | Felix Fietkau | 2009-10-20 | 1 | -1/+4 |
* | base-files: add hotplug rules for /dev/lpX (#863) | Jo-Philipp Wich | 2009-09-28 | 1 | -1/+1 |
* | base-files: add libgcc dependency to libc (#5262) | Felix Fietkau | 2009-09-24 | 1 | -0/+1 |
* | add external toolchain support, enhance native toolchain support (special tha... | Nicolas Thill | 2009-09-23 | 1 | -31/+269 |
* | base-files: fix conffiles entry check (patch from #2425) | Felix Fietkau | 2009-09-19 | 1 | -1/+1 |
* | base-files: clear ip addresses on interfaces that are about to be added to a ... | Jo-Philipp Wich | 2009-09-16 | 1 | -1/+1 |
* | base-files: dispatch ifdown events for proto=none interfaces and fix a race c... | Jo-Philipp Wich | 2009-09-14 | 1 | -1/+1 |
* | base-files: introduce a ready-to-use /etc/rc.local to let users run custom co... | Jo-Philipp Wich | 2009-09-11 | 1 | -1/+1 |
* | bump some revisions and update copyrights | Andy Boyett | 2009-09-10 | 1 | -1/+1 |
* | package/base-files: set state to 'preinit' before preinit.arch is used, and s... | Gabor Juhos | 2009-09-05 | 1 | -1/+1 |
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was n... | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
* | allow mklibs.py to optimize libgcc_s.so.1 | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
* | now that each target has its own package directory, remove the base-files pac... | Felix Fietkau | 2009-08-20 | 1 | -7/+5 |
* | base-files: move ipv6 module loading from setup_interface() to addif() in the... | Jo-Philipp Wich | 2009-08-10 | 1 | -1/+1 |
* | install static libraries from uclibc to the rootfs staging dir | Felix Fietkau | 2009-08-08 | 1 | -0/+4 |
* | base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined,... | Jo-Philipp Wich | 2009-08-04 | 1 | -1/+1 |
* | prevent rebuild issues on creation of lib64 with 64-bits targets | Florian Fainelli | 2009-08-01 | 1 | -2/+2 |
* | base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git i... | Andy Boyett | 2009-07-02 | 1 | -1/+2 |
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 | 1 | -1/+1 |
* | sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standa... | Jo-Philipp Wich | 2009-06-17 | 1 | -1/+1 |
* | base-files: set rules file for hotplug2 in the boot script (closes #5235) | Gabor Juhos | 2009-05-30 | 1 | -1/+1 |
* | base-files: update command line for the new hotplug2 | Gabor Juhos | 2009-05-28 | 1 | -1/+1 |
* | fix mips64el base-files compile | Felix Fietkau | 2009-05-23 | 1 | -1/+1 |
* | sysupgrade: use sysrq-trigger if available | Jo-Philipp Wich | 2009-05-15 | 1 | -1/+1 |
* | create the lib64 symbolic links for 64-bits supported architectures (#5075) | Florian Fainelli | 2009-05-07 | 1 | -1/+6 |
* | base-files: Add additional base-files search paths | Hamish Guthrie | 2009-05-04 | 1 | -0/+6 |
* | introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigu... | Nicolas Thill | 2009-04-27 | 1 | -1/+1 |
* | uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30... | Nicolas Thill | 2009-04-24 | 1 | -9/+5 |
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
* | move ldconfig & ldd to utils section | Nicolas Thill | 2009-04-14 | 1 | -1/+5 |
* | base-files: remove redundant netmask handling in 10-routes | Jo-Philipp Wich | 2009-04-12 | 1 | -1/+1 |
* | - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 fo... | Jo-Philipp Wich | 2009-03-25 | 1 | -1/+1 |
* | add uclibc 0.9.30.1 | Felix Fietkau | 2009-03-23 | 1 | -0/+4 |
* | sysupgrade: install /bin/sleep into ramdisk too and add completition notice (... | Jo-Philipp Wich | 2009-03-08 | 1 | -2/+2 |
* | base-files: allow option dns to override dhcp assigned dns servers | Jo-Philipp Wich | 2009-02-19 | 1 | -1/+1 |
* | fix handling of eglibc config options for packaging | Felix Fietkau | 2009-01-26 | 1 | -1/+5 |
* | add support for an optional staging directory for debug binaries | Felix Fietkau | 2009-01-13 | 1 | -0/+1 |
* | add support for alternative C libraries (currently only glibc/eglibc) other (... | Nicolas Thill | 2009-01-08 | 1 | -25/+55 |
* | package/base-files: fix chmod of /tmp/.uci, bump package revision | Jo-Philipp Wich | 2009-01-06 | 1 | -1/+1 |
* | clean NATIVE_TOOLCHAIN dependencies | Nicolas Thill | 2008-11-22 | 1 | -3/+3 |
* | Allow dropbear to use shadow passwords, and correct base-files generation of ... | Peter Denison | 2008-09-30 | 1 | -1/+6 |
* | make opkg the default package manager, disable busybox ipkg from building by ... | Travis Kemen | 2008-08-16 | 1 | -2/+0 |
* | creates a passwd's shadow file if busybox supports the feature, fixes #2887 | John Crispin | 2008-07-30 | 1 | -0/+1 |
* | Disable smash stacking support by default, but allow to enable it as an exper... | Florian Fainelli | 2008-07-30 | 1 | -0/+1 |