Lars-Peter Clausen
99c6c73272
reset to backfire.
2010-05-02 15:41:15 +02:00
Lars-Peter Clausen
78fcab66df
Merge commit 'backfire/master' into xburst
...
Conflicts:
feeds.conf.default
package/base-files/Makefile
package/block-extroot/Makefile
package/block-mount/Makefile
package/busybox/Makefile
package/busybox/config/util-linux/Config.in
package/dnsmasq/Makefile
package/dnsmasq/files/dnsmasq.init
package/uhttpd/Makefile
target/linux/adm5120/image/Makefile
target/linux/amazon/image/Makefile
target/linux/ar71xx/config-2.6.33
target/linux/ar71xx/config-2.6.34
target/linux/at91/image/Makefile
target/linux/atheros/patches-2.6.33/220-enet_micrel_workaround.patch
target/linux/coldfire/image/Makefile
target/linux/ep93xx/image/Makefile
target/linux/etrax/image/Makefile
target/linux/gemini/image/Makefile
target/linux/generic-2.6/config-2.6.33
target/linux/generic-2.6/config-2.6.34
target/linux/generic-2.6/patches-2.6.33/007-squashfs_make_lzma_available.patch
target/linux/generic-2.6/patches-2.6.33/014-samsung_flash
target/linux/generic-2.6/patches-2.6.33/020-mips_multi_machine_support.patch
target/linux/generic-2.6/patches-2.6.33/030-pci_disable_common_quirks.patch
target/linux/generic-2.6/patches-2.6.33/060-block2mtd_init.patch
target/linux/generic-2.6/patches-2.6.33/100-netfilter_layer7_2.21.patch
target/linux/generic-2.6/patches-2.6.33/110-netfilter_match_speedup.patch
target/linux/generic-2.6/patches-2.6.33/150-netfilter_imq.patch
target/linux/generic-2.6/patches-2.6.33/202-mips_mem_functions_performance.patch
target/linux/generic-2.6/patches-2.6.33/203-slab_maxsize.patch
target/linux/generic-2.6/patches-2.6.33/205-skb_padding.patch
target/linux/generic-2.6/patches-2.6.33/210-mini_fo_2.6.25_fixes.patch
target/linux/generic-2.6/patches-2.6.33/212-mini_fo_2.6.26_fixes.patch
target/linux/generic-2.6/patches-2.6.33/400-ledtrig_morse.patch
target/linux/generic-2.6/patches-2.6.33/402-ledtrig_netdev.patch
target/linux/generic-2.6/patches-2.6.33/511-yaffs-cvs-2009-04-24.patch
target/linux/generic-2.6/patches-2.6.33/903-hostap_txpower.patch
target/linux/generic-2.6/patches-2.6.33/924-cs5535_gpio.patch
target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch
target/linux/generic-2.6/patches-2.6.33/971-ocf_20080917.patch
target/linux/generic-2.6/patches-2.6.33/980-vm_exports.patch
target/linux/generic-2.6/patches-2.6.33/998-openwrt_lzma_options.patch
target/linux/goldfish/image/Makefile
target/linux/iop32x/image/Makefile
target/linux/malta/Makefile
target/linux/malta/README
target/linux/malta/image/Makefile
target/linux/mpc52xx/image/Makefile
target/linux/mpc83xx/image/Makefile
target/linux/omap35xx/image/Makefile
target/linux/ppc40x/config-default
target/linux/ppc40x/patches/004-magicbox.patch
target/linux/ppc40x/patches/005-openrb.patch
target/linux/ps3/image/Makefile
target/linux/pxa/image/Makefile
target/linux/pxcab/image/Makefile
target/linux/ramips/image/Makefile
target/linux/ramips/rt288x/config-2.6.32
target/linux/ramips/rt305x/config-2.6.32
target/linux/s3c24xx/image/Makefile
target/linux/sibyte/image/Makefile
target/linux/ubicom32/image/Makefile
target/linux/x86/generic/config-default
2010-05-02 13:23:58 +02:00
nico
04e95f9225
[backfire] merge r21282 ( closes : #6918 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-02 04:40:48 +00:00
jow
26fa802708
[backfire] merge r20683
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21113 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-23 15:32:22 +00:00
Lars-Peter Clausen
7d183397d9
Merge commit 'nbd/master' into xburst
2010-04-14 16:51:33 +02:00
florian
04c9400934
[package] option to allow boot to run to completion before starting shell
...
Setting the system variable "foreground" to yes causes the system to run
the init scripts in series and wait for completion.
This is useful if (a) you don't want the user getting into the console
until the system is initialized, or (b) you have things going on in your
scripts that require strict ordering (and no possible race conditions).
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 19:57:25 +00:00
jow
433b0db2a3
[backfire] merge r20838
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 17:43:06 +00:00
nbd
d84ff5d609
fix jffs2 and mini_fo mount in failsafe (patch from #7134 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 14:24:58 +00:00
florian
fc6a5146e9
[package] add debugging entry to hotplug config
...
This is useful for seeing what devices are detected by the system.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 18:35:14 +00:00
acinonyx
98f8e41849
[package] base-files: Use hotplug2 to download firmware
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 18:21:02 +00:00
jow
22b0009323
[backfire] merge r20669
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 13:44:38 +00:00
jow
c07af08426
[package] base-files: also regenerate wifi config if existing config contains only whitespace
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 13:31:59 +00:00
nico
c7c67a3dd0
[backfire] add /etc/openwrt_release & /etc/openwrt_version files
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 00:49:01 +00:00
nico
ecf7373dc8
[backfire] change /etc/banner with appropriate version informations & cockail recipe
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 00:48:28 +00:00
Lars-Peter Clausen
e546cfac78
Merge commit 'nbd/master' into xburst
2010-04-02 17:25:08 +02:00
acinonyx
a9e78431f4
[package] base-files: Cancel firmware loading if file doesn't exist
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-01 15:22:13 +00:00
Lars-Peter Clausen
2b22c4023e
Merge commit 'nbd/master' into xburst
2010-03-29 14:59:30 +02:00
nico
e0faab81aa
[package] base-files: fix shell syntax (prevent error messages when activating initscripts in IB)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-29 03:58:17 +00:00
jow
1ac5ad687b
[package] base-files: add a hotplug handler for rdate
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20518 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-27 17:13:33 +00:00
jow
4a78f61b44
[package] base-files: make press key message more explicit in preinit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-23 22:56:12 +00:00
Lars-Peter Clausen
8dbc93e92d
Merge commit 'nbd/master' into xburst
2010-03-22 20:08:09 +01:00
florian
9e7554db87
change from /jffs to /overlay, patch from Daniel Dickinson
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-21 17:16:50 +00:00
Lars-Peter Clausen
277ecd06ee
Merge commit 'nbd/master' into xburst
...
Conflicts:
target/linux/xburst/qi_lb60/config-2.6.32
2010-03-17 16:10:43 +01:00
nbd
6e3fb9dc77
base-files: reload switch settings on /etc/init.d/network start as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 14:02:49 +00:00
nbd
176d390d98
fix error output of brctl if bridging is not supported.
...
The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method:
"brctl: SIOCGIFBR: Package not installed"
This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged.
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:10:07 +00:00
jow
a1c8970a2f
[package] base-files: force preinit to use busybox mount ( #6797 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-13 02:59:05 +00:00
juhosg
86a0b33fa1
package/base-files: call preinit_ip_deconfig before processing init on
...
initramfs images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-12 14:37:19 +00:00
Lars-Peter Clausen
1e67e793b2
Merge commit 'nbd/master' into xburst
...
Conflicts:
target/linux/xburst/image/Makefile
2010-03-11 20:30:57 +01:00
nico
a1db51bb9b
[package] base-files: fix preinit code typos
...
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
Acked-by: Daniel Dickinson <cshore@csolve.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 18:09:53 +00:00
Lars-Peter Clausen
fd4aac8085
Merge commit 'nbd/master' into xburst
2010-03-10 18:59:11 +01:00
nico
75c1ca710a
firstboot: detect mtd, rom & jffs parts first, fix jffs mounted test
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-05 00:53:51 +00:00
thepeople
bab04c244d
revert r19964 for now, there are issues with opkg/ipkg.py generating the status db
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19970 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-04 02:42:23 +00:00
thepeople
9de9ca8ccf
grab all config files for installed packages, closes #3718
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-03 18:19:19 +00:00
nico
d7c7e4f683
firstboot: fix typo ( closes : #6738 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-01 23:54:45 +00:00
nbd
5c26b81aaa
base-files: fix enter failsafe message
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-01 18:20:39 +00:00
nbd
61b3612483
add block-extroot, a package for using an external filesystem as rootfs (patch by cshore)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-26 22:46:10 +00:00
nbd
faf7173b4d
add the block-mount package by Daniel Dickinson (cshore), replacing existing automount functionality
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-26 22:45:39 +00:00
Lars-Peter Clausen
c570e301dd
Merge commit 'nbd/master' into xburst
2010-02-13 21:37:26 +01:00
jow
3abdc13b68
[package] base-files: add /dev/hvcX to hotplug common rules
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 18:57:01 +00:00
jow
ef34750d84
[package] base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 02:06:57 +00:00
thepeople
accff9a4a7
Here is LVM support for OpenWRT. It introduces 3 new packages:
...
- kmod-dm for the device mapper kernel module.
- kmod-libdevmapper for the device-mapper library.
- kmod-lvm2 for the lvm tool.
Note that it currently does not create the symlinks for all the lvm
tools, so you have to use lvm pvs rather than just pvs.
Thanks Stefan Monnier
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 01:37:02 +00:00
lars
ab8bd8a6bd
[base-files] Don't do lazy unmounting of filessystems at reboot/poweroff.
...
It is unneeded and could couse a broken filesystem if unmounting takes to long.
Thanks to Peter Wagner
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-09 18:07:36 +00:00
Lars-Peter Clausen
e172152438
Merge commit 'nbd/master' into xburst
2010-02-07 12:45:12 +01:00
jow
767efecb56
[package] base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-05 07:57:07 +00:00
nbd
f65f68dbdf
/sbin/wifi: improve reliability of restarts by resetting the state properly
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-02 02:19:10 +00:00
jow
766d5faedc
[package] base-file: revert unrelated change accidentally committed in r19478
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-01 02:00:57 +00:00
jow
8a51d0046e
[package] base-files: preinit: get rid of /dev/null redirections and use grep -q where applicable
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-01 00:32:46 +00:00
florian
ab6cd4fec9
[package] quieten the check for devs, thanks nbd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19473 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 21:09:53 +00:00
florian
a48c17c257
[package] /dev/null was used before it was created, so an
...
empty file was created. This prevented the actual device node from
being created. The attached patch fixes that, patch from cshore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19472 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 21:01:21 +00:00
nbd
fdf15c4817
when rebooting, use lazy umounts as fallback (patch by puchu)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-30 18:17:57 +00:00