| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sysupgrade for adm5120 | Felix Fietkau | 2008-09-25 | 1 | -0/+25 |
* | call autoconf when there's no ./configure script, move it at Build/Prepare stage | Nicolas Thill | 2008-09-25 | 1 | -5/+7 |
* | move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and disa... | Nicolas Thill | 2008-09-25 | 11 | -20/+2 |
* | disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable i... | Nicolas Thill | 2008-09-24 | 20 | -4/+19 |
* | allow SDK to install trunk packages with scripts/feeds & build them, instead ... | Nicolas Thill | 2008-09-24 | 1 | -1/+6 |
* | firewall changes: - implement a REJECT policy and enable it by default, rejec... | Nicolas Thill | 2008-09-24 | 2 | -33/+57 |
* | don't override netfilter configuration on storm | Nicolas Thill | 2008-09-24 | 1 | -49/+0 |
* | load {arp,eb,ip6}tables kernel modules last after other conntrack modules (cl... | Nicolas Thill | 2008-09-24 | 1 | -3/+3 |
* | add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23 | Nicolas Thill | 2008-09-24 | 1 | -0/+1 |
* | add missing CONFIG_SPI_DEBUG symbol | Nicolas Thill | 2008-09-24 | 4 | -0/+4 |
* | fix button-hotplug build on kernel versions where BIT_MASK is not defined (< ... | Nicolas Thill | 2008-09-24 | 1 | -0/+4 |
* | fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035) | Nicolas Thill | 2008-09-24 | 1 | -3/+3 |
* | build 'IPsec BEET mode' as a module on storm | Nicolas Thill | 2008-09-24 | 1 | -1/+1 |
* | don't fail if there are no modules.mk under ./target/linux/ | Nicolas Thill | 2008-09-23 | 1 | -1/+1 |
* | use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ... | Felix Fietkau | 2008-09-23 | 8 | -8/+8 |
* | parse the a/g mode setting in /etc/config/wireless when setting up hostapd (i... | Felix Fietkau | 2008-09-23 | 1 | -1/+8 |
* | fix small logic error in x86 sysupgrade script, which prevented upgrades from... | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
* | don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type '... | Felix Fietkau | 2008-09-23 | 1 | -1/+5 |
* | madwifi: fix locking issues in state machine changes | Felix Fietkau | 2008-09-23 | 4 | -43/+8 |
* | firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC t... | Felix Fietkau | 2008-09-23 | 3 | -4/+4 |
* | AR7 watchdog supports magic close | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
* | fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, but... | Felix Fietkau | 2008-09-23 | 1 | -0/+44 |
* | fix multiple instances of busybox httpd (thx, Yanira) | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
* | experimental support for the Motorola MU Gateway | Gabor Juhos | 2008-09-23 | 11 | -10/+171 |
* | add missing /etc/functions.sh include required for saving network state (clos... | Nicolas Thill | 2008-09-23 | 2 | -0/+2 |
* | make links to statup scripts in /etc/rc.d relative | Nicolas Thill | 2008-09-23 | 1 | -2/+2 |
* | add feeds.conf to .gitignore | Felix Fietkau | 2008-09-23 | 1 | -0/+1 |
* | fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based confi... | Felix Fietkau | 2008-09-23 | 3 | -14/+21 |
* | clean up mtd, fix up trx header when integrating jffs2 data on broadcom devices | Felix Fietkau | 2008-09-23 | 6 | -80/+209 |
* | add board specific UART registration | Gabor Juhos | 2008-09-23 | 8 | -5/+28 |
* | remove 2.6.25 config files | Gabor Juhos | 2008-09-23 | 2 | -563/+0 |
* | Avoid endless recursion in uClibc pthreads. | Lars-Peter Clausen | 2008-09-22 | 1 | -0/+14 |
* | mtd: use broadcom specific code on linux 2.6 as well | Felix Fietkau | 2008-09-22 | 1 | -0/+4 |
* | fix mtd target define for brcm-2.4 | Felix Fietkau | 2008-09-22 | 1 | -1/+1 |
* | make the whole iptables/netfiter modular (closes: #3871, #3527) | Nicolas Thill | 2008-09-22 | 9 | -144/+285 |
* | upgrade busybox to v1.11.2 and add current upstream fixes | Nicolas Thill | 2008-09-22 | 10 | -277/+336 |
* | remove patch missed from [12498] only needed for ipkg support | Nicolas Thill | 2008-09-22 | 1 | -185/+0 |
* | Upgrade iw to stable 0.9.5 | Florian Fainelli | 2008-09-21 | 1 | -8/+4 |
* | Remove 2.6.22 kernel configuration file | Florian Fainelli | 2008-09-21 | 1 | -1675/+0 |
* | Remove 2.6.22 files, no target uses them anymore | Florian Fainelli | 2008-09-21 | 50 | -44864/+0 |
* | rename generic-2.6/config-default to generic-2.6/config-2.6.21 | Felix Fietkau | 2008-09-21 | 1 | -0/+0 |
* | rename generic-2.6/patches to generic-2.6/patches-2.6.21 | Felix Fietkau | 2008-09-21 | 44 | -0/+0 |
* | atheros: don't try to enable pci on AR2317 (fixes #3533) | Felix Fietkau | 2008-09-19 | 2 | -22/+16 |
* | Restore config after running scripts/env diff. | Lars-Peter Clausen | 2008-09-18 | 1 | -0/+1 |
* | remove some debug stuff | Gabor Juhos | 2008-09-18 | 3 | -14/+0 |
* | create firmware image for the WP543 board | Gabor Juhos | 2008-09-18 | 1 | -9/+38 |
* | add MyLoader support | Gabor Juhos | 2008-09-18 | 10 | -43/+309 |
* | remove 2.6.25 config as well | Gabor Juhos | 2008-09-18 | 1 | -243/+0 |
* | nuke 2.6.25 specific patches | Gabor Juhos | 2008-09-18 | 12 | -506/+0 |
* | WP543: add static mtd partitions | Gabor Juhos | 2008-09-18 | 1 | -1/+25 |