286 Commits

Author SHA1 Message Date
3bb01c0fc5 [package] base-files: remove remaining conffiles reference to /etc/banner
SVN-Revision: 25368
2011-02-04 23:05:12 +00:00
0d4f46902a package/base-files: add get_magic_long() to common upgrade script
Patch-by: Mark Mentovai <mark@moxienet.com>

SVN-Revision: 25117
2011-01-26 20:35:37 +00:00
e109abdf19 [package] base-files: Fix typo in option name for disabling failsafe announcment
Thanks to Andrey Zholos for this patch

SVN-Revision: 25040
2011-01-18 14:46:25 +00:00
cf8a0190ba [package] base-files: implement "reqopts" parameter for dhcp interfaces to specify additional dhcp options to request
SVN-Revision: 24780
2010-12-22 07:20:24 +00:00
624c2ee43f base-files: add support for the usbdev LED trigger
SVN-Revision: 24647
2010-12-17 17:10:14 +00:00
1aa2a85939 [package] adds a --help option to /sbin/wifi
Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de>

SVN-Revision: 24258
2010-12-05 11:22:56 +00:00
6a01b3a758 [package] base-file: add metric option for static and dhcp protos, this simplifies the management of multiple default routes
SVN-Revision: 24020
2010-11-17 19:11:50 +00:00
433c9d7670 [package] base-files: mark libc as hold and essential, opkg should now bail out if someone tries to uninstall libc
SVN-Revision: 23960
2010-11-11 16:18:58 +00:00
0b73ff8867 [package] base-files: mark /etc/shadow as conffile
SVN-Revision: 23590
2010-10-23 15:49:04 +00:00
cd10146d2e [package] base-files: add udhcpc vendorid option ()
SVN-Revision: 23279
2010-10-06 21:21:28 +00:00
5a2e277e55 [package] base-files: mark /etc/sysupgrade.conf as conffile
SVN-Revision: 23264
2010-10-05 22:08:23 +00:00
4cc390c838 [package] base-files:
- add sysupgrade support for keepfile hints
		* introduces /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
2010-10-05 19:24:12 +00:00
f8571b4017 [package] base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to backup file list
SVN-Revision: 23233
2010-10-05 07:40:25 +00:00
f06c507867 [package] base-files: mark /etc/rc.local as conffile
SVN-Revision: 23232
2010-10-05 07:32:37 +00:00
8bc620d0a3 [package] base-files: utilize uci_get_state to read the previous dhcp router address 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
2010-10-04 00:07:07 +00:00
42ed927c66 [package] base-files: bump pkg revision after r23091, r23092
SVN-Revision: 23093
2010-09-19 15:14:42 +00:00
ec313265d2 [package] base-files: introduce service_kill() into functions.sh - a convenience wrapper for killing services by pid or pidfile with a grace period for termination before kill
SVN-Revision: 23087
2010-09-19 14:03:32 +00:00
741c2781c8 [package] base-files: add an experimental "-c" flag which tries to preserve *all* changed files in /overlay/etc minus some system files
SVN-Revision: 22977
2010-09-07 22:20:26 +00:00
98fecd0489 [package] base-files: make build dependant on opkg/host
SVN-Revision: 22948
2010-09-06 02:13:19 +00:00
82adfa171e toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK
SVN-Revision: 22723
2010-08-19 12:49:51 +00:00
7bbe0a7c9f [package] base-files, uci: properly revert list state on config_load
This fixes a bug where lists end up with duplicate values if config_load was
invoked multiple times.


