Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵ | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438 | ||||
* | allow mklibs.py to optimize libgcc_s.so.1 | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 17437 | ||||
* | udev: Update udev package from udev-106 to udev-142 | Geoff Levand | 2009-08-24 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | Update the init scripts have to use udevadm where appropriate. The udev package no longer provides separate udev utilities like udevtrigger and udevsettle. These have been incorporated into the udev admin program udevadm. Replace the udevextras sub package with config options to the udev package. Update the preinit script to check for '/lib/udev/devices', and copy it to '/dev/ if it is found, then to conditionaly setup /dev the old way with mknod etc. Udev now recommends using the directory '/lib/udev/devices' to initialize the '/dev' directory at startup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17378 | ||||
* | now that each target has its own package directory, remove the base-files ↵ | Felix Fietkau | 2009-08-20 | 1 | -7/+5 |
| | | | | | | package renaming hack SVN-Revision: 17330 | ||||
* | base-files: fix sysupgrade get_magic_word() function to return proper values ↵ | Jo-Philipp Wich | 2009-08-19 | 1 | -1/+1 |
| | | | | | | if the first two bytes are identical SVN-Revision: 17319 | ||||
* | base-files: move ipv6 module loading from setup_interface() to addif() in ↵ | Jo-Philipp Wich | 2009-08-10 | 3 | -10/+7 |
| | | | | | | 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 dir | Felix Fietkau | 2009-08-08 | 1 | -0/+4 |
| | | | | SVN-Revision: 17169 | ||||
* | base-files: some /lib/network/config.sh refactoring | Felix Fietkau | 2009-08-07 | 1 | -25/+38 |
| | | | | | | | | | | | * Localize a lot more variables than before. * Do stuff or localize variables at later points or inner blocks so less commands are executed in some cases. * Use the default option of config_get where it makes sense. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17160 | ||||
* | base-files: clean up init.d/fstab and port it to the new config_get | Felix Fietkau | 2009-08-07 | 1 | -18/+14 |
| | | | | | | | | ... also remove the unused noauto variable in swapon. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17159 | ||||
* | base-files: port init.d/led to new config_get | Felix Fietkau | 2009-08-07 | 1 | -8/+6 |
| | | | | | | | | ... and don't call logger directly, rcS takes care of the correct redirection Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17158 | ||||
* | base-files: port init.d/boot to new config_get | Felix Fietkau | 2009-08-07 | 1 | -9/+10 |
| | | | | | | | | ... and localize some variables. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17157 | ||||
* | base-files: port functions.sh to new config_get | Felix Fietkau | 2009-08-07 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17156 | ||||
* | base-files: allow default value for config_get | Felix Fietkau | 2009-08-07 | 1 | -6/+9 |
| | | | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 17155 | ||||
* | base-files: ensure that ipv6 is loaded if interfaces have an ip6addr ↵ | Jo-Philipp Wich | 2009-08-04 | 2 | -13/+22 |
| | | | | | | defined, clean trailing whitespace, bump pkg revision (#5356) SVN-Revision: 17118 | ||||
* | prevent rebuild issues on creation of lib64 with 64-bits targets | Florian Fainelli | 2009-08-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 17072 | ||||
* | simplify action handling in rc.common (#5558) | Florian Fainelli | 2009-07-26 | 1 | -23/+9 |
| | | | | SVN-Revision: 17012 | ||||
* | udhcpc: Pass all events to udhcpc.user | Vasilis Tsiligiannis | 2009-07-12 | 1 | -3/+3 |
| | | | | | | | | | | Petitboot and maybe other apps need to know when the dhcp lease is lost. Move the udhcpc.user call to send it all udhcpc events. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 16815 | ||||
* | allow udhcpc to work properly for interfaces that are not configured through uci | Felix Fietkau | 2009-07-03 | 1 | -23/+38 |
| | | | | SVN-Revision: 16664 | ||||
* | base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git ↵ | Andy Boyett | 2009-07-02 | 1 | -1/+2 |
| | | | | | | instead of svn SVN-Revision: 16652 | ||||
* | base-files: Fix sysupgrade .tar.gz configuration restoring | Vasilis Tsiligiannis | 2009-06-29 | 2 | -13/+13 |
| | | | | SVN-Revision: 16626 | ||||
* | base-files: ipcalc.sh: fix off-by-one in range-calculation | Jo-Philipp Wich | 2009-06-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 16619 | ||||
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 16538 | ||||
* | change sysctl.conf to disable tcp ecn by default (based on discussion with ↵ | Felix Fietkau | 2009-06-17 | 1 | -1/+1 |
| | | | | | | marek who stumbled upon this, it creates hard-to-debug connectivity issues with providers/servers that still use buggy equipment) SVN-Revision: 16499 | ||||
* | sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if ↵ | Jo-Philipp Wich | 2009-06-17 | 2 | -4/+5 |
| | | | | | | standard reboot fails SVN-Revision: 16488 | ||||
* | udhcpc: add cidr routes support (patch from #5299) | Felix Fietkau | 2009-06-13 | 1 | -0/+74 |
| | | | | SVN-Revision: 16433 | ||||
* | base-files: Add support for bzipped images in sysupgrade | Vasilis Tsiligiannis | 2009-06-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 16408 | ||||
* | base-files: Detect and decompressed gzipped images automatically when ↵ | Vasilis Tsiligiannis | 2009-06-10 | 2 | -11/+15 |
| | | | | | | flashing with sysupgrade SVN-Revision: 16407 | ||||
* | base-files: format hexdump output instead of using awk for sysupgrade | Vasilis Tsiligiannis | 2009-06-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 16405 | ||||
* | base-files: fix test experession for sysupgrade | Vasilis Tsiligiannis | 2009-06-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 16310 | ||||
* | network: prevent unnecessary interface down/up cycles if no mac address ↵ | Felix Fietkau | 2009-06-01 | 1 | -2/+3 |
| | | | | | | change is requested SVN-Revision: 16269 | ||||
* | network: do not unnecessarily touch interfaces configured as proto=none; ↵ | Felix Fietkau | 2009-06-01 | 1 | -2/+11 |
| | | | | | | bring down old aliases before setting up new ones SVN-Revision: 16266 | ||||
* | Removed extra ; in exec rule | Hamish Guthrie | 2009-06-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 16243 | ||||
* | fix drivers firmware loading with the new hotplug2, patch from Russell Senior | Florian Fainelli | 2009-05-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 16231 | ||||
* | base-files: set rules file for hotplug2 in the boot script (closes #5235) | Gabor Juhos | 2009-05-30 | 2 | -1/+2 |
| | | | | SVN-Revision: 16215 | ||||
* | base-files: update command line for the new hotplug2 | Gabor Juhos | 2009-05-28 | 3 | -4/+5 |
| | | | | SVN-Revision: 16154 | ||||
* | fix mips64el base-files compile | Felix Fietkau | 2009-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 16018 | ||||
* | base-files: fixup resolv.conf check in udhcpc script | Jo-Philipp Wich | 2009-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 15903 | ||||
* | base-files: initialize GZIPED to 0 in sysupgrade since it's used later in ↵ | Nicolas Thill | 2009-05-17 | 1 | -2/+2 |
| | | | | | | numeric comparisons SVN-Revision: 15890 | ||||
* | sysupgrade: use sysrq-trigger if available | Jo-Philipp Wich | 2009-05-15 | 2 | -1/+2 |
| | | | | SVN-Revision: 15865 | ||||
* | base-files: - restore device, ifname and aliases state in dhcp script - make ↵ | Jo-Philipp Wich | 2009-05-10 | 1 | -1/+8 |
| | | | | | | sure that resolv.conf.tmp is written once at least for statically configured dns SVN-Revision: 15753 | ||||
* | base-files: show reboot notification is sysupgrade | Jo-Philipp Wich | 2009-05-09 | 1 | -1/+4 |
| | | | | SVN-Revision: 15730 | ||||
* | create the lib64 symbolic links for 64-bits supported architectures (#5075) | Florian Fainelli | 2009-05-07 | 1 | -1/+6 |
| | | | | SVN-Revision: 15698 | ||||
* | Don't try to pivot to new ramfs if already running on one This patch allows ↵ | Jo-Philipp Wich | 2009-05-07 | 1 | -2/+6 |
| | | | | | | | | the sysupgrade script to continue with the upgrade if openwrt is already running on a ramfs. This allows the use of the sysupgrade script as an _installer_ when running from an iso image. A user could boot the system from a bootable cd and invoke sysupgrade -n <URL> to write an image to the hard disk or CF. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15683 | ||||
* | Add option in sysupgrade to flash gzipped images | Jo-Philipp Wich | 2009-05-07 | 2 | -4/+9 |
| | | | | SVN-Revision: 15672 | ||||
* | base-files: replace udhcpc script with an improved version | Jo-Philipp Wich | 2009-05-06 | 1 | -74/+116 |
| | | | | SVN-Revision: 15635 | ||||
* | base-files: Add additional base-files search paths | Hamish Guthrie | 2009-05-04 | 1 | -0/+6 |
| | | | | SVN-Revision: 15583 | ||||
* | rcS: wait for init scripts to complete before initiating the shutdown (patch ↵ | Felix Fietkau | 2009-04-30 | 2 | -6/+12 |
| | | | | | | from #5032) SVN-Revision: 15530 | ||||
* | base-files: make diag.sh stub working in bash | Jo-Philipp Wich | 2009-04-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 15527 | ||||
* | introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵ | Nicolas Thill | 2009-04-27 | 1 | -1/+1 |
| | | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451 | ||||
* | uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵ | Nicolas Thill | 2009-04-24 | 1 | -9/+5 |
| | | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368 |