index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
move input device nodes to /dev/input
Felix Fietkau
2009-03-09
1
-0
/
+5
*
fix KERNEL_PATCHVER for rc kernels
Felix Fietkau
2009-03-09
1
-1
/
+2
*
kconfig.pl: throw warnings into stderr instead of stdout
Felix Fietkau
2009-03-09
1
-1
/
+1
*
prepend $(STAGING_DIR)/host to the PATH only in target-package stampfile targ...
Felix Fietkau
2009-03-09
2
-1
/
+6
*
mac80211: update compat-wireless to 2009-03-07
Gabor Juhos
2009-03-08
9
-773
/
+2
*
package the bcm63xx-spi driver
Florian Fainelli
2009-03-08
2
-6
/
+15
*
add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the ...
Florian Fainelli
2009-03-08
3
-6
/
+471
*
fix SPI accessors
Florian Fainelli
2009-03-08
1
-10
/
+14
*
fix typo for the bcm6338 spi IRQ, change platform driver name and make the SP...
Florian Fainelli
2009-03-08
3
-2
/
+5
*
compile and register SPI controller device
Florian Fainelli
2009-03-08
2
-0
/
+3
*
make bcm6358 consistend with the other boards naming
Florian Fainelli
2009-03-08
1
-1
/
+1
*
fix some SPI register definitions and platform-device registration code
Florian Fainelli
2009-03-08
4
-20
/
+26
*
add support for the Numonyx 320S33B SPI flash chip which can be found on the ...
Gabor Juhos
2009-03-08
1
-0
/
+14
*
sysupgrade: install /bin/sleep into ramdisk too and add completition notice (...
Jo-Philipp Wich
2009-03-08
2
-3
/
+4
*
turn some of the kernel dependencies the other way around to make it easier t...
Hauke Mehrtens
2009-03-07
3
-13
/
+13
*
add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs CONFIG_CRC16
Hauke Mehrtens
2009-03-07
1
-0
/
+1
*
extract the rfkill module to an extra package, only build rfkill module if it...
Hauke Mehrtens
2009-03-07
3
-9
/
+27
*
ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE re...
Hauke Mehrtens
2009-03-07
1
-2
/
+1
*
add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it.
Hauke Mehrtens
2009-03-07
2
-2
/
+22
*
load module capifs before capi
Hauke Mehrtens
2009-03-07
1
-2
/
+2
*
add ssb dependency to b44
Hauke Mehrtens
2009-03-07
1
-1
/
+1
*
aec62xx is working with kernel 2.6.28 agagin.
Hauke Mehrtens
2009-03-07
1
-1
/
+5
*
Add isdn4linux and gigaset kernel modules.
Hauke Mehrtens
2009-03-07
2
-0
/
+68
*
On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel M...
Hauke Mehrtens
2009-03-07
1
-0
/
+1
*
Switch back to the previous set resolution when unblanking the screen.
Lars-Peter Clausen
2009-03-06
1
-0
/
+48
*
Do not suspend the regulator.
Lars-Peter Clausen
2009-03-06
1
-0
/
+65
*
prepare target for use with EABI
Mirko Vogt
2009-03-06
1
-0
/
+6
*
mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k pat...
Gabor Juhos
2009-03-06
11
-95
/
+676
*
package blkid out of e2fsprogs (#4720)
Florian Fainelli
2009-03-06
1
-0
/
+12
*
prepare for SPI controller driver
Florian Fainelli
2009-03-06
5
-0
/
+252
*
fix SPI register definitions
Florian Fainelli
2009-03-06
1
-6
/
+14
*
add spidev_test utility from the kernel documentation
Florian Fainelli
2009-03-06
1
-0
/
+43
*
Some symbols were missing or wrong. Tested with x86.
Hauke Mehrtens
2009-03-05
3
-2
/
+11
*
make selection of ASC for prom working
Thomas Langer
2009-03-05
1
-1
/
+1
*
mac80211: update compat-wireless to 2009-03-04, and refresh patches
Gabor Juhos
2009-03-05
33
-1601
/
+494
*
madwifi: improve the autochannel decision making on systems with multiple cards
Felix Fietkau
2009-03-04
1
-0
/
+347
*
move kernel support to 2.6.28.7
Thomas Langer
2009-03-04
10
-3
/
+574
*
mac80211: add ath9k init values patch
Gabor Juhos
2009-03-03
2
-1
/
+283
*
mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch
Gabor Juhos
2009-03-03
3
-5
/
+34
*
allow uml to access host.mk at DUMP time
Felix Fietkau
2009-03-03
1
-1
/
+1
*
get rid of one more $(shell) instance
Felix Fietkau
2009-03-03
1
-6
/
+1
*
optimize the .config dependency chain in the toplevel makefile
Felix Fietkau
2009-03-03
1
-2
/
+2
*
replace a few unnecessary $(shell) calls
Felix Fietkau
2009-03-03
5
-15
/
+17
*
avoid repeating the same dependency multiple times
Felix Fietkau
2009-03-03
1
-1
/
+7
*
avoid implicit rules in even more places
Felix Fietkau
2009-03-03
2
-8
/
+8
*
avoid using implicit rules during metadata dump to speed up the process even ...
Felix Fietkau
2009-03-03
1
-1
/
+1
*
fix a package metadata parsing bug
Felix Fietkau
2009-03-03
1
-1
/
+1
*
speed up metadata scanning a lot by avoiding unnecessary shell commands and m...
Felix Fietkau
2009-03-03
6
-40
/
+60
*
fix a bcm963xx-flash warning
Florian Fainelli
2009-03-02
1
-1
/
+1
*
don't abort if the operation is failing ( if the board is connected via NFS f...
Ralph Hempel
2009-03-02
1
-3
/
+3
[prev]
[next]