| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add a new helper macro to deal with conditional ./configure flags | Felix Fietkau | 2010-03-29 | 1 | -0/+1 |
* | prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages | Felix Fietkau | 2010-03-29 | 1 | -2/+4 |
* | use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override... | Felix Fietkau | 2010-03-29 | 1 | -1/+1 |
* | fix u-boot wiki urls | Felix Fietkau | 2010-03-28 | 2 | -2/+2 |
* | add a package for ifxos (Infineon/Lantiq OS abstraction layer for drivers) | Felix Fietkau | 2010-03-28 | 2 | -0/+93 |
* | add uboot-lantiq (based on a patch contributed by Lantiq) | Felix Fietkau | 2010-03-28 | 33 | -0/+5903 |
* | uboot-ifxmips: fix portability bug | Felix Fietkau | 2010-03-28 | 1 | -0/+30 |
* | propagate atm header changes into pppoatm and br2684ctl as well | Felix Fietkau | 2010-03-28 | 2 | -2/+9 |
* | ifxmips-dsl-control: move to $(KERNEL_BUILD_DIR), add $(LINUX_DIR)/include to... | Felix Fietkau | 2010-03-28 | 1 | -0/+3 |
* | linux-atm: add the kernel include dir to the cflags and move the build dir to... | Felix Fietkau | 2010-03-28 | 1 | -0/+3 |
* | linux-atm: clean up package installation into staging | Felix Fietkau | 2010-03-28 | 1 | -11/+8 |
* | ifxmips-dsl-api: fix portability errors | Felix Fietkau | 2010-03-28 | 2 | -0/+189 |
* | Some dependencies that are depending on target are not added into the Depends... | Hauke Mehrtens | 2010-03-28 | 1 | -2/+9 |
* | netfilter: fix ABI breakage caused by the netfilter match optimization (fixes... | Felix Fietkau | 2010-03-28 | 5 | -0/+115 |
* | enable IP175A support in the IP175C PHY driver (based on patch from jh in #6733) | Felix Fietkau | 2010-03-28 | 1 | -20/+46 |
* | madwifi: fix the tx rate display in iwconfig (#6925) | Felix Fietkau | 2010-03-28 | 1 | -0/+10 |
* | madwifi: return to the bss channel after an issued ap mode scan has been comp... | Felix Fietkau | 2010-03-28 | 1 | -0/+26 |
* | move bcm_tag.h out of the flashmap patch so that user-land tools can re-use it | Florian Fainelli | 2010-03-28 | 4 | -540/+179 |
* | hostapd: clean up openssl tls dependencies and build handling (fixes #6572) | Felix Fietkau | 2010-03-28 | 2 | -11/+14 |
* | make mmc-over-gpio pins configurable in menuconfig (#6933) | Florian Fainelli | 2010-03-28 | 2 | -4/+32 |
* | sysupgrade: Get target device from kernel cmdline, patch from acinonyx | Florian Fainelli | 2010-03-28 | 1 | -1/+5 |
* | package/mtd: fix automatic partition size detection in fis_remap | Gabor Juhos | 2010-03-28 | 2 | -8/+20 |
* | ifxmips: remove old config files | Nicolas Thill | 2010-03-28 | 2 | -32/+0 |
* | ps3: move ps3lan kmod under target/linux/ps3 | Nicolas Thill | 2010-03-28 | 2 | -16/+16 |
* | uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xx | Jo-Philipp Wich | 2010-03-28 | 2 | -2/+3 |
* | opkg: fix usage to reflect change in the upgrade command | Nicolas Thill | 2010-03-28 | 1 | -0/+11 |
* | ar71xx: fix pci on ar7241/ar7242 | Felix Fietkau | 2010-03-28 | 1 | -3/+11 |
* | ar71xx: fix the wan port on pb92 | Felix Fietkau | 2010-03-28 | 1 | -9/+7 |
* | ar71xx: reset the mdio bus on ar7241/ar7242 | Felix Fietkau | 2010-03-28 | 2 | -1/+6 |
* | ar71xx: add uci defaults to fix trx header on the WRT160NL boards | Gabor Juhos | 2010-03-27 | 1 | -0/+16 |
* | ar71xx: update image generation and trx header parsing for the WRT160NL | Gabor Juhos | 2010-03-27 | 2 | -15/+6 |
* | package/mtd: add fixtrx command | Gabor Juhos | 2010-03-27 | 2 | -4/+110 |
* | package/mtd: reuse existing crc32 stuff in the trx code | Gabor Juhos | 2010-03-27 | 2 | -34/+9 |
* | firmware-utils/trx: add relative offset parameter | Gabor Juhos | 2010-03-27 | 1 | -2/+22 |
* | base-files: add a hotplug handler for rdate | Jo-Philipp Wich | 2010-03-27 | 3 | -1/+56 |
* | Add OLPC kernel config (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -0/+156 |
* | Change default processor family to 486, refresh config (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -104/+49 |
* | Remove support for older kernels (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 6 | -1903/+0 |
* | sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -1/+1 |
* | uhttpd: block SIGCHLD until it is expected (#6957) | Jo-Philipp Wich | 2010-03-27 | 6 | -4/+33 |
* | fix avila-wdt compilation failure (#6948) | Florian Fainelli | 2010-03-27 | 1 | -0/+2 |
* | ar71xx: ag71xx: copy received packet to avoid unaligned access in the IP stack | Gabor Juhos | 2010-03-27 | 1 | -0/+19 |
* | ar71xx: ag71xx: introduce ag71xx_has_ar8216() helper | Gabor Juhos | 2010-03-27 | 3 | -16/+17 |
* | ar71xx: ag71xx: reorganize ag71xx_rx_packet function | Gabor Juhos | 2010-03-27 | 1 | -6/+7 |
* | ar71xx: ag71xx: Add netpoll support | Gabor Juhos | 2010-03-27 | 1 | -0/+17 |
* | mac80211: fix build of ipw2200 | Hauke Mehrtens | 2010-03-27 | 1 | -0/+33 |
* | uhttpd: clear script timeout as soon as data is received from the child | Jo-Philipp Wich | 2010-03-27 | 3 | -11/+15 |
* | uhttpd: - make script timeout configurable - catch SIGCHLD to properly interr... | Jo-Philipp Wich | 2010-03-27 | 8 | -17/+67 |
* | ath9k: make sure that the rx path does not get stuck | Felix Fietkau | 2010-03-26 | 1 | -0/+59 |
* | mac80211: disable b43 nphy until it actually works | Felix Fietkau | 2010-03-26 | 1 | -0/+11 |