| Commit message (Expand) | Author | Age | Files | Lines |
* | build 'IPsec BEET mode' as a module on storm | nico | 2008-09-24 | 1 | -1/+1 |
* | don't fail if there are no modules.mk under ./target/linux/ | nico | 2008-09-23 | 1 | -1/+1 |
* | use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ... | nbd | 2008-09-23 | 8 | -8/+8 |
* | parse the a/g mode setting in /etc/config/wireless when setting up hostapd (i... | nbd | 2008-09-23 | 1 | -1/+8 |
* | fix small logic error in x86 sysupgrade script, which prevented upgrades from... | nbd | 2008-09-23 | 1 | -1/+1 |
* | don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type '... | nbd | 2008-09-23 | 1 | -1/+5 |
* | madwifi: fix locking issues in state machine changes | nbd | 2008-09-23 | 4 | -43/+8 |
* | firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC t... | nbd | 2008-09-23 | 3 | -4/+4 |
* | AR7 watchdog supports magic close | nbd | 2008-09-23 | 1 | -1/+1 |
* | fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, but... | nbd | 2008-09-23 | 1 | -0/+44 |
* | fix multiple instances of busybox httpd (thx, Yanira) | nbd | 2008-09-23 | 1 | -1/+1 |
* | [adm5120] experimental support for the Motorola MU Gateway | juhosg | 2008-09-23 | 11 | -10/+171 |
* | add missing /etc/functions.sh include required for saving network state (clos... | nico | 2008-09-23 | 2 | -0/+2 |
* | make links to statup scripts in /etc/rc.d relative | nico | 2008-09-23 | 1 | -2/+2 |
* | add feeds.conf to .gitignore | nbd | 2008-09-23 | 1 | -0/+1 |
* | fix sysupgrade support for brcm-2.4 and brcm47xx | nbd | 2008-09-23 | 3 | -14/+21 |
* | clean up mtd, fix up trx header when integrating jffs2 data on broadcom devices | nbd | 2008-09-23 | 6 | -80/+209 |
* | [adm5120] add board specific UART registration | juhosg | 2008-09-23 | 8 | -5/+28 |
* | [adm5120] remove 2.6.25 config files | juhosg | 2008-09-23 | 2 | -563/+0 |
* | Avoid endless recursion in uClibc pthreads. | lars | 2008-09-22 | 1 | -0/+14 |
* | mtd: use broadcom specific code on linux 2.6 as well | nbd | 2008-09-22 | 1 | -0/+4 |
* | fix mtd target define for brcm-2.4 | nbd | 2008-09-22 | 1 | -1/+1 |
* | make the whole iptables/netfiter modular (closes: #3871, #3527) | nico | 2008-09-22 | 9 | -144/+285 |
* | upgrade busybox to v1.11.2 and add current upstream fixes | nico | 2008-09-22 | 10 | -277/+336 |
* | remove patch missed from [12498] only needed for ipkg support | nico | 2008-09-22 | 1 | -185/+0 |
* | Upgrade iw to stable 0.9.5 | florian | 2008-09-21 | 1 | -8/+4 |
* | Remove 2.6.22 kernel configuration file | florian | 2008-09-21 | 1 | -1675/+0 |
* | Remove 2.6.22 files, no target uses them anymore | florian | 2008-09-21 | 50 | -44864/+0 |
* | rename generic-2.6/config-default to generic-2.6/config-2.6.21 | nbd | 2008-09-21 | 1 | -0/+0 |
* | rename generic-2.6/patches to generic-2.6/patches-2.6.21 | nbd | 2008-09-21 | 44 | -0/+0 |
* | remove empty directory | thepeople | 2008-09-20 | 0 | -0/+0 |
* | atheros: don't try to enable pci on AR2317 (fixes #3533) | nbd | 2008-09-19 | 2 | -22/+16 |
* | Restore config after running scripts/env diff. | lars | 2008-09-18 | 1 | -0/+1 |
* | [ar71xx] remove some debug stuff | juhosg | 2008-09-18 | 3 | -14/+0 |
* | [ar71xx] create firmware image for the WP543 board | juhosg | 2008-09-18 | 1 | -9/+38 |
* | [ar71xx] add MyLoader support | juhosg | 2008-09-18 | 10 | -43/+309 |
* | [ar71xx] remove 2.6.25 config as well | juhosg | 2008-09-18 | 1 | -243/+0 |
* | [ar71xx] nuke 2.6.25 specific patches | juhosg | 2008-09-18 | 12 | -506/+0 |
* | [ar71xx] WP543: add static mtd partitions | juhosg | 2008-09-18 | 1 | -1/+25 |
* | add patches to fixes gcc 4.2.x bugs: | nico | 2008-09-18 | 9 | -0/+472 |
* | [ar71xx] fix the PCI byte lane enable generation code, based on a patch by Ch... | juhosg | 2008-09-17 | 1 | -5/+6 |
* | Fixed a typo in the firewall scripts | cyrus | 2008-09-16 | 1 | -1/+1 |
* | Fixed dependency handling for feeds | cyrus | 2008-09-16 | 1 | -1/+1 |
* | Fixed a typo in firewall scripts, closes #4000 | cyrus | 2008-09-15 | 1 | -1/+1 |
* | use the Download/ macro to get ACX firmwares | nico | 2008-09-15 | 2 | -31/+35 |
* | add missing Kconfig symbol | nico | 2008-09-15 | 1 | -0/+1 |
* | add missing dependency on libblkid to swap-utils, needed for swapon/off (clos... | nico | 2008-09-15 | 1 | -1/+1 |
* | Compile fix libnl - hidden symbol `__clz_tab' (fix #3899) - thanks to gig-tmp | ryd | 2008-09-14 | 1 | -0/+71 |
* | fix whitespace order in cflags without CONFIG_DEBUG to prevent breakage in so... | nbd | 2008-09-13 | 1 | -1/+1 |
* | [adm5120] remove 2.6.25 specific stuff | juhosg | 2008-09-13 | 85 | -14419/+1 |