SVN-Revision: 22629
2010-08-14 00:45:15 +00:00
ea6e774521 [package] base-files: unconditionally unlock the rootfs_data partition ()
SVN-Revision: 22377
2010-07-24 15:47:15 +00:00
38f823b54b [package] base-files: add "mtu" option for route sections, allows setting per-route mtu values
SVN-Revision: 22003
2010-06-30 23:46:34 +00:00
29584ddb51 [package] base-files: enable IPv6 forwarding by default since the default firewall supports ip6tables now
SVN-Revision: 21766
2010-06-12 16:59:12 +00:00
15f609fce3 [package] base-file: move alias setup to route hotplug, this fixes alias sections for non-static interfaces like ppp, dhcp, 6in4 etc.
SVN-Revision: 21652
2010-06-01 21:43:52 +00:00
71886d5aca [package] base-files:
- use add_dns() and remove_dns() for when changing 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
2010-05-30 18:23:43 +00:00
e8f52616b8 [package] base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them
SVN-Revision: 21591
2010-05-28 00:35:54 +00:00
c0c334acda [package] base-files: respect .auto option when running coldplug_interface_*() hooks on boot
SVN-Revision: 21588
2010-05-27 23:04:56 +00:00
c992a727f5 [package] base-files ()
- improve rdate reliability
	- make rdate config more ntp like
	- move time server list to /etc/config/timeserver
	- bump package revision            


SVN-Revision: 21495
2010-05-17 19:54:35 +00:00
d4a57e7017 package/base-files: fix libraries packaging on 64bits targets (closes: )
SVN-Revision: 21282
2010-05-01 13:29:04 +00:00
9ff2953a5f package/base-files: fix typo in r20874 (thanks to rhk for spotting it)
SVN-Revision: 20878
2010-04-15 08:22:39 +00:00
9804a13998 package/base-files: use a single $(CP) instead of two to copy shared library files
SVN-Revision: 20874
2010-04-15 06:01:45 +00:00
4fdcc288ae [package] base-files: also regenerate wifi config if existing config contains only whitespace
SVN-Revision: 20669
2010-04-03 13:31:59 +00:00
6bae17548a [package] base-files: add a hotplug handler for rdate
SVN-Revision: 20518
2010-03-27 17:13:33 +00:00
03daac40a2 change from /jffs to /overlay, patch from Daniel Dickinson
SVN-Revision: 20356
2010-03-21 17:16:50 +00:00
44b130b0db package/base-files: call preinit_ip_deconfig before processing init on
initramfs images


SVN-Revision: 20159
2010-03-12 14:37:19 +00:00
50eed7a34f [package] base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script
SVN-Revision: 19597
2010-02-12 02:06:57 +00:00
b101437280 [package] base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley)
SVN-Revision: 19530
2010-02-05 07:57:07 +00:00
9c7c6d12ac base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selected
Also, use the default pi_broadcast address if it is not specified


SVN-Revision: 19346
2010-01-26 14:41:26 +00:00
43f2e0326e add preinit modularization work by Daniel Dickinson (cshore)
SVN-Revision: 19331
2010-01-25 17:11:17 +00:00
bac87d3042 [package] base-files: disable bridge firewalling by default
SVN-Revision: 19214
2010-01-18 05:38:44 +00:00
2aadc9b78d [package] 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>


SVN-Revision: 19167
2010-01-16 13:39:13 +00:00
e2bb3b2002 [package] 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)
SVN-Revision: 18810
2009-12-18 10:32:38 +00:00
4cc5d827d3 [package] base-files: sysupgrade: restrict find command to plain files to avoid duplicates when generating the conffiles tgz archive
SVN-Revision: 18455
2009-11-20 23:02:35 +00:00
c9209a643f neither avr32 or coldfire has a shared libgcc
SVN-Revision: 18402
2009-11-12 12:20:38 +00:00
882fa40830 do not relink libresolv, it makes iproute2 barf
SVN-Revision: 18111
2009-10-20 22:22:59 +00:00
473009bf81 [package] base-files: only try to execute watchdog if binary is present
SVN-Revision: 18102
2009-10-20 17:07:08 +00:00
54ab6265bb fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using the standard _pic variant
SVN-Revision: 18090
2009-10-20 07:26:34 +00:00
e48a2fdd9e 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
SVN-Revision: 18089
2009-10-20 06:57:19 +00:00
64ba2c201c [package] base-files: add hotplug rules for /dev/lpX ()
SVN-Revision: 17792
2009-09-28 20:05:50 +00:00