summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated post r19769, integrates the missing dl_method bzr hunk from #6370, ↵thepeople2010-03-141-12/+16
| | | | | | uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) ↵thepeople2010-03-142-9/+71
| | | | | | | | where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem). /etc/init.d/ppp automatically starts pptp session on boot., from #6720 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* if readethers is set to true make sure /etc/ethers exists, closes #6740thepeople2010-03-141-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch allow to set -g option 1. -g allow to make a more secure ssh ↵thepeople2010-03-141-3/+8
| | | | | | | | | server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess). Matthieu from #6736 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix error output of brctl if bridging is not supported.nbd2010-03-141-1/+1
| | | | | | | | | | | | The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method: "brctl: SIOCGIFBR: Package not installed" This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged. Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] config-2.6.32: Add mising symbollars2010-03-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: Update to stable version 2.5.1 from upstream projectthepeople2010-03-149-88889/+364
| | | | | | | | | | | | | | | | | This commit integrates the upstream version of the linux-atm tools version 2.5.1. It simplify the patchset but keeps the debian-patches, prevent the usage of libflex on the target, and let the package compiles every tools. The Makefile only installs atmarp & atmarpd, but some useful debug programs are also included (like aread/awrite, atmdump,...) in the makefile, but commented by default. Signed-off-by: Obinou <obconseil@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an arch suffix for handling different variants of arm/mips for the ↵nbd2010-03-141-4/+21
| | | | | | toolchain/target directories git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20215 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix missing nls support for 2.6.33thepeople2010-03-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: fix FIS directory parsing on Top Boot flash chipsjuhosg2010-03-144-0/+288
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] jzcodec: Fix supported formats.lars2010-03-141-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] also fix invalid hunks in 2.6.33 patchflorian2010-03-141-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] add 2.6.34 supportflorian2010-03-145-0/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix invalid hunks in 060-block2mtd_init.patch fileflorian2010-03-141-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] export rescan_partitions to prevent linking failures in block2mtd ↵florian2010-03-143-0/+46
| | | | | | (#6741) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] refresh 2.6.32 patches, fix livebox support (#6821)florian2010-03-1421-257/+114
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] fix kernel-headers build for umlflorian2010-03-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: sync kernel configsjuhosg2010-03-144-30/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: add early-printk supportjuhosg2010-03-1412-20/+292
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove empty patch filethepeople2010-03-141-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh lzo patch for 2.6.33juhosg2010-03-141-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20199 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: refresh 2.6.33 patchesjuhosg2010-03-141-87/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: refresh 2.6.32 patchesjuhosg2010-03-1411-203/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kconfig symbol for the hifn 795x crypto accelerator module ↵nbd2010-03-141-0/+1
| | | | | | (patch by dogge10) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: disable softled by default on pci devices (fixes #4484)nbd2010-03-142-1/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wireless-tools: fix encryption display in the scanning list (#6732)nbd2010-03-141-3/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* find attached the announced patch for fuse.thepeople2010-03-1412-822/+138
| | | | | | | | | | | | | | changes: - latest fuse 2.8.3 - includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server fuse24 should be deleted from trunk. bud git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patches fixes iproute2 parallel build.thepeople2010-03-141-8/+6
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes iptables parallel build.thepeople2010-03-141-78/+80
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes gdb parallel build.thepeople2010-03-141-12/+18
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes openssl parallel build.thepeople2010-03-141-15/+21
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDsthepeople2010-03-1411-47/+209
| | | | | | | | | on LinkSys WRT350Nv2. Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings <info@upexia.nl> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace some more references to hostapd-mini with wpad-mininbd2010-03-147-21/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta] fix path to the malta kernelflorian2010-03-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta] resync kernel configflorian2010-03-131-36/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for uClibc 0.9.30.3florian2010-03-1331-0/+5225
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rb532] fix build hanging on kconfig symbol inputflorian2010-03-131-19/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] modules.mk: Fix typolars2010-03-131-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: force preinit to use busybox mount (#6797)jow2010-03-131-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: call preinit_ip_deconfig before processing init onjuhosg2010-03-122-1/+2
| | | | | | | initramfs images git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] add support for 2.6.33florian2010-03-124-0/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix the building of the lzo decompressor on some architecturesflorian2010-03-121-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 confignico2010-03-121-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a client mode crash that happens on wpa rekeyingnbd2010-03-121-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sstrip: fix a section length corruption bug (patch from #6847)nbd2010-03-121-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minstrel_ht: make the ewma of the ampdu length more smooth by updating it on ↵nbd2010-03-111-28/+38
| | | | | | stats updates and reduce the frequency of aggregation checks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] Fix image generation for qi_lb60 subtargetlars2010-03-111-11/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵nbd2010-03-115-0/+415
| | | | | | performance and (in some instances) smaller code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix oprofile supportnbd2010-03-115-1/+146
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵nbd2010-03-1113-95/+23
| | | | | | remove it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20149 3c298f89-4303-0410-b956-a3cf2f4a3e73