summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* only export GCC_HONOUR_COPTS for the built-in toolchain, fixes ↵nbd2011-07-252-2/+4
| | | | | | missing-fhonour-copts warnings with external toolchains git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rename a misnamed patchnbd2011-07-251-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove the ccmp rx pn workaround, it should no longer be necessary ↵nbd2011-07-251-46/+0
| | | | | | and it was reported to cause connection stability issues (see #9646) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing symbols for generic and x86 on 3.0, based on Philip ↵kaloz2011-07-242-0/+7
| | | | | | Prindeville's patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel.mk: Fix kernel module path for 3.0jogo2011-07-241-3/+8
| | | | | | | Linux 3.0 calls itself 3.0.0, so insmod expects the modules in /lib/modules/3.0.0. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* From: George Kashperko <george@znau.edu.ua>jow2011-07-241-0/+18
| | | | | | | | | Issue map read after Write Buffer Load command to ensure chip is ready to receive data. Signed-off-by: George Kashperko <george@znau.edu.ua> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] refresh 501-yaffs_cvs_2009_04_24.patch for Linux 3.0 finaljow2011-07-241-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: run ssb_pcicore_fix_sprom_core_index just for ssb bus on pcihauke2011-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: crypto: fix spellinghauke2011-07-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: autodetect rtl8366s/rtl8366rb on wzr-hp-g300nhnbd2011-07-242-13/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: implement a function for detecting whether the attached switch ↵nbd2011-07-242-11/+77
| | | | | | is RTL8366S or RTL8366RB git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366: unify rtl8366s and rtl8366rb platform datanbd2011-07-2411-56/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ocf-linux: version bump to 20110720hauke2011-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: give the 007 patch a more meaningful namejow2011-07-241-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: make it work on the RT-N16 and other device using the ↵jow2011-07-249-10/+568
| | | | | | | | | | | BCMA bus - 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: do not build bcma from compat-wirelesshauke2011-07-241-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: 2.6.39 requires additional symbolnbd2011-07-241-0/+1
| | | | | | | | Sysfs support for DMI BIOS was added in 2.6.39. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* default to using gzip with mksquashfs if lzma and xz are unavailablenbd2011-07-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: fix mii phy read/write ioctlnbd2011-07-242-2/+2
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pkg-config: fix prefixnbd2011-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 > git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* geos: include pppstats and pppdump in default packagingnbd2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: fix ccache command when using host ccache (patch from #9611)nbd2011-07-241-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable the usb power regulator on the wzr-hp-ag300h through gpio 2 ↵nbd2011-07-241-0/+3
| | | | | | (#9684) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ppc44x]: upgrade to 3.0kaloz2011-07-234-33/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion]: upgrade to 3.0kaloz2011-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic]: 3.0 is outkaloz2011-07-231-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27736 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix typo and make broken options depend on BROKENhauke2011-07-231-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mca80211: add support for b43 on bcma bus.hauke2011-07-236-6/+2700
| | | | | | | | This makes b43 work on broadcom SoCs using bcma as system bus. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: build bcma into the kernelhauke2011-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add bcma packagehauke2011-07-231-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update bcma and ssb to version master-2011-07-22 from wireless-testinghauke2011-07-2330-609/+22087
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: remove old kernel versionshauke2011-07-2273-6897/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: update bcma and ssb to master-2011-07-21hauke2011-07-2242-765/+3312
| | | | | | | | * add new patches for bcm4716 SoC * add support for serial flash on bcma bus git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to linux-3.0 and refresh patches.hauke2011-07-229-41/+18
| | | | | | | Thank you Peter Wagner for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: attempt bring up related wifi devices when calling ifupjow2011-07-223-17/+49
| | | | | | | | | | | | | | | | | | | | | If a 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix serious bug in state var handling (#9746)jow2011-07-202-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: reinitialize global switch settings after reset on ar7240nbd2011-07-201-23/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: configure address aging on ar7240nbd2011-07-201-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: reset the phy in the ethernet init on ar724xnbd2011-07-202-2/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: make sure that rx and interrupts are disabled before issuing the ↵nbd2011-07-201-7/+9
| | | | | | hardware reset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: increase the delay after the ethernet MAC resetnbd2011-07-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27701 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix an unused variable warningnbd2011-07-201-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27700 3c298f89-4303-0410-b956-a3cf2f4a3e73
* comgt: clean up patch, rename gcom binary to comgt, but add a compatibility ↵nbd2011-07-203-91/+28
| | | | | | symlink git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27699 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: fix one more unused-but-set issue (#9731)nbd2011-07-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync default kernel config for lantiq danube/ar9blogic2011-07-192-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix etehrnet when using EPHY on lantiq ASEblogic2011-07-191-0/+98
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes pci on lantiq AR9 SoCblogic2011-07-191-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for more lantiq AR9 boardsblogic2011-07-194-1/+180
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: backport and enable tmpfs xattr support for 2.6.39nbd2011-07-193-2/+480
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: pass feature flags (#9742)jow2011-07-191-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27689 3c298f89-4303-0410-b956-a3cf2f4a3e73