aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add option to shutoff softledTravis Kemen2008-09-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] remove broken status from the Big Endian subtargetGabor Juhos2008-09-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix some warningsFelix Fietkau2008-09-252-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: improve support for reading input from a pipe. fixes sysupgradeFelix Fietkau2008-09-251-9/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] remove empty dirsGabor Juhos2008-09-250-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gpio_is_valid(); ifxmips, mmc_gpio was not building correctlyJohn Crispin2008-09-251-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure a predefined CFLAGS variable does not get in the way (fix for #4038)Felix Fietkau2008-09-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_USB_SUPPORT on avr32Nicolas Thill2008-09-251-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12700 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a segfault in uclibc ldso.Lars-Peter Clausen2008-09-251-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Embed luaposix and bitlib into Lua core librarySteven Barth2008-09-253-1/+1645
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins)Felix Fietkau2008-09-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sysupgrade for adm5120Felix Fietkau2008-09-251-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* call autoconf when there's no ./configure script, move it at Build/Prepare stageNicolas Thill2008-09-251-5/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and ↵Nicolas Thill2008-09-2511-20/+2
| | | | | | disable the later (deprecated Video for Linux API v1) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵Nicolas Thill2008-09-2420-4/+19
| | | | | | it on targets where USB is supported git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow SDK to install trunk packages with scripts/feeds & build them, instead ↵Nicolas Thill2008-09-241-1/+6
| | | | | | of trying to embed precompiled ones (closes: #3097) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall changes:Nicolas Thill2008-09-242-33/+57
| | | | | | | | - implement a REJECT policy and enable it by default, reject packets with approriate response (closes: #3970) - cleanup syn_flood and remove logging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't override netfilter configuration on stormNicolas Thill2008-09-241-49/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* load {arp,eb,ip6}tables kernel modules last after other conntrack modules ↵Nicolas Thill2008-09-241-3/+3
| | | | | | (closes: #4032) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23Nicolas Thill2008-09-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing CONFIG_SPI_DEBUG symbolNicolas Thill2008-09-244-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix button-hotplug build on kernel versions where BIT_MASK is not defined (< ↵Nicolas Thill2008-09-241-0/+4
| | | | | | 2.6.24) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035)Nicolas Thill2008-09-241-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build 'IPsec BEET mode' as a module on stormNicolas Thill2008-09-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't fail if there are no modules.mk under ./target/linux/Nicolas Thill2008-09-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ↵Felix Fietkau2008-09-238-8/+8
| | | | | | #2998) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* parse the a/g mode setting in /etc/config/wireless when setting up hostapd ↵Felix Fietkau2008-09-231-1/+8
| | | | | | (instead of hardcoding it to g) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix small logic error in x86 sysupgrade script, which prevented upgrades ↵Felix Fietkau2008-09-231-1/+1
| | | | | | from jffs2 to squashfs (#3321) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type ↵Felix Fietkau2008-09-231-1/+5
| | | | | | 'update' instead; fixes #3906 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12671 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix locking issues in state machine changesFelix Fietkau2008-09-234-43/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC ↵Felix Fietkau2008-09-233-4/+4
| | | | | | to ensure that overwritten files have the right size (fixes #3505) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AR7 watchdog supports magic closeFelix Fietkau2008-09-231-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, ↵Felix Fietkau2008-09-231-0/+44
| | | | | | but not used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix multiple instances of busybox httpd (thx, Yanira)Felix Fietkau2008-09-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] experimental support for the Motorola MU GatewayGabor Juhos2008-09-2311-10/+171
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing /etc/functions.sh include required for saving network state ↵Nicolas Thill2008-09-232-0/+2
| | | | | | (closes: #3902) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make links to statup scripts in /etc/rc.d relativeNicolas Thill2008-09-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add feeds.conf to .gitignoreFelix Fietkau2008-09-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sysupgrade support for brcm-2.4 and brcm47xxFelix Fietkau2008-09-233-14/+21
| | | | | | make mtd refresh based config append optional (leave enabled on x86) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up mtd, fix up trx header when integrating jffs2 data on broadcom devicesFelix Fietkau2008-09-236-80/+209
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add board specific UART registrationGabor Juhos2008-09-238-5/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] remove 2.6.25 config filesGabor Juhos2008-09-232-563/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Avoid endless recursion in uClibc pthreads.Lars-Peter Clausen2008-09-221-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: use broadcom specific code on linux 2.6 as wellFelix Fietkau2008-09-221-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mtd target define for brcm-2.4Felix Fietkau2008-09-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the whole iptables/netfiter modular (closes: #3871, #3527)Nicolas Thill2008-09-229-144/+285
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade busybox to v1.11.2 and add current upstream fixesNicolas Thill2008-09-2210-277/+336
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove patch missed from [12498] only needed for ipkg supportNicolas Thill2008-09-221-185/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade iw to stable 0.9.5Florian Fainelli2008-09-211-8/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove 2.6.22 kernel configuration fileFlorian Fainelli2008-09-211-1675/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12639 3c298f89-4303-0410-b956-a3cf2f4a3e73