aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 6relayd: Announce RDNSS and DNSSL via RASteven Barth2013-01-021-2/+2
| | | | SVN-Revision: 34983
* iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer ↵Jo-Philipp Wich2013-01-024-71/+243
| | | | | | nl80211 tx power from debugfs before querying wext SVN-Revision: 34982
* generic: add some missing kernel config symbols spotted on x86Jo-Philipp Wich2013-01-023-0/+6
| | | | SVN-Revision: 34981
* ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stabilityFelix Fietkau2013-01-021-0/+11
| | | | SVN-Revision: 34979
* sysupgrade: clarify online helpJo-Philipp Wich2013-01-021-12/+15
| | | | | | | | Fixes #12346. Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 34975
* sysupgrade: do not require an extra argument after --restore-backupJo-Philipp Wich2013-01-021-6/+7
| | | | | | | | | | | Neither --create-backup nor --restore-backup need an image name (following the backup filename). Treat them in uniform way. Mostly fixes #12346. Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 34974
* x86: fix typo in alix2/net5501 default packagesFelix Fietkau2013-01-022-2/+2
| | | | SVN-Revision: 34972
* dnsmasq: allow dhcp host entries without mac addresses (#11928)Jo-Philipp Wich2013-01-022-4/+9
| | | | SVN-Revision: 34971
* lldpd: various enhancementsJo-Philipp Wich2013-01-023-2/+34
| | | | | | | | - introduce "list interface" options to specify the ifaces to listen on, takes uci- or network device name - set the default system description to distrib @ hostname, e.g. "OpenWrt Barrier Breaker r34744 @ vbox" - introduce "option lldp_description" to override the automatically generated description SVN-Revision: 34970
* rt5350 switch support fixJohn Crispin2013-01-021-1/+5
| | | | | | | | RT5350 frame engine need reset frame engine and embedded switch together. Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> SVN-Revision: 34969
* Remove remaining etrax referencesJohn Crispin2013-01-026-6/+5
| | | | SVN-Revision: 34968
* fix typo in HFS kernel moduleJohn Crispin2013-01-021-1/+1
| | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> SVN-Revision: 34963
* fixes libertas firmware install pathJohn Crispin2013-01-021-2/+2
| | | | | | fixes #12712 SVN-Revision: 34961
* fix video modules package generationJohn Crispin2013-01-021-82/+97
| | | | | | | | The folder layout changed between 3.6 and 3.7 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 34960
* generic: fix UBIFS build error if XZ compression is disabledGabor Juhos2013-01-023-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34959
* 6relayd: Detect changes of default routes for RAsSteven Barth2013-01-011-2/+2
| | | | SVN-Revision: 34958
* ipv6-support: Remove unnecessary codeSteven Barth2013-01-012-6/+1
| | | | SVN-Revision: 34957
* package/kernel: select crypto-sha256 for cifs on 3.7+Gabor Juhos2013-01-011-1/+2
| | | | | | | | Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34956
* package/kernel: create separate package for the sha256 crypto moduleGabor Juhos2013-01-011-2/+11
| | | | | | | | Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34955
* adm5120: add support for 3.7Gabor Juhos2013-01-0118-0/+1067
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34954
* adm5120: nuke 3.3 supportGabor Juhos2013-01-0119-1066/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34953
* adm5120: switch to 3.6Gabor Juhos2013-01-011-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34952
* adm5120: add support for 3.6Gabor Juhos2013-01-0118-0/+1059
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34951
* adm5120: remove NAND_NO_AUTOINCR flag from rb1xx.cGabor Juhos2013-01-012-1/+11
| | | | | | | | Also add a compatibility patch for 3.3. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34950
* adm5120: use mtd_read helper in trxsplit.cGabor Juhos2013-01-011-2/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34949
* adm5120: don't include asm/system.h in adm5120-hcd.cGabor Juhos2013-01-011-1/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34948
* generic: add missing symbol for 3.7Gabor Juhos2013-01-011-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34947
* ar71xx: register the NAND flash controller device on the AP135/136 boardsGabor Juhos2013-01-014-24/+34
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34946
* ar71xx: allow to register the NAND flash controller on the QCA955xGabor Juhos2013-01-011-7/+43
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34945
* ar71xxx: allow to select ATH79_DEV_NFC for QCA955xGabor Juhos2013-01-012-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34944
* ar71xxx: allow to build the ar934x_nfc driver for QCA955xGabor Juhos2013-01-012-4/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34943
* ar71xx: fix NAND controller base for QCA955x SoCsGabor Juhos2013-01-012-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34942