| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We want the `_start's symbols to be at the very beginning of the `stage2'
binary's `.text' section. However, nothing enforces this requirement. With
recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1)
puts another symbol (eg. `journal_init') at the beginning of the section.
Fix this by providing a stripped down version of the default linker script
where we enforces the position of `_start' in the `.text' section.
Patch by Arnaud Lacombe (#10444)
SVN-Revision: 30484
|
|
|
|
| |
SVN-Revision: 30477
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When using the Broadcom SDK the SSB bus is emulated as an PCI bus so
the PCI bus number of the first real pci bus is increased by one. The
variable names in the nvram are created with that structure in mind. To
fix this we have ti increases the pci bus number by one. This was also
done for ssb some time ago.
This is based on a patch by nlh.
This closes #10917
SVN-Revision: 30422
|
|
|
|
| |
SVN-Revision: 30421
|
|
|
|
|
|
| |
(#10948)
SVN-Revision: 30420
|
|
|
|
| |
SVN-Revision: 30414
|
|
|
|
| |
SVN-Revision: 30413
|
|
|
|
| |
SVN-Revision: 30412
|
|
|
|
| |
SVN-Revision: 30397
|
|
|
|
| |
SVN-Revision: 30396
|
|
|
|
| |
SVN-Revision: 30388
|
|
|
|
| |
SVN-Revision: 30373
|
|
|
|
| |
SVN-Revision: 30369
|
|
|
|
| |
SVN-Revision: 30363
|
|
|
|
|
|
| |
and without it 802.11n does not work (fixes #10918)
SVN-Revision: 30362
|
|
|
|
|
|
| |
average signal strength display fluctuations
SVN-Revision: 30359
|
|
|
|
| |
SVN-Revision: 30347
|
|
|
|
| |
SVN-Revision: 30346
|
|
|
|
| |
SVN-Revision: 30340
|
|
|
|
| |
SVN-Revision: 30339
|
|
|
|
| |
SVN-Revision: 30027
|
|
|
|
|
|
| |
These are now supported by platform drivers in arch/x86/platform/geode. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30020
|
|
|
|
| |
SVN-Revision: 30010
|
|
|
|
| |
SVN-Revision: 30009
|
|
|
|
|
|
| |
remapping issues
SVN-Revision: 30008
|
|
|
|
| |
SVN-Revision: 30004
|
|
|
|
|
|
| |
device option after fixup
SVN-Revision: 30003
|
|
|
|
|
|
| |
wpa_supplicant Based on patch by Christian Kapeller <christian.kapeller@cmotion.eu> with one minor whitespace change and updated package version.
SVN-Revision: 29992
|
|
|
|
| |
SVN-Revision: 29985
|
|
|
|
| |
SVN-Revision: 29957
|
|
|
|
| |
SVN-Revision: 29956
|
|
|
|
| |
SVN-Revision: 29936
|
|
|
|
| |
SVN-Revision: 29922
|
|
|
|
|
|
| |
the ar938x tx power issue
SVN-Revision: 29920
|
|
|
|
|
|
| |
wzr-hp-g450h
SVN-Revision: 29918
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hi!
On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote:
> The driver works quite nice and stable for me using a RaLink Rt5370 USB device.
>
> Signed-off-by: Daniel Golle <dgolle@allnet.de>
>
> Index: package/mac80211/Makefile
> ===================================================================
> --- package/mac80211/Makefile (revision 29114)
> +++ package/mac80211/Makefile (working copy)
> @@ -1147,6 +1147,7 @@
> CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \
> CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \
> CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \
> + CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \
> CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \
> CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \
> CONFIG_RTL8192CE= \
Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in
BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370.
Thanks to actmnophn for the hint!
This reverts changeset 29116 and adds it to the right section in the Makefile.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29906
|
|
|
|
|
|
| |
specified
SVN-Revision: 29903
|
|
|
|
|
|
| |
(#8876)
SVN-Revision: 29901
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed ifx_cpe_control_init.sh (the old init script)
- Created dsl_control (/etc/init.d)
- tidied up start and stop
- stop calls dsl_notify before killing daemon
- has status and lucistat options to provide detail
- copes with daemon not running situation
- Updated package makefile to use new init script and to build cli support
- Provide a dsl_notify.sh script to cope with line up/down events
Signed-off-by: Lee Essen <lee.essen@nowonline.co.uk>
SVN-Revision: 29881
|
|
|
|
|
|
| |
wpa type (should fix #9561)
SVN-Revision: 29876
|
|
|
|
|
|
| |
to /etc/shadow if needed
SVN-Revision: 29865
|
|
|
|
|
|
| |
proto handler support
SVN-Revision: 29864
|
|
|
|
| |
SVN-Revision: 29863
|
|
|
|
|
|
| |
events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this
SVN-Revision: 29862
|
|
|
|
| |
SVN-Revision: 29861
|
|
|
|
| |
SVN-Revision: 29853
|
|
|
|
|
|
| |
This also adds minimal support for the BCMA43224 pcie wireless card.
SVN-Revision: 29843
|
|
|
|
| |
SVN-Revision: 29832
|
|
|
|
|
|
| |
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it.
SVN-Revision: 29818
|
|
|
|
|
|
| |
hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
SVN-Revision: 29806
|