| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 27808
|
|
|
|
| |
SVN-Revision: 27807
|
|
|
|
| |
SVN-Revision: 27806
|
|
|
|
| |
SVN-Revision: 27805
|
|
|
|
|
|
|
|
|
|
|
| |
This change corrects expected CPU name of Ralink RT3050, which
describes itself as RT3350 (this name is ripped off chip and elevated
to user space via /proc/cpuinfo.)
This patch fixes wired network on DIR-300 rev B and DIR-600 rev B
Signed-off-by: Slawomir Cygan <wiewior@wiewior.eu.org>
SVN-Revision: 27804
|
|
|
|
| |
SVN-Revision: 27803
|
|
|
|
|
|
|
|
| |
Also make switches available under a generic name "switch<num>" for device
name agnostic access. The old device name is used as an alias for backward
compatibility.
SVN-Revision: 27800
|
|
|
|
|
|
| |
nor STOP is defined
SVN-Revision: 27797
|
|
|
|
|
|
| |
are given in a rule block for both icmp and other protocols
SVN-Revision: 27792
|
|
|
|
|
|
| |
and also fix tx power limits with ATH_USER_REGD set
SVN-Revision: 27788
|
|
|
|
|
|
|
|
| |
Include WAN interface by default, instead of putting both ports in the LAN bridge.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27787
|
|
|
|
|
|
|
|
| |
Cut and paste cruft from borrowing from Geos platform.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27786
|
|
|
|
| |
SVN-Revision: 27783
|
|
|
|
| |
SVN-Revision: 27779
|
|
|
|
|
|
| |
init scripts
SVN-Revision: 27776
|
|
|
|
|
|
|
|
|
|
| |
This adds some config symbols for kernel 3.0.
Thank you realopty for the patch.
This is from #9719.
SVN-Revision: 27775
|
|
|
|
|
|
|
|
|
| |
In 240-spi.patch, spi registers for bcm6348 were all messed up. This patch fixes that.
It also fixes some spi commands for all bcm63xx.
Signed-off-by: Anthony Blakemore <stokie-ant@raverbaby.co.uk>
SVN-Revision: 27774
|
|
|
|
| |
SVN-Revision: 27773
|
|
|
|
| |
SVN-Revision: 27772
|
|
|
|
|
|
| |
missing-fhonour-copts warnings with external toolchains
SVN-Revision: 27771
|
|
|
|
| |
SVN-Revision: 27769
|
|
|
|
|
|
| |
and it was reported to cause connection stability issues (see #9646)
SVN-Revision: 27764
|
|
|
|
|
|
| |
Prindeville's patch
SVN-Revision: 27762
|
|
|
|
|
|
|
| |
Linux 3.0 calls itself 3.0.0, so insmod expects the modules in
/lib/modules/3.0.0.
SVN-Revision: 27761
|
|
|
|
|
|
| |
Buffer Load command to ensure chip is ready to receive data. Signed-off-by: George Kashperko <george@znau.edu.ua>
SVN-Revision: 27760
|
|
|
|
| |
SVN-Revision: 27759
|
|
|
|
|
|
|
| |
ssb_pcicore_fix_sprom_core_index accesses the sprom on the pci bus but
this causes a data bus error (oops) on a SoC.
SVN-Revision: 27758
|
|
|
|
| |
SVN-Revision: 27757
|
|
|
|
| |
SVN-Revision: 27756
|
|
|
|
|
|
| |
is RTL8366S or RTL8366RB
SVN-Revision: 27755
|
|
|
|
| |
SVN-Revision: 27754
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes problem with TFM allocation in cryptosoft.c
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hauke:
* remove ubsec_ssb package and take it from ocf-linux
* use patches from ocf-linux package
* refresh all patches
* readd some build fixes for OpenWrt.
* readd CRYPTO_MANAGER dependency
SVN-Revision: 27753
|
|
|
|
| |
SVN-Revision: 27752
|
|
|
|
|
|
| |
- refresh and reorder patches - introduce a unified BCMA/SSB glue driver to accomodate for both bus types on brcm47xx - extend wlunbind init script to detach device from bcma-pci-bridge as well
SVN-Revision: 27751
|
|
|
|
| |
SVN-Revision: 27750
|
|
|
|
|
|
|
|
| |
Sysfs support for DMI BIOS was added in 2.6.39.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27749
|
|
|
|
| |
SVN-Revision: 27748
|
|
|
|
|
|
| |
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 27747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now:
% PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test//include
After applying the patch:
% PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test/include
I guess that there sould not be '//' but only one '/'.
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
SVN-Revision: 27744
|
|
|
|
|
|
|
|
| |
As the Geos box includes an ADSL modem that's targeted towards PPPoE, PPPoA, and bridged utilization, including these useful tools allows for easier configuration and troubleshooting.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27743
|
|
|
|
| |
SVN-Revision: 27742
|
|
|
|
|
|
| |
(#9684)
SVN-Revision: 27739
|
|
|
|
| |
SVN-Revision: 27738
|
|
|
|
| |
SVN-Revision: 27737
|
|
|
|
| |
SVN-Revision: 27736
|
|
|
|
| |
SVN-Revision: 27735
|
|
|
|
|
|
| |
This makes b43 work on broadcom SoCs using bcma as system bus.
SVN-Revision: 27734
|
|
|
|
|
|
|
|
| |
Now we can assume that every brcm47xx kernel has the bcma module build
into the kernel. This is not needed for this version as this does not
support bcma as system bus but kernel 3.0 will.
SVN-Revision: 27733
|
|
|
|
| |
SVN-Revision: 27732
|
|
|
|
| |
SVN-Revision: 27731
|