aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: apply network interface configuration for adhoc + wpa2Felix Fietkau2013-01-071-1/+1
| | | | SVN-Revision: 35049
* ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbolFlorian Fainelli2013-01-071-1/+1
| | | | | | | | Thanks to kyak for spotting this Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35047
* gcc: fix build for MIPS64 targets introduced by musl patchFlorian Fainelli2013-01-075-0/+79
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35046
* update to 3.7Florian Fainelli2013-01-072-1/+308
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35045
* gcc-linaro-4.6: update to 2012.12Florian Fainelli2013-01-071-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35044
* gcc-linaro-4.7: update to 2012.12Florian Fainelli2013-01-071-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35043
* fix typo in MakefileMirko Vogt2013-01-071-1/+1
| | | | | | Thanks to Stefan Hellermann for pointing this out! SVN-Revision: 35042
* libubox: update to latest version, contains several uloop/ustream fixesFelix Fietkau2013-01-071-3/+3
| | | | SVN-Revision: 35039
* ar71xx: disable PHY_SWAP and PHY_ADDR_SWAP bits on ↵Gabor Juhos2013-01-073-4/+7
| | | | | | | | | | | | | | | | | | TL-WR703N/MR3020/MR3040/MR11U boards The PHY_SWAP and PHY_ADDR_SWAP bits are initialized differently by different versions of the bootloader. This leads to broken ethernet connection with OpenWrt on some boards. Turn both SWAP bits OFF on these boards to make it consistent regardless of the bootloader used. Based on a patch by Michel Stempin <michel.stempin@wanadoo.fr>. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35037
* ar71xx: add missing Makefile entry to the 74HC153 GPIO patchGabor Juhos2013-01-072-0/+20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35035
* This patch updates uboot-xburst from 2009.11 to 2012.10-rc2 - Ingenic SoC ↵Mirko Vogt2013-01-0754-14403/+4588
| | | | | | | | | | | | | | support went upstream Summary: * remove all files/* (since merged to upstream) * patches on nand-spl, mmc and lcd driver Thanks a lot to Xiangfu Liu! Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc> SVN-Revision: 35034
* zram-swap: Install init script with 0755 modeVasilis Tsiligiannis2013-01-072-3/+3
| | | | SVN-Revision: 35033
* kernel: fix kmod-ipsec load order (#12552)Jo-Philipp Wich2013-01-071-2/+2
| | | | SVN-Revision: 35032
* zram-swap: make the zram init.d executableHauke Mehrtens2013-01-061-0/+0
| | | | SVN-Revision: 35028
* compcache: remove package, use zram-swap insteadHauke Mehrtens2013-01-068-1025/+0
| | | | SVN-Revision: 35026
* zram: add package to use compressed ram disk for swapHauke Mehrtens2013-01-064-2/+192
| | | | | | | | | | | | | The busybox size is increased by 3.2KByte uncompressed on bcm47xx with this commit. This zram-swap automatically creates a zram device, a swap partition on it and make the kernel swap pages to it. Thank you Bastian Bittorf <bittorf@bluebottle.com> for idea and the script. SVN-Revision: 35025
* orion: debloat the kernel some moreFelix Fietkau2013-01-062-36/+3
| | | | SVN-Revision: 35023
* kernel: add a module for the isl1208 rtcFelix Fietkau2013-01-061-0/+17
| | | | SVN-Revision: 35022
* kernel: add missing config symbolFelix Fietkau2013-01-063-0/+9
| | | | SVN-Revision: 35021
* adds support for Edimax BR-6524NJohn Crispin2013-01-0612-0/+121
| | | | | | | | fixes #12754 Signed-off-by: <rq@akl.lt> SVN-Revision: 35020
* adds support for Edimax BR-6524NJohn Crispin2013-01-062-0/+2
| | | | | | | | fixes #12754 Signed-off-by: <rq@akl.lt> SVN-Revision: 35019
* missing underscore in 3.3 regmap patchJohn Crispin2013-01-061-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35018
* kernel: port the regmap fix to 3.6 (#12749), refresh patches for other versionsFelix Fietkau2013-01-053-21/+25
| | | | SVN-Revision: 35016
* fix regmap debloat patchJohn Crispin2013-01-053-19/+63
| | | | SVN-Revision: 35015
* mac80211: add dependency of PACKAGE_MAC80211_DEBUGFSFelix Fietkau2013-01-041-2/+1
| | | | | | | | | | | | | | | | | | I wanted to use some statistics from /sys/kernel/debug/ieee80211, so I enabled PACKAGE_MAC80211_DEBUGFS. But I could not use it, because CONFIG_KERNEL_DEBUG_FS was not set and it's a little bit hidden. After manually setting CONFIG_KERNEL_DEBUG_FS to y, everything was fine. This patch automatically selects CONFIG_KERNEL_DEBUG_FS if PACKAGE_MAC80211_DEBUGFS is set. Additionally, the help text says "Say N unless you know you need this.", but it's default y. This help text is copied verbatim from the kernel's Kconfig and not true for us. So remove this part of the help text Signed-off-by: Stefan Hellermann <stefan@the2masters.de> SVN-Revision: 35014
* uci: update to latest version, adds list delete, removes unused plugin supportFelix Fietkau2013-01-041-4/+3
| | | | SVN-Revision: 35013
* firewall: Add ULA site border for IPv6 traffic This prevents private traffic ↵Steven Barth2013-01-042-1/+20
| | | | | | from leaking out to the internet SVN-Revision: 35012
* bcm63xx: Add Huawei HG556a supportJonas Gorski2013-01-047-3/+480
| | | | | | | | | | Add Huawei EchoLife HG556a support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: added some code style fixes] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35011
* bcm63xx: Fix caldata partition mtd patchJonas Gorski2013-01-041-21/+23
| | | | | | | | | Allow bcm63xxpart to receive a caldata offset if calibration data is contained in flash. Tested-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 35010
* bcm63xx: remove 3.3 supportJonas Gorski2013-01-04143-17373/+0
| | | | | | | | 3.6 is tested enough to be considered stable. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35009
* iwinfo: don't use the txpower value from debugfs for now, it does not match ↵Jo-Philipp Wich2013-01-042-1/+3
| | | | | | the values reported via wext SVN-Revision: 35007
* don't depend on luaJohn Crispin2013-01-041-1/+1
| | | | | | | | Delete +lua from libiwinfo-lua. Signed-off-by: Stefan Hellermann <stefan@the2masters.de> SVN-Revision: 35005
* kernel: add a config option for direct i/o supportFelix Fietkau2013-01-031-0/+4
| | | | SVN-Revision: 35001
* mac80211: b43: add firmware for HT-PHY by default.Hauke Mehrtens2013-01-031-6/+11
| | | | | | remove firmware for LP-Phy core rev 14, I have never seen such a device. SVN-Revision: 35000
* kernel: move regmap bloat out of the kernel image if it is only being used ↵Felix Fietkau2013-01-034-3/+103
| | | | | | in modules SVN-Revision: 34999
* add kmod-fs-configfs to replace kernel bloat added by selecting ↵Felix Fietkau2013-01-032-3/+18
| | | | | | kmod-mmc-over-gpio SVN-Revision: 34998
* brcm47xx: various fixes and code cleanups for irq codeHauke Mehrtens2013-01-037-27/+72
| | | | | | This is based on a patch send by Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34997
* broadcom-diag: add diag support for Linksys E1000 V1Hauke Mehrtens2013-01-031-0/+27
| | | | | | | | | | This adds diag leds/buttons support for Linksys E1000 V1. It worked on my router, however it may need some tweaking by people more familiar with openwrt and c to make it fit for commiting. Thank you hhm for this patch. SVN-Revision: 34996
* brcm47xx: add bgmac driverHauke Mehrtens2013-01-035-0/+1698
| | | | | | | | | This Ethernet driver is in early development stage and still has some problems. This was working on my bcm4716 based device. Thanks to Rafał Miłecki <zajec5@gmail.com> for writing this driver. SVN-Revision: 34995
* brcm47xx: build b44 as a moduleHauke Mehrtens2013-01-0311-13/+10
| | | | SVN-Revision: 34994
* brcm47xx: run ifup before starting the switchHauke Mehrtens2013-01-031-2/+2
| | | | | | In addition check_module is not needed, nobody checks the return value. SVN-Revision: 34993
* switch: ROBO Switch Gigabit MII SupportHauke Mehrtens2013-01-036-35/+155
| | | | | | | | | | | | | | | | | | | | | | | I wrote this patch some time ago because I had a need for one of the Gigabit ports (Linksys E3000) to be forced to 100FD. This is based on the robocfg sources included w/ the RT-N16 sources from ASUS. Since work is progressing on a BGMAC driver that could be included in OpenWRT, this may be useful to someone else. In testing, forcing the speed to 10/100 or 1000 worked fine; however, when trying to force full-duplex mode, the result was always half-duplex. I was not able to isolate the source of the problem (this patch, driver or H/W limitation). The only way I could get it to work was to set the port to Auto, but then only advertise 100FD (not included in this patch). I have a modified version of the robocfg package as well, I'd have to clean it up a little first (remove the full-duplex hack) before submitting it if there is interest. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34992
* switch: improve error messagesHauke Mehrtens2013-01-031-15/+14
| | | | | | This is in part based on a patch send by Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34991
* brcm47xx: BCMA - IRQ Update - Fix IRQ Flag for I2S CoreHauke Mehrtens2013-01-031-0/+54
| | | | | | | | | | Adjust the IRQ Flag value from 8 to 7 for I2S Core for BCM4716 and BCM4748 (per the Broadcom SDK). IRQ Flag values greater than 7 are ignored when setting the interrupt masks. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34990
* brcm47xx: improve IRQ handling for bcma based devicesHauke Mehrtens2013-01-035-5/+227
| | | | | | This was party inspirited by patches send by Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34989
* brcm47xx: add a new version of the nvram rewrite patchHauke Mehrtens2013-01-0313-82/+358
| | | | | | This is the version like it was send for mainline inclusion. SVN-Revision: 34988
* brcm47xx: move patches already in the mainline kernel to the frontHauke Mehrtens2013-01-035-8/+8
| | | | SVN-Revision: 34987
* brcm47xx: remove support for kernel version 3.3Hauke Mehrtens2013-01-0357-9780/+0
| | | | SVN-Revision: 34986
* ipv6-support: Update iteration * Add support for blocking forwarding while ↵Steven Barth2013-01-023-15/+53
| | | | | | address assignments * Fix relay restarting function SVN-Revision: 34985
* odhcp6c: Add support for SNTP and SIP optionsSteven Barth2013-01-021-3/+2
| | | | SVN-Revision: 34984