summaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-1784-84/+0
| | | | SVN-Revision: 15242
* do not override input config symbols (#4722)Florian Fainelli2009-04-171-2/+0
| | | | SVN-Revision: 15235
* resync au1550 kernel configurationFlorian Fainelli2009-04-171-1919/+0
| | | | SVN-Revision: 15234
* finally fix boot failures on buffalo devices, tested on WHR-HP-G54 and ↵Florian Fainelli2009-04-173-4/+12
| | | | | | WRT54GS v1.1 with no side effects (#4061) SVN-Revision: 15232
* Update default configuration to use profilesHamish Guthrie2009-04-167-15/+58
| | | | SVN-Revision: 15229
* atheros: ignore rx long packet error flag from the ethernet coreFelix Fietkau2009-04-131-1/+1
| | | | SVN-Revision: 15225
* package ext4 (#4434)Florian Fainelli2009-04-121-0/+1
| | | | SVN-Revision: 15218
* do not override CONFIG_CONFIGFS_FS in a few places, and make gpiommc be ↵Florian Fainelli2009-04-124-4/+1
| | | | | | selectable with the spio-gpio-old module (#4659) SVN-Revision: 15215
* add the R_ARM_V4BX relocation to the ARM kernel module loaderMirko Vogt2009-04-101-0/+33
| | | | SVN-Revision: 15208
* mvswitch: re-enable header modeFelix Fietkau2009-04-101-1/+1
| | | | SVN-Revision: 15186
* atheros: ignore reports about oversized ethernet frames, as can be caused by ↵Felix Fietkau2009-04-102-5/+4
| | | | | | the header mode of marvell 88e6060 switches (see https://dev.openwrt.org/ticket/3507#comment:16) SVN-Revision: 15185
* atheros: refresh failing kernel patch (#4916) and fix packet padding bugFelix Fietkau2009-04-101-11/+11
| | | | SVN-Revision: 15184
* netfilter: merge some fixes from upstreamFelix Fietkau2009-04-091-0/+100
| | | | SVN-Revision: 15178
* netfilter: speed up packet matching by allowing default rules to bypass the ↵Felix Fietkau2009-04-091-0/+74
| | | | | | common checks SVN-Revision: 15177
* atheros: make use of netdev_alloc_skbFelix Fietkau2009-04-091-7/+4
| | | | SVN-Revision: 15176
* patches for 2.6.28Claudio Mignanti2009-04-096-97/+189
| | | | SVN-Revision: 15174
* move etrax generic files to specific kernel versionClaudio Mignanti2009-04-097-0/+0
| | | | SVN-Revision: 15173
* b44: use netdev_alloc_skbFelix Fietkau2009-04-081-0/+11
| | | | SVN-Revision: 15159
* kernel: increase skb padding for network devices to accomodate for headroom ↵Felix Fietkau2009-04-081-0/+16
| | | | | | requirements of eth->wifi routing and more SVN-Revision: 15158
* workaroun some stupid Kconfig bugs (#4895)Florian Fainelli2009-04-081-0/+23
| | | | SVN-Revision: 15157
* kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 ↵Felix Fietkau2009-04-081-6/+6
| | | | | | still relies on it) SVN-Revision: 15155
* cleanup etrax patchesClaudio Mignanti2009-04-089-5859/+0
| | | | SVN-Revision: 15154
* Fix kernel headers for cris (thanks hinkocevar)Claudio Mignanti2009-04-081-0/+29
| | | | SVN-Revision: 15153
* some more fixes to the SPI controller driverFlorian Fainelli2009-04-082-29/+31
| | | | SVN-Revision: 15146
* imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)Florian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15133
* fix typo in 910-cryptodev_backport.patch (#3933)Florian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15132
* kernel: tweak the maximum allocation size to improve memory allocator ↵Felix Fietkau2009-04-071-0/+13
| | | | | | performance SVN-Revision: 15130
* kernel: replace jhash2 with the faster jhash3 algorithmFelix Fietkau2009-04-071-0/+227
| | | | SVN-Revision: 15128
* remove debugging codeFelix Fietkau2009-04-071-3/+1
| | | | SVN-Revision: 15127
* accomodate netfilter module (xt_recent) name change in 2.6.28, add missing ↵Nicolas Thill2009-04-061-0/+1
| | | | | | kconfig when xt_recent is enabled SVN-Revision: 15123
* 2.6.28: add Kconfig prompt for the old crypto symbolsGabor Juhos2009-04-062-2/+50
| | | | SVN-Revision: 15122
* add a patch to disable compile-time buffer checks enabled by default on ↵Nicolas Thill2009-04-061-0/+11
| | | | | | Ubuntu 8.10 and later (closes: #4826) SVN-Revision: 15119
* ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom imagesFelix Fietkau2009-04-061-2/+0
| | | | SVN-Revision: 15118
* ixp4xx: don't leave zImage on the rootfs for images other than the freecom oneFelix Fietkau2009-04-061-0/+1
| | | | SVN-Revision: 15117
* ixp4xx: make apex optional, clean up the makefile - fixes spurious ↵Felix Fietkau2009-04-067-195/+6
| | | | | | recompilation issues SVN-Revision: 15115
* fix a vfs api bug in squashfs triggered by zabbix-agent (#4365)Felix Fietkau2009-04-043-0/+33
| | | | SVN-Revision: 15098
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵Felix Fietkau2009-04-041-1/+1
| | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097
* add a workaround on kmod-textsearch modules (#4832)Florian Fainelli2009-03-261-0/+19
| | | | SVN-Revision: 15047
* move the mii_ioctl to generic patches, fixes (#1802)Florian Fainelli2009-03-261-0/+0
| | | | SVN-Revision: 15045
* fix wrong logic in MDIO code and second PHY addressFlorian Fainelli2009-03-251-3/+3
| | | | SVN-Revision: 15034
* atheros: fix a spiflash write performance regressionFelix Fietkau2009-03-241-4/+4
| | | | SVN-Revision: 15027
* create firmware image for the TL-WR841ND v3 boardGabor Juhos2009-03-241-0/+5
| | | | SVN-Revision: 15024
* fix typo in cambria gw2358 initializationFelix Fietkau2009-03-241-1/+1
| | | | SVN-Revision: 15022
* override CONFIG_USB_EHCI_ROOT_HUB_TT since it breaks ehci on bcm6358Florian Fainelli2009-03-241-0/+1
| | | | SVN-Revision: 15020
* refresh patchesHauke Mehrtens2009-03-245-28/+19
| | | | SVN-Revision: 15018
* update to kernel version 2.6.28.9Hauke Mehrtens2009-03-2413-13/+13
| | | | SVN-Revision: 15017
* update to kernel version 2.6.27.21Hauke Mehrtens2009-03-245-5/+5
| | | | SVN-Revision: 15016
* ps3: update ps3vram patchesHamish Guthrie2009-03-2416-68/+3089
| | | | SVN-Revision: 15011
* do not use --owner=root or --group=root when running tar. it does not work ↵Felix Fietkau2009-03-231-1/+1
| | | | | | on systems that name their root group differently SVN-Revision: 14995
* atheros: fix radio mask check on ar5312Felix Fietkau2009-03-231-2/+2
| | | | SVN-Revision: 14986