Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: revert dhcp state information on ifdown and restore pre-r19530 ↵ | Jo-Philipp Wich | 2010-02-12 | 1 | -1/+1 |
| | | | | | | behaviour in udhcp default.script SVN-Revision: 19597 | ||||
* | base-files: fix udhcpc address acquisition on network restart (patch by ↵ | Jo-Philipp Wich | 2010-02-05 | 1 | -1/+1 |
| | | | | | | Scott Dudley) SVN-Revision: 19530 | ||||
* | base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selected | Gabor Juhos | 2010-01-26 | 1 | -2/+4 |
| | | | | | | Also, use the default pi_broadcast address if it is not specified SVN-Revision: 19346 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 1 | -0/+18 |
| | | | | SVN-Revision: 19331 | ||||
* | base-files: disable bridge firewalling by default | Jo-Philipp Wich | 2010-01-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 19214 | ||||
* | base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵ | Jo-Philipp Wich | 2010-01-16 | 1 | -1/+1 |
| | | | | | | some reason ld-linux.so.3 is not installed at ramfs and sysupgrade always fails. Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv> SVN-Revision: 19167 | ||||
* | base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc ↵ | Nicolas Thill | 2009-12-18 | 1 | -1/+1 |
| | | | | | | combinations don't provide a libpthread_so.a matching libc_so.a) SVN-Revision: 18810 | ||||
* | base-files: sysupgrade: restrict find command to plain files to avoid ↵ | Jo-Philipp Wich | 2009-11-20 | 1 | -1/+1 |
| | | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455 | ||||
* | neither avr32 or coldfire has a shared libgcc | Imre Kaloz | 2009-11-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 18402 | ||||
* | do not relink libresolv, it makes iproute2 barf | Felix Fietkau | 2009-10-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 18111 | ||||
* | base-files: only try to execute watchdog if binary is present | Jo-Philipp Wich | 2009-10-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 18102 | ||||
* | fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵ | Felix Fietkau | 2009-10-20 | 1 | -1/+5 |
| | | | | | | of using the standard _pic variant SVN-Revision: 18090 | ||||
* | install the right version of libgcc along with its version map to fix ↵ | Felix Fietkau | 2009-10-20 | 1 | -1/+4 |
| | | | | | | relinking issues with mklibs, attempt to relink only if the version map is actually present SVN-Revision: 18089 | ||||
* | base-files: add hotplug rules for /dev/lpX (#863) | Jo-Philipp Wich | 2009-09-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 17792 | ||||
* | base-files: add libgcc dependency to libc (#5262) | Felix Fietkau | 2009-09-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 17714 | ||||
* | add external toolchain support, enhance native toolchain support (special ↵ | Nicolas Thill | 2009-09-23 | 1 | -31/+269 |
| | | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682 | ||||
* | base-files: fix conffiles entry check (patch from #2425) | Felix Fietkau | 2009-09-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 17618 | ||||
* | base-files: clear ip addresses on interfaces that are about to be added to a ↵ | Jo-Philipp Wich | 2009-09-16 | 1 | -1/+1 |
| | | | | | | bridge SVN-Revision: 17596 | ||||
* | base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵ | Jo-Philipp Wich | 2009-09-14 | 1 | -1/+1 |
| | | | | | | condition between revert state and hotplug handlers SVN-Revision: 17582 | ||||
* | base-files: introduce a ready-to-use /etc/rc.local to let users run custom ↵ | Jo-Philipp Wich | 2009-09-11 | 1 | -1/+1 |
| | | | | | | commands on init without creating custom init scripts SVN-Revision: 17571 | ||||
* | bump some revisions and update copyrights | Andy Boyett | 2009-09-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 17554 | ||||
* | package/base-files: set state to 'preinit' before preinit.arch is used, and ↵ | Gabor Juhos | 2009-09-05 | 1 | -1/+1 |
| | | | | | | set state to 'failsafe' when entering failsafe mode SVN-Revision: 17517 | ||||
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵ | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438 | ||||
* | allow mklibs.py to optimize libgcc_s.so.1 | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 17437 | ||||
* | now that each target has its own package directory, remove the base-files ↵ | Felix Fietkau | 2009-08-20 | 1 | -7/+5 |
| | | | | | | package renaming hack SVN-Revision: 17330 | ||||
* | base-files: move ipv6 module loading from setup_interface() to addif() in ↵ | Jo-Philipp Wich | 2009-08-10 | 1 | -1/+1 |
| | | | | | | the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356) SVN-Revision: 17217 | ||||
* | install static libraries from uclibc to the rootfs staging dir | Felix Fietkau | 2009-08-08 | 1 | -0/+4 |
| | | | | SVN-Revision: 17169 | ||||
* | base-files: ensure that ipv6 is loaded if interfaces have an ip6addr ↵ | Jo-Philipp Wich | 2009-08-04 | 1 | -1/+1 |
| | | | | | | defined, clean trailing whitespace, bump pkg revision (#5356) SVN-Revision: 17118 | ||||
* | prevent rebuild issues on creation of lib64 with 64-bits targets | Florian Fainelli | 2009-08-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 17072 | ||||
* | base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git ↵ | Andy Boyett | 2009-07-02 | 1 | -1/+2 |
| | | | | | | instead of svn SVN-Revision: 16652 | ||||
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 16538 | ||||
* | sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if ↵ | Jo-Philipp Wich | 2009-06-17 | 1 | -1/+1 |
| | | | | | | standard reboot fails SVN-Revision: 16488 | ||||
* | base-files: set rules file for hotplug2 in the boot script (closes #5235) | Gabor Juhos | 2009-05-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 16215 | ||||
* | base-files: update command line for the new hotplug2 | Gabor Juhos | 2009-05-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 16154 | ||||
* | fix mips64el base-files compile | Felix Fietkau | 2009-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 16018 | ||||
* | sysupgrade: use sysrq-trigger if available | Jo-Philipp Wich | 2009-05-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 15865 | ||||
* | create the lib64 symbolic links for 64-bits supported architectures (#5075) | Florian Fainelli | 2009-05-07 | 1 | -1/+6 |
| | | | | SVN-Revision: 15698 | ||||
* | base-files: Add additional base-files search paths | Hamish Guthrie | 2009-05-04 | 1 | -0/+6 |
| | | | | SVN-Revision: 15583 | ||||
* | introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵ | Nicolas Thill | 2009-04-27 | 1 | -1/+1 |
| | | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451 | ||||
* | uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵ | Nicolas Thill | 2009-04-24 | 1 | -9/+5 |
| | | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | move ldconfig & ldd to utils section | Nicolas Thill | 2009-04-14 | 1 | -1/+5 |
| | | | | SVN-Revision: 15228 | ||||
* | base-files: remove redundant netmask handling in 10-routes | Jo-Philipp Wich | 2009-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 15219 | ||||
* | - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 ↵ | Jo-Philipp Wich | 2009-03-25 | 1 | -1/+1 |
| | | | | | | for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE SVN-Revision: 15042 | ||||
* | add uclibc 0.9.30.1 | Felix Fietkau | 2009-03-23 | 1 | -0/+4 |
| | | | | SVN-Revision: 15000 | ||||
* | sysupgrade: install /bin/sleep into ramdisk too and add completition notice ↵ | Jo-Philipp Wich | 2009-03-08 | 1 | -2/+2 |
| | | | | | | (#4747) SVN-Revision: 14784 | ||||
* | base-files: allow option dns to override dhcp assigned dns servers | Jo-Philipp Wich | 2009-02-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 14562 | ||||
* | fix handling of eglibc config options for packaging | Felix Fietkau | 2009-01-26 | 1 | -1/+5 |
| | | | | SVN-Revision: 14210 | ||||
* | add support for an optional staging directory for debug binaries | Felix Fietkau | 2009-01-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 14018 | ||||
* | add support for alternative C libraries (currently only glibc/eglibc) other ↵ | Nicolas Thill | 2009-01-08 | 1 | -25/+55 |
| | | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931 |