summaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-191-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 Wich2010-08-141-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 Wich2010-07-241-1/+1
| | | | SVN-Revision: 22377
* base-files: add "mtu" option for route sections, allows setting per-route ↵Jo-Philipp Wich2010-06-301-1/+1
| | | | | | mtu values SVN-Revision: 22003
* base-files: enable IPv6 forwarding by default since the default firewall ↵Jo-Philipp Wich2010-06-121-1/+1
| | | | | | supports ip6tables now SVN-Revision: 21766
* base-file: move alias setup to route hotplug, this fixes alias sections for ↵Jo-Philipp Wich2010-06-011-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 Wich2010-05-301-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 Wich2010-05-281-1/+1
| | | | | | hotplug handler to match them SVN-Revision: 21591
* base-files: respect .auto option when running coldplug_interface_*() hooks ↵Jo-Philipp Wich2010-05-271-1/+1
| | | | | | on boot SVN-Revision: 21588
* base-files (#7316) - improve rdate reliability - make rdate config more ntp ↵Jo-Philipp Wich2010-05-171-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 Thill2010-05-011-9/+14
| | | | SVN-Revision: 21282
* package/base-files: fix typo in r20874 (thanks to rhk for spotting it)Nicolas Thill2010-04-151-1/+1
| | | | SVN-Revision: 20878
* package/base-files: use a single $(CP) instead of two to copy shared library ↵Nicolas Thill2010-04-151-10/+20
| | | | | | files SVN-Revision: 20874
* base-files: also regenerate wifi config if existing config contains only ↵Jo-Philipp Wich2010-04-031-1/+1
| | | | | | whitespace SVN-Revision: 20669
* base-files: add a hotplug handler for rdateJo-Philipp Wich2010-03-271-1/+1
| | | | SVN-Revision: 20518
* change from /jffs to /overlay, patch from Daniel DickinsonFlorian Fainelli2010-03-211-1/+1
| | | | SVN-Revision: 20356
* package/base-files: call preinit_ip_deconfig before processing init on ↵Gabor Juhos2010-03-121-1/+1
| | | | | | initramfs images SVN-Revision: 20159
* base-files: revert dhcp state information on ifdown and restore pre-r19530 ↵Jo-Philipp Wich2010-02-121-1/+1
| | | | | | behaviour in udhcp default.script SVN-Revision: 19597
* base-files: fix udhcpc address acquisition on network restart (patch by ↵Jo-Philipp Wich2010-02-051-1/+1
| | | | | | Scott Dudley) SVN-Revision: 19530
* base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selectedGabor Juhos2010-01-261-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 Fietkau2010-01-251-0/+18
| | | | SVN-Revision: 19331
* base-files: disable bridge firewalling by defaultJo-Philipp Wich2010-01-181-2/+2
| | | | SVN-Revision: 19214
* base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵Jo-Philipp Wich2010-01-161-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 Thill2009-12-181-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 Wich2009-11-201-1/+1
| | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455
* neither avr32 or coldfire has a shared libgccImre Kaloz2009-11-121-0/+2
| | | | SVN-Revision: 18402
* do not relink libresolv, it makes iproute2 barfFelix Fietkau2009-10-201-1/+1
| | | | SVN-Revision: 18111
* base-files: only try to execute watchdog if binary is presentJo-Philipp Wich2009-10-201-1/+1
| | | | SVN-Revision: 18102
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-201-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 Fietkau2009-10-201-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 Wich2009-09-281-1/+1
| | | | SVN-Revision: 17792
* base-files: add libgcc dependency to libc (#5262)Felix Fietkau2009-09-241-0/+1
| | | | SVN-Revision: 17714
* add external toolchain support, enhance native toolchain support (special ↵Nicolas Thill2009-09-231-31/+269
| | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682
* base-files: fix conffiles entry check (patch from #2425)Felix Fietkau2009-09-191-1/+1
| | | | SVN-Revision: 17618
* base-files: clear ip addresses on interfaces that are about to be added to a ↵Jo-Philipp Wich2009-09-161-1/+1
| | | | | | bridge SVN-Revision: 17596
* base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵Jo-Philipp Wich2009-09-141-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 Wich2009-09-111-1/+1
| | | | | | commands on init without creating custom init scripts SVN-Revision: 17571
* bump some revisions and update copyrightsAndy Boyett2009-09-101-1/+1
| | | | SVN-Revision: 17554
* package/base-files: set state to 'preinit' before preinit.arch is used, and ↵Gabor Juhos2009-09-051-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 Fietkau2009-08-291-0/+1
| | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438
* allow mklibs.py to optimize libgcc_s.so.1Felix Fietkau2009-08-291-0/+1
| | | | SVN-Revision: 17437
* now that each target has its own package directory, remove the base-files ↵Felix Fietkau2009-08-201-7/+5
| | | | | | package renaming hack SVN-Revision: 17330
* base-files: move ipv6 module loading from setup_interface() to addif() in ↵Jo-Philipp Wich2009-08-101-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 dirFelix Fietkau2009-08-081-0/+4
| | | | SVN-Revision: 17169
* base-files: ensure that ipv6 is loaded if interfaces have an ip6addr ↵Jo-Philipp Wich2009-08-041-1/+1
| | | | | | defined, clean trailing whitespace, bump pkg revision (#5356) SVN-Revision: 17118
* prevent rebuild issues on creation of lib64 with 64-bits targetsFlorian Fainelli2009-08-011-2/+2
| | | | SVN-Revision: 17072
* base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git ↵Andy Boyett2009-07-021-1/+2
| | | | | | instead of svn SVN-Revision: 16652
* add preliminary coldfire v4e supportImre Kaloz2009-06-211-1/+1
| | | | SVN-Revision: 16538
* sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if ↵Jo-Philipp Wich2009-06-171-1/+1
| | | | | | standard reboot fails SVN-Revision: 16488
* base-files: set rules file for hotplug2 in the boot script (closes #5235)Gabor Juhos2009-05-301-1/+1
| | | | SVN-Revision: 16215