aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* base-files: warn when calling /etc/init.d/<script> enable and neither START ↵Felix Fietkau2011-07-271-0/+4
| | | | | | nor STOP is defined SVN-Revision: 27797
* firewall: prevent redundant rules if multiple ports and multiple icmp types ↵Jo-Philipp Wich2011-07-262-8/+17
| | | | | | are given in a rule block for both icmp and other protocols SVN-Revision: 27792
* ath9k: rework tx power handling - display the correct *current* tx power, ↵Felix Fietkau2011-07-266-0/+313
| | | | | | and also fix tx power limits with ATH_USER_REGD set SVN-Revision: 27788
* x86/alix2: include WAN interface by defaultFelix Fietkau2011-07-261-1/+7
| | | | | | | | 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
* x86/alix2: fix typo in target makefileFelix Fietkau2011-07-261-2/+2
| | | | | | | | Cut and paste cruft from borrowing from Geos platform. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27786
* mac80211: merge a few pending fixes for channel switch handlingFelix Fietkau2011-07-261-0/+28
| | | | SVN-Revision: 27783
* linux-atm: don't fail if an PREFIX env var is setJo-Philipp Wich2011-07-261-0/+1
| | | | SVN-Revision: 27779
* base-files: use "reboot -f" after sysupgrade to prevent executing deleted ↵Jo-Philipp Wich2011-07-252-2/+2
| | | | | | init scripts SVN-Revision: 27776
* x86: add missing config symbolsHauke Mehrtens2011-07-252-0/+8
| | | | | | | | | | This adds some config symbols for kernel 3.0. Thank you realopty for the patch. This is from #9719. SVN-Revision: 27775
* bcm63xx: Fix SPI commands and register offsets for BCM6348Jonas Gorski2011-07-252-30/+30
| | | | | | | | | 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
* uClibc: backport an x86 compile fix from mainline (thx, swalker)Felix Fietkau2011-07-251-0/+18
| | | | SVN-Revision: 27773
* uClibc: update to latest 0.9.32.1 gitFelix Fietkau2011-07-259-1460/+9
| | | | SVN-Revision: 27772
* only export GCC_HONOUR_COPTS for the built-in toolchain, fixes ↵Felix Fietkau2011-07-252-2/+4
| | | | | | missing-fhonour-copts warnings with external toolchains SVN-Revision: 27771
* mac80211: rename a misnamed patchFelix Fietkau2011-07-251-0/+0
| | | | SVN-Revision: 27769
* mac80211: remove the ccmp rx pn workaround, it should no longer be necessary ↵Felix Fietkau2011-07-251-46/+0
| | | | | | and it was reported to cause connection stability issues (see #9646) SVN-Revision: 27764
* add missing symbols for generic and x86 on 3.0, based on Philip ↵Imre Kaloz2011-07-242-0/+7
| | | | | | Prindeville's patch SVN-Revision: 27762
* kernel.mk: Fix kernel module path for 3.0Jonas Gorski2011-07-241-3/+8
| | | | | | | Linux 3.0 calls itself 3.0.0, so insmod expects the modules in /lib/modules/3.0.0. SVN-Revision: 27761
* From: George Kashperko <george@znau.edu.ua> Issue map read after Write ↵Jo-Philipp Wich2011-07-241-0/+18
| | | | | | Buffer Load command to ensure chip is ready to receive data. Signed-off-by: George Kashperko <george@znau.edu.ua> SVN-Revision: 27760
* refresh 501-yaffs_cvs_2009_04_24.patch for Linux 3.0 finalJo-Philipp Wich2011-07-241-4/+4
| | | | SVN-Revision: 27759
* brcm47xx: run ssb_pcicore_fix_sprom_core_index just for ssb bus on pciHauke Mehrtens2011-07-241-0/+19
| | | | | | | 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
* kernel: crypto: fix spellingHauke Mehrtens2011-07-241-1/+1
| | | | SVN-Revision: 27757
* ar71xx: autodetect rtl8366s/rtl8366rb on wzr-hp-g300nhFelix Fietkau2011-07-242-13/+8
| | | | SVN-Revision: 27756
* rtl8366_smi: implement a function for detecting whether the attached switch ↵Felix Fietkau2011-07-242-11/+77
| | | | | | is RTL8366S or RTL8366RB SVN-Revision: 27755
* rtl8366: unify rtl8366s and rtl8366rb platform dataFelix Fietkau2011-07-2411-56/+31
| | | | SVN-Revision: 27754
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-2463-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 nameJo-Philipp Wich2011-07-241-0/+0
| | | | SVN-Revision: 27752
* broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus ↵Jo-Philipp Wich2011-07-249-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-wirelessHauke Mehrtens2011-07-241-0/+11
| | | | SVN-Revision: 27750
* x86: 2.6.39 requires additional symbolFelix Fietkau2011-07-241-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 unavailableFelix Fietkau2011-07-241-0/+1
| | | | SVN-Revision: 27748
* atheros: fix mii phy read/write ioctlFelix Fietkau2011-07-242-2/+2
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 27747
* pkg-config: fix prefixFelix Fietkau2011-07-241-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 packagingFelix Fietkau2011-07-241-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 Fietkau2011-07-241-2/+6
| | | | SVN-Revision: 27742
* ar71xx: enable the usb power regulator on the wzr-hp-ag300h through gpio 2 ↵Felix Fietkau2011-07-241-0/+3
| | | | | | (#9684) SVN-Revision: 27739
* upgrade to 3.0Imre Kaloz2011-07-234-33/+3
| | | | SVN-Revision: 27738
* upgrade to 3.0Imre Kaloz2011-07-231-1/+1
| | | | SVN-Revision: 27737
* 3.0 is outImre Kaloz2011-07-231-9/+0
| | | | SVN-Revision: 27736
* mac80211: fix typo and make broken options depend on BROKENHauke Mehrtens2011-07-231-2/+4
| | | | SVN-Revision: 27735
* mca80211: add support for b43 on bcma bus.Hauke Mehrtens2011-07-236-6/+2700
| | | | | | This makes b43 work on broadcom SoCs using bcma as system bus. SVN-Revision: 27734
* brcm47xx: build bcma into the kernelHauke Mehrtens2011-07-231-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 packageHauke Mehrtens2011-07-231-0/+23
| | | | SVN-Revision: 27732
* kernel: update bcma and ssb to version master-2011-07-22 from wireless-testingHauke Mehrtens2011-07-2330-609/+22087
| | | | SVN-Revision: 27731
* brcm47xx: remove old kernel versionsHauke Mehrtens2011-07-2273-6897/+0
| | | | SVN-Revision: 27724
* brcm47xx: update bcma and ssb to master-2011-07-21Hauke Mehrtens2011-07-2242-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 Mehrtens2011-07-229-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 Wich2011-07-223-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 Wich2011-07-202-3/+3
| | | | SVN-Revision: 27711
* ar71xx: reinitialize global switch settings after reset on ar7240Felix Fietkau2011-07-201-23/+24
| | | | SVN-Revision: 27705
* ar71xx: configure address aging on ar7240Felix Fietkau2011-07-201-2/+12
| | | | SVN-Revision: 27704