100 Commits (7ea365453749503eaf97e1c21be9843c10d07fae)

Author SHA1 Message Date
Jo-Philipp Wich 250b52f673 base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script 15 years ago
Jo-Philipp Wich 520ea8e5f9 base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley) 15 years ago
Gabor Juhos 785e45786f base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selected 15 years ago
Felix Fietkau 56bc02a305 add preinit modularization work by Daniel Dickinson (cshore) 15 years ago
Jo-Philipp Wich bf9917d651 base-files: disable bridge firewalling by default 15 years ago
Jo-Philipp Wich 39f2b6d957 base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For 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> 15 years ago
Nicolas Thill 1772df7037 base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc combinations don't provide a libpthread_so.a matching libc_so.a) 15 years ago
Jo-Philipp Wich 4d9b1d6c75 base-files: sysupgrade: restrict find command to plain files to avoid duplicates when generating the conffiles tgz archive 15 years ago
Imre Kaloz c2eba9719e neither avr32 or coldfire has a shared libgcc 15 years ago
Felix Fietkau b2f4f696bf do not relink libresolv, it makes iproute2 barf 15 years ago
Jo-Philipp Wich cfe1bc11ad base-files: only try to execute watchdog if binary is present 15 years ago
Felix Fietkau cb3495fac5 fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using the standard _pic variant 15 years ago
Felix Fietkau dc637ccdff install the right version of libgcc along with its version map to fix relinking issues with mklibs, attempt to relink only if the version map is actually present 15 years ago
Jo-Philipp Wich f44e4dcb4b base-files: add hotplug rules for /dev/lpX (#863) 15 years ago
Felix Fietkau 32bb31ca36 base-files: add libgcc dependency to libc (#5262) 15 years ago
Nicolas Thill c9bc7c504c add external toolchain support, enhance native toolchain support (special thanks to Luigi Mantellini for his help... and patience ;) 15 years ago
Felix Fietkau ca300a2f07 base-files: fix conffiles entry check (patch from #2425) 15 years ago
Jo-Philipp Wich 2f921cb48d base-files: clear ip addresses on interfaces that are about to be added to a bridge 15 years ago
Jo-Philipp Wich bc37b2e831 base-files: dispatch ifdown events for proto=none interfaces and fix a race condition between revert state and hotplug handlers 15 years ago
Jo-Philipp Wich bdaeaafbef base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts 15 years ago
Andy Boyett a5f80019ef bump some revisions and update copyrights 15 years ago
Gabor Juhos f494bcc222 package/base-files: set state to 'preinit' before preinit.arch is used, and set state to 'failsafe' when entering failsafe mode 15 years ago
Felix Fietkau 91fe363562 uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was not exported by default. use it instead of libc_pic.a 15 years ago
Felix Fietkau fc5426e4bc allow mklibs.py to optimize libgcc_s.so.1 15 years ago
Felix Fietkau 72cf6925a4 now that each target has its own package directory, remove the base-files package renaming hack 15 years ago
Jo-Philipp Wich 27da9d1984 base-files: move ipv6 module loading from setup_interface() to addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356) 15 years ago
Felix Fietkau 907fb8d8e5 install static libraries from uclibc to the rootfs staging dir 15 years ago
Jo-Philipp Wich 3bb5ea71eb base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision (#5356) 15 years ago
Florian Fainelli 52b6f8f74a prevent rebuild issues on creation of lib64 with 64-bits targets 15 years ago
Andy Boyett 0194fea285 base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git instead of svn 15 years ago
Imre Kaloz 2004d4165a add preliminary coldfire v4e support 15 years ago
Jo-Philipp Wich c6fe201fb6 sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standard reboot fails 15 years ago
Gabor Juhos 9b5e65f101 base-files: set rules file for hotplug2 in the boot script (closes #5235) 15 years ago
Gabor Juhos 463a6f4bda base-files: update command line for the new hotplug2 16 years ago
Felix Fietkau 17ae4a4df0 fix mips64el base-files compile 16 years ago
Jo-Philipp Wich af8500e97d sysupgrade: use sysrq-trigger if available 16 years ago
Florian Fainelli 3dea7e450f create the lib64 symbolic links for 64-bits supported architectures (#5075) 16 years ago
Hamish Guthrie 42e35d0a95 base-files: Add additional base-files search paths 16 years ago
Nicolas Thill 7658ef1316 introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS 16 years ago
Nicolas Thill 222f37cbde uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 16 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 16 years ago
Nicolas Thill a245766507 move ldconfig & ldd to utils section 16 years ago
Jo-Philipp Wich a03e00bbcf base-files: remove redundant netmask handling in 10-routes 16 years ago
Jo-Philipp Wich 9a72419724 - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE 16 years ago
Felix Fietkau 566bdc37ad add uclibc 0.9.30.1 16 years ago
Jo-Philipp Wich 8a6acee2e2 sysupgrade: install /bin/sleep into ramdisk too and add completition notice (#4747) 16 years ago
Jo-Philipp Wich 2d672ef2f5 base-files: allow option dns to override dhcp assigned dns servers 16 years ago
Felix Fietkau ff89285b25 fix handling of eglibc config options for packaging 16 years ago
Felix Fietkau eb1c4db039 add support for an optional staging directory for debug binaries 16 years ago
Nicolas Thill a3edea1b91 add support for alternative C libraries (currently only glibc/eglibc) other (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) 16 years ago