Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document madwifi specific diversity and antenna settings (#3889 | Florian Fainelli | 2008-09-27 | 1 | -0/+8 |
| | | | | SVN-Revision: 12727 | ||||
* | Fix reference to the old and replaced kmod-rt61 | Florian Fainelli | 2008-09-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 12723 | ||||
* | fix IMQ autoloading | Nicolas Thill | 2008-09-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 12722 | ||||
* | remove unnecessary patch chunk | Felix Fietkau | 2008-09-26 | 1 | -11/+1 |
| | | | | SVN-Revision: 12720 | ||||
* | madwifi: fix some really evil noderef issues (fixes #3999) | Felix Fietkau | 2008-09-26 | 2 | -1/+59 |
| | | | | SVN-Revision: 12719 | ||||
* | update to 2.6.26.5 and 2.6.25.17 | Gabor Juhos | 2008-09-26 | 44 | -162/+99 |
| | | | | SVN-Revision: 12718 | ||||
* | remove obsolete p54, rt2500 & rt61 since those drivers are built from ↵ | Nicolas Thill | 2008-09-26 | 17 | -4040/+0 |
| | | | | | | package/mac80211 now SVN-Revision: 12716 | ||||
* | fix typo from last sysupgrade commit | Felix Fietkau | 2008-09-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 12715 | ||||
* | add switch to not save configuration over the reflash in noninteractive mode | Travis Kemen | 2008-09-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 12714 | ||||
* | madwifi: don't crash if the static rate is not in a per-node rateset | Felix Fietkau | 2008-09-25 | 1 | -0/+200 |
| | | | | SVN-Revision: 12713 | ||||
* | sync kernel config | Gabor Juhos | 2008-09-25 | 1 | -2/+1 |
| | | | | SVN-Revision: 12712 | ||||
* | sync kernel config | Gabor Juhos | 2008-09-25 | 3 | -3/+2 |
| | | | | SVN-Revision: 12711 | ||||
* | add gpio related config symbols to generic config | Nicolas Thill | 2008-09-25 | 1 | -0/+2 |
| | | | | SVN-Revision: 12710 | ||||
* | add option to shutoff softled | Travis Kemen | 2008-09-25 | 1 | -0/+3 |
| | | | | SVN-Revision: 12709 | ||||
* | remove broken status from the Big Endian subtarget | Gabor Juhos | 2008-09-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 12708 | ||||
* | fix some warnings | Felix Fietkau | 2008-09-25 | 2 | -2/+4 |
| | | | | SVN-Revision: 12707 | ||||
* | mtd: improve support for reading input from a pipe. fixes sysupgrade | Felix Fietkau | 2008-09-25 | 1 | -9/+21 |
| | | | | SVN-Revision: 12706 | ||||
* | add gpio_is_valid(); ifxmips, mmc_gpio was not building correctly | John Crispin | 2008-09-25 | 1 | -1/+5 |
| | | | | SVN-Revision: 12704 | ||||
* | make sure a predefined CFLAGS variable does not get in the way (fix for #4038) | Felix Fietkau | 2008-09-25 | 1 | -0/+3 |
| | | | | SVN-Revision: 12702 | ||||
* | disable CONFIG_USB_SUPPORT on avr32 | Nicolas Thill | 2008-09-25 | 1 | -1/+0 |
| | | | | SVN-Revision: 12700 | ||||
* | Fix a segfault in uclibc ldso. | Lars-Peter Clausen | 2008-09-25 | 1 | -0/+30 |
| | | | | SVN-Revision: 12698 | ||||
* | Embed luaposix and bitlib into Lua core library | Steven Barth | 2008-09-25 | 3 | -1/+1645 |
| | | | | SVN-Revision: 12696 | ||||
* | install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins) | Felix Fietkau | 2008-09-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 12695 | ||||
* | sysupgrade for adm5120 | Felix Fietkau | 2008-09-25 | 1 | -0/+25 |
| | | | | | | | | | | Sysupgrade adapted from the bcm47xx one. Add a hook to disable watchdog before upgrading. Signed-off-by: Frédéric Moulins <ffrrrr@gmail.com> SVN-Revision: 12694 | ||||
* | call autoconf when there's no ./configure script, move it at Build/Prepare stage | Nicolas Thill | 2008-09-25 | 1 | -5/+7 |
| | | | | SVN-Revision: 12693 | ||||
* | move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and ↵ | Nicolas Thill | 2008-09-25 | 11 | -20/+2 |
| | | | | | | disable the later (deprecated Video for Linux API v1) SVN-Revision: 12692 | ||||
* | disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵ | Nicolas Thill | 2008-09-24 | 20 | -4/+19 |
| | | | | | | it on targets where USB is supported SVN-Revision: 12690 | ||||
* | allow SDK to install trunk packages with scripts/feeds & build them, instead ↵ | Nicolas Thill | 2008-09-24 | 1 | -1/+6 |
| | | | | | | of trying to embed precompiled ones (closes: #3097) SVN-Revision: 12689 | ||||
* | firewall changes: - implement a REJECT policy and enable it by default, ↵ | Nicolas Thill | 2008-09-24 | 2 | -33/+57 |
| | | | | | | reject packets with approriate response (closes: #3970) - cleanup syn_flood and remove logging SVN-Revision: 12688 | ||||
* | don't override netfilter configuration on storm | Nicolas Thill | 2008-09-24 | 1 | -49/+0 |
| | | | | SVN-Revision: 12686 | ||||
* | load {arp,eb,ip6}tables kernel modules last after other conntrack modules ↵ | Nicolas Thill | 2008-09-24 | 1 | -3/+3 |
| | | | | | | (closes: #4032) SVN-Revision: 12685 | ||||
* | add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23 | Nicolas Thill | 2008-09-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 12684 | ||||
* | add missing CONFIG_SPI_DEBUG symbol | Nicolas Thill | 2008-09-24 | 4 | -0/+4 |
| | | | | SVN-Revision: 12683 | ||||
* | fix button-hotplug build on kernel versions where BIT_MASK is not defined (< ↵ | Nicolas Thill | 2008-09-24 | 1 | -0/+4 |
| | | | | | | 2.6.24) SVN-Revision: 12682 | ||||
* | fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035) | Nicolas Thill | 2008-09-24 | 1 | -3/+3 |
| | | | | SVN-Revision: 12681 | ||||
* | build 'IPsec BEET mode' as a module on storm | Nicolas Thill | 2008-09-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 12680 | ||||
* | don't fail if there are no modules.mk under ./target/linux/ | Nicolas Thill | 2008-09-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 12675 | ||||
* | use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ↵ | Felix Fietkau | 2008-09-23 | 8 | -8/+8 |
| | | | | | | #2998) SVN-Revision: 12674 | ||||
* | parse the a/g mode setting in /etc/config/wireless when setting up hostapd ↵ | Felix Fietkau | 2008-09-23 | 1 | -1/+8 |
| | | | | | | (instead of hardcoding it to g) SVN-Revision: 12673 | ||||
* | fix small logic error in x86 sysupgrade script, which prevented upgrades ↵ | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
| | | | | | | from jffs2 to squashfs (#3321) SVN-Revision: 12672 | ||||
* | don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type ↵ | Felix Fietkau | 2008-09-23 | 1 | -1/+5 |
| | | | | | | 'update' instead; fixes #3906 SVN-Revision: 12671 | ||||
* | madwifi: fix locking issues in state machine changes | Felix Fietkau | 2008-09-23 | 4 | -43/+8 |
| | | | | SVN-Revision: 12670 | ||||
* | firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC ↵ | Felix Fietkau | 2008-09-23 | 3 | -4/+4 |
| | | | | | | to ensure that overwritten files have the right size (fixes #3505) SVN-Revision: 12667 | ||||
* | AR7 watchdog supports magic close | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
| | | | | | | | | | | This patch adds the magic close flag (stopping the watchdog on an expected close by wrting 'V' to the device before closing it) to the watchdogs list, which the AR7 watchdog code actually supports. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 12666 | ||||
* | fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, ↵ | Felix Fietkau | 2008-09-23 | 1 | -0/+44 |
| | | | | | | but not used SVN-Revision: 12664 | ||||
* | fix multiple instances of busybox httpd (thx, Yanira) | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 12663 | ||||
* | experimental support for the Motorola MU Gateway | Gabor Juhos | 2008-09-23 | 11 | -10/+171 |
| | | | | SVN-Revision: 12662 | ||||
* | add missing /etc/functions.sh include required for saving network state ↵ | Nicolas Thill | 2008-09-23 | 2 | -0/+2 |
| | | | | | | (closes: #3902) SVN-Revision: 12660 | ||||
* | make links to statup scripts in /etc/rc.d relative | Nicolas Thill | 2008-09-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 12659 | ||||
* | add feeds.conf to .gitignore | Felix Fietkau | 2008-09-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 12658 |