Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: crypto: fix spelling | Hauke Mehrtens | 2011-07-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 27757 | ||||
* | ar71xx: autodetect rtl8366s/rtl8366rb on wzr-hp-g300nh | Felix Fietkau | 2011-07-24 | 2 | -13/+8 |
| | | | | SVN-Revision: 27756 | ||||
* | rtl8366_smi: implement a function for detecting whether the attached switch ↵ | Felix Fietkau | 2011-07-24 | 2 | -11/+77 |
| | | | | | | is RTL8366S or RTL8366RB SVN-Revision: 27755 | ||||
* | rtl8366: unify rtl8366s and rtl8366rb platform data | Felix Fietkau | 2011-07-24 | 11 | -56/+31 |
| | | | | SVN-Revision: 27754 | ||||
* | ocf-linux: version bump to 20110720 | Hauke Mehrtens | 2011-07-24 | 63 | -2768/+1264 |
| | | | | | | | | | | | | | | | 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 | ||||
* | broadcom-wl: give the 007 patch a more meaningful name | Jo-Philipp Wich | 2011-07-24 | 1 | -0/+0 |
| | | | | SVN-Revision: 27752 | ||||
* | broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus ↵ | Jo-Philipp Wich | 2011-07-24 | 9 | -10/+568 |
| | | | | | | - 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 | ||||
* | mac80211: do not build bcma from compat-wireless | Hauke Mehrtens | 2011-07-24 | 1 | -0/+11 |
| | | | | SVN-Revision: 27750 | ||||
* | x86: 2.6.39 requires additional symbol | Felix Fietkau | 2011-07-24 | 1 | -0/+1 |
| | | | | | | | | Sysfs support for DMI BIOS was added in 2.6.39. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27749 | ||||
* | default to using gzip with mksquashfs if lzma and xz are unavailable | Felix Fietkau | 2011-07-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 27748 | ||||
* | atheros: fix mii phy read/write ioctl | Felix Fietkau | 2011-07-24 | 2 | -2/+2 |
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 27747 | ||||
* | pkg-config: fix prefix | Felix Fietkau | 2011-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | geos: include pppstats and pppdump in default packaging | Felix Fietkau | 2011-07-24 | 1 | -0/+1 |
| | | | | | | | | 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 | ||||
* | cmake: fix ccache command when using host ccache (patch from #9611) | Felix Fietkau | 2011-07-24 | 1 | -2/+6 |
| | | | | SVN-Revision: 27742 | ||||
* | ar71xx: enable the usb power regulator on the wzr-hp-ag300h through gpio 2 ↵ | Felix Fietkau | 2011-07-24 | 1 | -0/+3 |
| | | | | | | (#9684) SVN-Revision: 27739 | ||||
* | upgrade to 3.0 | Imre Kaloz | 2011-07-23 | 4 | -33/+3 |
| | | | | SVN-Revision: 27738 | ||||
* | upgrade to 3.0 | Imre Kaloz | 2011-07-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 27737 | ||||
* | 3.0 is out | Imre Kaloz | 2011-07-23 | 1 | -9/+0 |
| | | | | SVN-Revision: 27736 | ||||
* | mac80211: fix typo and make broken options depend on BROKEN | Hauke Mehrtens | 2011-07-23 | 1 | -2/+4 |
| | | | | SVN-Revision: 27735 | ||||
* | mca80211: add support for b43 on bcma bus. | Hauke Mehrtens | 2011-07-23 | 6 | -6/+2700 |
| | | | | | | This makes b43 work on broadcom SoCs using bcma as system bus. SVN-Revision: 27734 | ||||
* | brcm47xx: build bcma into the kernel | Hauke Mehrtens | 2011-07-23 | 1 | -0/+6 |
| | | | | | | | | 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 | ||||
* | kernel: add bcma package | Hauke Mehrtens | 2011-07-23 | 1 | -0/+23 |
| | | | | SVN-Revision: 27732 | ||||
* | kernel: update bcma and ssb to version master-2011-07-22 from wireless-testing | Hauke Mehrtens | 2011-07-23 | 30 | -609/+22087 |
| | | | | SVN-Revision: 27731 | ||||
* | brcm47xx: remove old kernel versions | Hauke Mehrtens | 2011-07-22 | 73 | -6897/+0 |
| | | | | SVN-Revision: 27724 | ||||
* | brcm47xx: update bcma and ssb to master-2011-07-21 | Hauke Mehrtens | 2011-07-22 | 42 | -765/+3312 |
| | | | | | | | * add new patches for bcm4716 SoC * add support for serial flash on bcma bus SVN-Revision: 27723 | ||||
* | kernel: update to linux-3.0 and refresh patches. | Hauke Mehrtens | 2011-07-22 | 9 | -41/+18 |
| | | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27722 | ||||
* | base-files: attempt bring up related wifi devices when calling ifup If a ↵ | Jo-Philipp Wich | 2011-07-22 | 3 | -17/+49 |
| | | | | | | | | | | | | | | | user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly). The changeset modifies the "ifup" command to search for related wireless devices and call "wifi up" on them if applicable. This way the commands for wireless and non-wireless interfaces are unified from a cli point of view. The "ifup -a" case has not been changed to keep the logic of the /etc/init.d/network boot sequence. This might be changed later. Solves #9763. SVN-Revision: 27720 | ||||
* | firewall: fix serious bug in state var handling (#9746) | Jo-Philipp Wich | 2011-07-20 | 2 | -3/+3 |
| | | | | SVN-Revision: 27711 | ||||
* | ar71xx: reinitialize global switch settings after reset on ar7240 | Felix Fietkau | 2011-07-20 | 1 | -23/+24 |
| | | | | SVN-Revision: 27705 | ||||
* | ar71xx: configure address aging on ar7240 | Felix Fietkau | 2011-07-20 | 1 | -2/+12 |
| | | | | SVN-Revision: 27704 | ||||
* | ar71xx: reset the phy in the ethernet init on ar724x | Felix Fietkau | 2011-07-20 | 2 | -2/+19 |
| | | | | SVN-Revision: 27703 | ||||
* | ar71xx: make sure that rx and interrupts are disabled before issuing the ↵ | Felix Fietkau | 2011-07-20 | 1 | -7/+9 |
| | | | | | | hardware reset SVN-Revision: 27702 | ||||
* | ar71xx: increase the delay after the ethernet MAC reset | Felix Fietkau | 2011-07-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 27701 | ||||
* | ar71xx: fix an unused variable warning | Felix Fietkau | 2011-07-20 | 1 | -1/+0 |
| | | | | SVN-Revision: 27700 | ||||
* | comgt: clean up patch, rename gcom binary to comgt, but add a compatibility ↵ | Felix Fietkau | 2011-07-20 | 3 | -91/+28 |
| | | | | | | symlink SVN-Revision: 27699 | ||||
* | uci: fix one more unused-but-set issue (#9731) | Felix Fietkau | 2011-07-19 | 1 | -4/+4 |
| | | | | SVN-Revision: 27698 | ||||
* | sync default kernel config for lantiq danube/ar9 | John Crispin | 2011-07-19 | 2 | -1/+2 |
| | | | | SVN-Revision: 27697 | ||||
* | fix etehrnet when using EPHY on lantiq ASE | John Crispin | 2011-07-19 | 1 | -0/+98 |
| | | | | SVN-Revision: 27696 | ||||
* | fixes pci on lantiq AR9 SoC | John Crispin | 2011-07-19 | 1 | -0/+18 |
| | | | | SVN-Revision: 27695 | ||||
* | add support for more lantiq AR9 boards | John Crispin | 2011-07-19 | 4 | -1/+180 |
| | | | | SVN-Revision: 27694 | ||||
* | kernel: backport and enable tmpfs xattr support for 2.6.39 | Felix Fietkau | 2011-07-19 | 3 | -2/+480 |
| | | | | SVN-Revision: 27691 | ||||
* | uhttpd: pass feature flags (#9742) | Jo-Philipp Wich | 2011-07-19 | 1 | -1/+7 |
| | | | | SVN-Revision: 27689 | ||||
* | ath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe ↵ | Felix Fietkau | 2011-07-19 | 1 | -0/+51 |
| | | | | | | others) contain bogus data, which breaks wifi SVN-Revision: 27688 | ||||
* | * fix external interrupts | John Crispin | 2011-07-18 | 1 | -0/+20 |
| | | | | SVN-Revision: 27687 | ||||
* | uhttpd: support building against openssl instead of cyassl, minor cleanups ↵ | Jo-Philipp Wich | 2011-07-18 | 6 | -27/+98 |
| | | | | | | (#7827) SVN-Revision: 27686 | ||||
* | uci: update to fix more unused-but-set issues (#9731) | Felix Fietkau | 2011-07-18 | 1 | -3/+3 |
| | | | | SVN-Revision: 27681 | ||||
* | uci: update to 2011-07-18, fixes #9731 | Felix Fietkau | 2011-07-18 | 1 | -4/+4 |
| | | | | SVN-Revision: 27680 | ||||
* | resolveip: fix whitespace | Jo-Philipp Wich | 2011-07-17 | 1 | -11/+11 |
| | | | | SVN-Revision: 27671 | ||||
* | pptp: properly support symbolic VPN host names, tear down created host ↵ | Jo-Philipp Wich | 2011-07-17 | 2 | -5/+13 |
| | | | | | | routes (#4876) SVN-Revision: 27669 | ||||
* | add "resolveip", a small DNS lookup utility for use in scripts (#4876) | Jo-Philipp Wich | 2011-07-17 | 2 | -0/+142 |
| | | | | SVN-Revision: 27666 |