Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: fix stale space in eglibc library install section (#9270) | Jo-Philipp Wich | 2011-04-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 26720 | ||||
* | base-files: return success on lib-copying with external toolchain when using ↵ | Jo-Philipp Wich | 2011-04-12 | 1 | -12/+21 |
| | | | | | | | | | | | | | | | | an external toolchain the base-files package copies libc, libgcc and others from the library directory. The file list is given as following in the .config: CONFIG_LIBC_FILE_SPEC="./lib/ld{-*.so,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*}" Because the filenames are composed with different endings, not all files exist and will be skipped. Currently, this works only if the last composed file (util.so.*) really exists. At the moment this works - but only if you don't add a new file like 'uClibc'. Adding it at the end '...resolv,util,uClibc}{-*.so,.so.*}' will lead to this message, because the combination 'libuClibc.so.*' doesn't exist and Make will evaluate the last copy statement of the for loop. | ||||
* | base-files: properly handle vlans on top of wireless interfaces | Jo-Philipp Wich | 2011-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 26230 | ||||
* | base-files: update sysctl.conf for modern kernels | Jo-Philipp Wich | 2011-03-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 26204 | ||||
* | base-files: link libpthread against libc | Felix Fietkau | 2011-03-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 26161 | ||||
* | base-files: make library relinking uclibc specific and fix libpthread ↵ | Felix Fietkau | 2011-03-10 | 1 | -2/+5 |
| | | | | | | installation for the non-relinked variant SVN-Revision: 26003 | ||||
* | base-files: only relink libraries if the linaro toolchain is selected | Felix Fietkau | 2011-03-09 | 1 | -1/+3 |
| | | | | SVN-Revision: 25983 | ||||
* | gcc: move the optimized assembler helpers back into the static libgcc and ↵ | Felix Fietkau | 2011-03-08 | 1 | -6/+21 |
| | | | | | | skip relinking for this arch. due to relocation constraints, the assembler functions cannot be in the shared libgcc and must always be linked in statically SVN-Revision: 25952 | ||||
* | base-files: the relinked libpthread needs to be linked against libdl, ↵ | Felix Fietkau | 2011-03-08 | 1 | -1/+1 |
| | | | | | | otherwise calls to dlopen() fail (fixes #8978) SVN-Revision: 25950 | ||||
* | base-files: fix Build/Compile override handling, fixes ar7 compile | Felix Fietkau | 2011-03-06 | 1 | -5/+2 |
| | | | | SVN-Revision: 25911 | ||||
* | base-files: do not build or use libgcc on m68k and avr32 | Felix Fietkau | 2011-03-03 | 1 | -7/+9 |
| | | | | SVN-Revision: 25852 | ||||
* | base-files: relink uclibc and libgcc libraries to remove leftovers of the ↵ | Felix Fietkau | 2011-03-01 | 1 | -5/+59 |
| | | | | | | statically linked initial libgcc saves a few kb and gets rid of unused not exported functions as well should also improve the reliability of mklibs SVN-Revision: 25800 | ||||
* | base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, ↵ | Hamish Guthrie | 2011-02-18 | 1 | -0/+1 |
| | | | | | | otherwise name resolution fails SVN-Revision: 25568 | ||||
* | base-files: librt should depend on libpthread, not the other way around | Felix Fietkau | 2011-02-16 | 1 | -1/+1 |
| | | | | | | | | | In uClibc 0.9.32 as well as recent versions of glibc and eglibc, librt depends on libpthread. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25548 | ||||
* | remove the shared object stubs of libnsl and libresolv - let the compiler ↵ | Felix Fietkau | 2011-02-13 | 1 | -1/+1 |
| | | | | | | use the static variants instead SVN-Revision: 25511 | ||||
* | base-files: - properly disable IPv6 on bridge ports - introduce accept_ra ↵ | Jo-Philipp Wich | 2011-02-11 | 1 | -1/+1 |
| | | | | | | option, defaults to true for dhcp interfaces, false for others - introduce send_rs option, defaults to true for static interfaces, false for others SVN-Revision: 25454 | ||||
* | base-files: remove remaining conffiles reference to /etc/banner | Jo-Philipp Wich | 2011-02-04 | 1 | -1/+0 |
| | | | | SVN-Revision: 25368 | ||||
* | package/base-files: add get_magic_long() to common upgrade script | Gabor Juhos | 2011-01-26 | 1 | -1/+1 |
| | | | | | | Patch-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25117 | ||||
* | base-files: Fix typo in option name for disabling failsafe announcment ↵ | Daniel Dickinson | 2011-01-18 | 1 | -1/+1 |
| | | | | | | Thanks to Andrey Zholos for this patch SVN-Revision: 25040 | ||||
* | base-files: implement "reqopts" parameter for dhcp interfaces to specify ↵ | Jo-Philipp Wich | 2010-12-22 | 1 | -1/+1 |
| | | | | | | additional dhcp options to request SVN-Revision: 24780 | ||||
* | base-files: add support for the usbdev LED trigger | Gabor Juhos | 2010-12-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 24647 | ||||
* | adds a --help option to /sbin/wifi | Florian Fainelli | 2010-12-05 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de> SVN-Revision: 24258 | ||||
* | base-file: add metric option for static and dhcp protos, this simplifies the ↵ | Jo-Philipp Wich | 2010-11-17 | 1 | -1/+1 |
| | | | | | | management of multiple default routes SVN-Revision: 24020 | ||||
* | base-files: mark libc as hold and essential, opkg should now bail out if ↵ | Jo-Philipp Wich | 2010-11-11 | 1 | -0/+1 |
| | | | | | | someone tries to uninstall libc SVN-Revision: 23960 | ||||
* | base-files: mark /etc/shadow as conffile | Jo-Philipp Wich | 2010-10-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 23590 | ||||
* | base-files: add udhcpc vendorid option (#7744) | Jo-Philipp Wich | 2010-10-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 23279 | ||||
* | base-files: mark /etc/sysupgrade.conf as conffile | Jo-Philipp Wich | 2010-10-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 23264 | ||||
* | base-files: - add sysupgrade support for keepfile hints * introduces ↵ | Jo-Philipp Wich | 2010-10-05 | 1 | -1/+3 |
| | | | | | | /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles SVN-Revision: 23258 | ||||
* | base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to ↵ | Jo-Philipp Wich | 2010-10-05 | 1 | -1/+1 |
| | | | | | | backup file list SVN-Revision: 23233 | ||||
* | base-files: mark /etc/rc.local as conffile | Jo-Philipp Wich | 2010-10-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 23232 | ||||
* | base-files: utilize uci_get_state to read the previous dhcp router address ↵ | Jo-Philipp Wich | 2010-10-04 | 1 | -1/+1 |
| | | | | | | in udhcpc default script. The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the cached state vars and query uci directly to make the script immune against unwanted runtime changes. SVN-Revision: 23211 | ||||
* | base-files: bump pkg revision after r23091, r23092 | Jo-Philipp Wich | 2010-09-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 23093 | ||||
* | base-files: introduce service_kill() into functions.sh - a convenience ↵ | Jo-Philipp Wich | 2010-09-19 | 1 | -1/+1 |
| | | | | | | wrapper for killing services by pid or pidfile with a grace period for termination before kill SVN-Revision: 23087 | ||||
* | base-files: add an experimental "-c" flag which tries to preserve *all* ↵ | Jo-Philipp Wich | 2010-09-07 | 1 | -1/+1 |
| | | | | | | changed files in /overlay/etc minus some system files SVN-Revision: 22977 | ||||
* | base-files: make build dependant on opkg/host | Jo-Philipp Wich | 2010-09-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 22948 | ||||
* | toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵ | Felix Fietkau | 2010-08-19 | 1 | -8/+8 |
| | | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723 | ||||
* | base-files, uci: properly revert list state on config_load This fixes a bug ↵ | Jo-Philipp Wich | 2010-08-14 | 1 | -1/+1 |
| | | | | | | where lists end up with duplicate values if config_load was invoked multiple times. SVN-Revision: 22629 | ||||
* | base-files: unconditionally unlock the rootfs_data partition (#7437) | Jo-Philipp Wich | 2010-07-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 22377 | ||||
* | base-files: add "mtu" option for route sections, allows setting per-route ↵ | Jo-Philipp Wich | 2010-06-30 | 1 | -1/+1 |
| | | | | | | mtu values SVN-Revision: 22003 | ||||
* | base-files: enable IPv6 forwarding by default since the default firewall ↵ | Jo-Philipp Wich | 2010-06-12 | 1 | -1/+1 |
| | | | | | | supports ip6tables now SVN-Revision: 21766 | ||||
* | base-file: move alias setup to route hotplug, this fixes alias sections for ↵ | Jo-Philipp Wich | 2010-06-01 | 1 | -1/+1 |
| | | | | | | non-static interfaces like ppp, dhcp, 6in4 etc. SVN-Revision: 21652 | ||||
* | base-files: - use add_dns() and remove_dns() for when changing ↵ | Jo-Philipp Wich | 2010-05-30 | 1 | -1/+1 |
| | | | | | | resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision SVN-Revision: 21638 | ||||
* | base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net ↵ | Jo-Philipp Wich | 2010-05-28 | 1 | -1/+1 |
| | | | | | | hotplug handler to match them SVN-Revision: 21591 | ||||
* | base-files: respect .auto option when running coldplug_interface_*() hooks ↵ | Jo-Philipp Wich | 2010-05-27 | 1 | -1/+1 |
| | | | | | | on boot SVN-Revision: 21588 | ||||
* | base-files (#7316) - improve rdate reliability - make rdate config more ntp ↵ | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | | | like - move time server list to /etc/config/timeserver - bump package revision SVN-Revision: 21495 | ||||
* | package/base-files: fix libraries packaging on 64bits targets (closes: #6918) | Nicolas Thill | 2010-05-01 | 1 | -9/+14 |
| | | | | SVN-Revision: 21282 | ||||
* | package/base-files: fix typo in r20874 (thanks to rhk for spotting it) | Nicolas Thill | 2010-04-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 20878 | ||||
* | package/base-files: use a single $(CP) instead of two to copy shared library ↵ | Nicolas Thill | 2010-04-15 | 1 | -10/+20 |
| | | | | | | files SVN-Revision: 20874 | ||||
* | base-files: also regenerate wifi config if existing config contains only ↵ | Jo-Philipp Wich | 2010-04-03 | 1 | -1/+1 |
| | | | | | | whitespace SVN-Revision: 20669 | ||||
* | base-files: add a hotplug handler for rdate | Jo-Philipp Wich | 2010-03-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 20518 |