22 Commits (f026f5c780bf0dd359d2de9a94ddd72bef347c2c)

Author SHA1 Message Date
Felix Fietkau 64da662a88 toolchain/glibc: remove obsolete versions 9 years ago
Felix Fietkau 1981ee7d75 toolchain: Reverse glibc/eglibc conditionals to check for eglibc 9 years ago
Felix Fietkau f6e4badfe4 toolchain: Add glibc 2.22 9 years ago
Felix Fietkau 79e14650e0 toolchain: remove obsolete relinking code 9 years ago
Felix Fietkau f7939f5e74 gcc: remove version 4.6, it is no longer needed 9 years ago
Felix Fietkau 6aba44bfe0 toolchain: drop obsolete references to the coldfire target 10 years ago
Felix Fietkau 512066dba4 toolchain: remove obsolete checks for avr32 10 years ago
John Crispin 3e2f578353 toolchain: The glorious return of glibc, ver 2.21 10 years ago
John Crispin 09a08fb9e6 toolchain: Add libatomic when using external toolchain 10 years ago
Felix Fietkau d54e759611 toolchain: do not include libatomic.so in the libc package 10 years ago
Felix Fietkau 0636bb43ae toolchain: disable libatomic for gcc 4.6 10 years ago
Jonas Gorski 4b16b90152 toolchain: musl: fix symlink for ldd 10 years ago
Nicolas Thill f4417f7ad8 package/*: replace occurences of 'ln -sf' to '$(LN)' 10 years ago
Steven Barth bec9d38fa4 Add a few SPDX tags 10 years ago
Felix Fietkau f2a4294ab5 toolchain: drop the mips softfloat symlink hack 10 years ago
Felix Fietkau 4c4157e287 toolchain: when using musl, install a symlink from ld-musl-*.so to /usr/bin/ldd 10 years ago
Steven Barth 64e3cb9fe8 toolchain: Fix libthreaddb not being installed 10 years ago
Steven Barth 0a5caa47e5 toolchain: packetize libatomic 10 years ago
Jo-Philipp Wich 4255b2fde5 toolchain: only take last found libgcc* file 10 years ago
Felix Fietkau f7c29f0eb7 toolchain: remove accidental leftover debug code 11 years ago
Felix Fietkau 6e6d7003bb toolchain: add a symlink for musl softfloat ldso to the path where our gcc expects it 11 years ago
John Crispin 4ebf19b48f packages: clean up the package folder 11 years ago
Felix Fietkau 2430e9a4f5 toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 11 years ago
Felix Fietkau 96bb7c123b build: consistently use 'depends on' instead of 'depends' 12 years ago
Florian Fainelli f880c4992d toolchain: mark unavailable packages for musl libc 12 years ago
Florian Fainelli 9348998887 toolchain: fix libpthread package for musl based toolchains (#12651) 12 years ago
Florian Fainelli 6b63716262 add preliminary support for musl 12 years ago
Florian Fainelli 4e733cfbc9 libthread-db: fix libthread_db.so installation. 12 years ago
Felix Fietkau bb83657bc0 toolchain: add a package for libthread_db 12 years ago
Felix Fietkau e51eb6046d add myself as a maintainer for a few more packages 12 years ago
Jo-Philipp Wich c3b98c8fc7 toolchain: fix libgcc and libgfortran packages for avr32 and coldfire 12 years ago
Vasilis Tsiligiannis 61095c10dd toolchain: Fix typo in libssp config 12 years ago
Felix Fietkau b2f70f0df0 toolchain: remove target dependencies on libgcc/libgfortran, add checks to package install template instead 12 years ago
Felix Fietkau 9fe1b02ddf toolchain: fix libc dependency on libgcc 12 years ago
Felix Fietkau 07826e391d base-files: move all toolchain packages to a separate package directory 'toolchain' 12 years ago
Jo-Philipp Wich 6cdf25289c base-files: add permission exceptions, do not clobber shadow permissions - based on patch by Mark Mentovai <mark@moxienet.com> 12 years ago
Jo-Philipp Wich 5e84df6bac base-files: ship a static initial shadow db instead of creating it from passwd with sed, this fixes registering of users at compile time 12 years ago
Jo-Philipp Wich a044a43d06 base-files: make user_add() populate the shadow db as well 12 years ago
Felix Fietkau 8a9e94b077 base-files: remove base-files-network, netifd is the only supported option now 12 years ago
Jo-Philipp Wich f1d04190c5 base-files: introduce /lib/functions/network.sh This file will contain common procedures to deal with network interfaces. Initially provides network_get_ipaddr(), network_get_ipaddr6(), network_get_subnet() and network_get_subnet6() to determine the primary IP addresses or subnets of a given logical interface. 12 years ago
Felix Fietkau 5eed1d8f6b enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places 12 years ago
Mirko Vogt 232b7aa65b remove special treatment when using glibc - support got dropped 12 years ago
Mirko Vogt 334fd4199b purge support for glibc - use eglibc instead! 12 years ago
Florian Fainelli 129afe12b7 base-files: fix typo in 05_firstboot_skip script (#11359) 12 years ago
Jo-Philipp Wich b4312a8ba1 base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled (#11280) 13 years ago
Jo-Philipp Wich a43ae30e1b include, base-files, opkg: introduce version configuration to override the embedded version info of generated images - Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build - Introduce include/version.mk to provide common helpers for packages dealing with versions - Make opkg use version.mk to populate the opkg.conf template - Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner 13 years ago
Jo-Philipp Wich 3c3941f109 base-files: remove network preconfig, it collides with ar71xx network firstboot uci-defaults To supply custom network settings, it is better to embed a complete network config file using the files/ overlay, the old image lan preconfig options are also very limited in scope and actually collide with sysupgrade and firstboot hardware detection on at least ar71xx and possibly other targets, therfore drop this facility. 13 years ago
Jo-Philipp Wich 086cae30ce base-files: enable conntrack accounting in sysctl. It used to be a compile time option which got deprecated 13 years ago
Jo-Philipp Wich 6b9bf71881 base-files: add a uci-defaults script which will migrate the root password to /etc/shadow if needed 13 years ago
Jo-Philipp Wich 9fd3886365 base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> 13 years ago