| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
SVN-Revision: 20841
|
|
|
|
| |
SVN-Revision: 20840
|
|
|
|
| |
SVN-Revision: 20838
|
|
|
|
|
|
| |
>=2.6.33) based on Edgar Soldin patches: https://lists.openwrt.org/pipermail/openwrt-devel/2010-March/006550.html
SVN-Revision: 20837
|
|
|
|
| |
SVN-Revision: 20835
|
|
|
|
|
|
| |
contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
SVN-Revision: 20834
|
|
|
|
| |
SVN-Revision: 20833
|
|
|
|
| |
SVN-Revision: 20832
|
|
|
|
| |
SVN-Revision: 20831
|
|
|
|
| |
SVN-Revision: 20829
|
|
|
|
| |
SVN-Revision: 20828
|
|
|
|
| |
SVN-Revision: 20826
|
|
|
|
| |
SVN-Revision: 20822
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20821
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20820
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20819
|
|
|
|
| |
SVN-Revision: 20818
|
|
|
|
| |
SVN-Revision: 20817
|
|
|
|
| |
SVN-Revision: 20816
|
|
|
|
| |
SVN-Revision: 20815
|
|
|
|
|
|
|
|
|
|
|
|
| |
Swconfig needs to make sure that requested vlans/ports actually exist,
else it might read or modify memory not belonging to itself.
This patch adds a quick range check in swconfig's kernel part to
prevent accidential or intentional memory modification.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 20811
|
|
|
|
| |
SVN-Revision: 20808
|
|
|
|
| |
SVN-Revision: 20807
|
|
|
|
| |
SVN-Revision: 20803
|
|
|
|
| |
SVN-Revision: 20802
|
|
|
|
| |
SVN-Revision: 20801
|
|
|
|
| |
SVN-Revision: 20800
|
|
|
|
| |
SVN-Revision: 20799
|
|
|
|
| |
SVN-Revision: 20798
|
|
|
|
| |
SVN-Revision: 20797
|
|
|
|
| |
SVN-Revision: 20796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch brings up the net5501 platform.
Note that the x86/ target included support for all x86/ class
processors. That's not technically correct. This should be constrained
only to the "generic" subtarget. Every x86-class target that isn't
generic should be able to select only the optimizations/capabilities
applicable to that architectural variant.
It's also assumed that all x86 processors have keyboard & mouse ports,
ISA, DMI, ACPI... the embedded ones typically don't. Again, moving
that to the generic subtarget.
Fortunately, this was a fairly benign tweak.
The net5501 board includes the following logic:
Geode/LX processor
CS5535 super-I/O chip
PC87360 sensor chip
Via Rhine Ethernet controllers
Via Sata controllers
USB, LEDS, I2C
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 20794
|
|
|
|
| |
SVN-Revision: 20793
|
|
|
|
| |
SVN-Revision: 20792
|
|
|
|
| |
SVN-Revision: 20790
|
|
|
|
| |
SVN-Revision: 20789
|
|
|
|
| |
SVN-Revision: 20788
|
|
|
|
| |
SVN-Revision: 20787
|
|
|
|
| |
SVN-Revision: 20786
|
|
|
|
|
|
|
|
| |
This is useful for seeing what devices are detected by the system.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 20785
|
|
|
|
|
|
|
|
|
|
| |
The package block-extroot depends on some builtin package like
kmod-ide-core or kmod-usb-storage. But kmod-ata-core was forgotten; this
patch fixes it.
Signed-off-by: Benjamin Cama <benoar@free.fr>
SVN-Revision: 20784
|
|
|
|
| |
SVN-Revision: 20778
|
|
|
|
|
|
| |
patches
SVN-Revision: 20777
|
|
|
|
| |
SVN-Revision: 20775
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch is rather a cosmetic patch. It fixes the following issues:
* Demote the unknown device message to debug level to not spam
the log.
* Fix the version print of the unknown device message.
* Output the 'attach' message only when attaching as switch driver,
not when attaching as phy driver.
* Correctly return NET_RX_DROP when dropping packets.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
Cc: bacfire@openwrt.org
SVN-Revision: 20773
|
|
|
|
| |
SVN-Revision: 20768
|
|
|
|
| |
SVN-Revision: 20767
|
|
|
|
| |
SVN-Revision: 20765
|
|
|
|
| |
SVN-Revision: 20764
|
|
|
|
| |
SVN-Revision: 20757
|