summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add e2fsprogs to tools and use that instead of libuuidImre Kaloz2010-11-224-90/+80
| | | | SVN-Revision: 24078
* add missing Kconfig symbolsImre Kaloz2010-11-221-0/+2
| | | | SVN-Revision: 24077
* uClibc: 0.9.32 needs the ldso fix as wellFelix Fietkau2010-11-221-0/+41
| | | | SVN-Revision: 24074
* uClibc: update 0.9.32 to latest gitFelix Fietkau2010-11-229-34/+22
| | | | SVN-Revision: 24073
* x86: add missing l1 cache shift changeFelix Fietkau2010-11-211-1/+1
| | | | SVN-Revision: 24072
* x86: turn off CONFIG_X86_GENERIC for geos and net5501Felix Fietkau2010-11-212-2/+5
| | | | | | | | CONFIG_X86_GENERIC obscures CONFIG_MGEODE_LX, etc. and causes it to use wrong cache-line size. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 24071
* crda: update regulatory.bin based on latest wireless-regdb.gitFelix Fietkau2010-11-211-3/+4
| | | | SVN-Revision: 24063
* ath9k: fix some more endian issuesFelix Fietkau2010-11-211-0/+58
| | | | SVN-Revision: 24062
* Package dnsmasq init-file If an already running DHCP-server is found on the ↵Jo-Philipp Wich2010-11-212-3/+8
| | | | | | | | configured interface, the init-script refuses to start, but does not give a hint why. It took us some days to track down this behavior in our MANET, where every wifi/adhoc-node runs it own DHCP-server. Now syslog is more verbose on this. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 24051
* ath9k: fix endian issues on AR9003Felix Fietkau2010-11-201-0/+676
| | | | SVN-Revision: 24047
* mac80211: revert the probe request timeout changeFelix Fietkau2010-11-201-9/+0
| | | | SVN-Revision: 24046
* mac80211: update to latest wireless-testing + more stability workFelix Fietkau2010-11-204-131/+283
| | | | SVN-Revision: 24044
* openssl: refresh 200-ocf-20100325.patchJo-Philipp Wich2010-11-191-12/+12
| | | | SVN-Revision: 24042
* hostapd: terminate mainloop if interface setup fails, prevents blocking init ↵Jo-Philipp Wich2010-11-191-0/+81
| | | | | | or /sbin/wifi if an incorrect channel is configured SVN-Revision: 24041
* Initial support for Telsey CPVA642 boards (no vlans, no DSL, GPIO ↵Daniel Dickinson2010-11-192-0/+40
| | | | | | led/buttons not known). SVN-Revision: 24040
* upgrade u-boot to v2010.12-rc1Imre Kaloz2010-11-193-1143/+6
| | | | SVN-Revision: 24039
* openssl: update to 0.9.8pJo-Philipp Wich2010-11-191-2/+2
| | | | SVN-Revision: 24037
* ar71xx: D-Link DIR-825 B1 eth1 MAC address is garbageGabor Juhos2010-11-191-1/+1
| | | | | | | | | r22700 contained a copy-and-paste error that set eth0's MAC address twice and never set eth1's. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 24036
* mac80211: merge the upstream ht40 fixFelix Fietkau2010-11-191-0/+13
| | | | SVN-Revision: 24033
* hostapd: back out a problematic madwifi change that worked around some ↵Felix Fietkau2010-11-191-15/+1
| | | | | | issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode (fixes #8267) SVN-Revision: 24032
* ath9k: rework the mac address override patch to not break ath9k_htcFelix Fietkau2010-11-192-60/+29
| | | | SVN-Revision: 24031
* toolchain/uClibc: fix upstream patch name on r24029Alexandros C. Couloumbis2010-11-181-0/+0
| | | | SVN-Revision: 24030
* toolchain/uClibc: push some upstream patches for uClibc-0.9.31. should ↵Alexandros C. Couloumbis2010-11-186-0/+197
| | | | | | resolve isses of #8269 SVN-Revision: 24029
* mac80211: merge pending cfg80211 patches to fix a race condition with ↵Felix Fietkau2010-11-181-0/+178
| | | | | | setting the regdomain for multiple cards SVN-Revision: 24028
* x86: refresh config, enable pci express supportFelix Fietkau2010-11-174-29/+37
| | | | SVN-Revision: 24026
* 6in4: implement metric optionJo-Philipp Wich2010-11-172-2/+5
| | | | SVN-Revision: 24022
* 6to4: implement metric optionJo-Philipp Wich2010-11-172-2/+5
| | | | SVN-Revision: 24021
* base-file: add metric option for static and dhcp protos, this simplifies the ↵Jo-Philipp Wich2010-11-173-5/+8
| | | | | | management of multiple default routes SVN-Revision: 24020
* acx-mac80211: fix compile errors with the new compat-wirelessFelix Fietkau2010-11-171-1/+2
| | | | SVN-Revision: 24019
* mac80211: update to wireless-testing 2010-11-16Felix Fietkau2010-11-1719-3970/+350
| | | | SVN-Revision: 24017
* ath9k: add some fixes for AR9003Felix Fietkau2010-11-162-0/+171
| | | | SVN-Revision: 24016
* target/linux: revert r24014 (further testing is needed)Alexandros C. Couloumbis2010-11-163-1747/+2
| | | | SVN-Revision: 24015
* linux/generic: add kernel mppc/mppe for 2.6.37. ↵Alexandros C. Couloumbis2010-11-163-2/+1747
| | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) SVN-Revision: 24014
* linux/generic: fix a dynamic ingress_queue allocation on 2.6.37. ↵Alexandros C. Couloumbis2010-11-161-0/+18
| | | | | | http://patchwork.ozlabs.org/patch/71237/ (thank you KanjiMonster) SVN-Revision: 24013
* linux/generic: switch to userspace __aligned_u64 calls. ↵Alexandros C. Couloumbis2010-11-161-0/+25
| | | | | | http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=79b5dc0c64d88cda3da23b2e22a5cec0964372ac (thank you hauke) SVN-Revision: 24012
* imagetag: Significantly updated brcm63xx imagetag writing tool. * Rewrote ↵Daniel Dickinson2010-11-166-242/+1806
| | | | | | commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above). SVN-Revision: 24011
* switch to LuCI trunk, should be stable enough for common use nowJo-Philipp Wich2010-11-161-1/+1
| | | | SVN-Revision: 24010
* fix proc filesystem usage, patch from Wipster.Florian Fainelli2010-11-152-12/+86
| | | | SVN-Revision: 24008
* fix r6040 multicast operations (#7848)Florian Fainelli2010-11-151-0/+177
| | | | SVN-Revision: 24006
* refresh 2.6.32 patchesFlorian Fainelli2010-11-151-2/+2
| | | | SVN-Revision: 24005
* linux/generic: update to layer7-2.22 for kernels >=2.6.36Alexandros C. Couloumbis2010-11-154-1455/+1577
| | | | SVN-Revision: 24004
* target/linux: add some 2.6.37 missing symbols. (thank you maddes)Alexandros C. Couloumbis2010-11-151-0/+49
| | | | SVN-Revision: 24002
* linux/generic: add a missing symbol. (thank you kaloz)Alexandros C. Couloumbis2010-11-152-0/+2
| | | | SVN-Revision: 24001
* brcm63xx: imagetag: Fixed occaisonal wrong CRC in image due to using strncpy ↵Daniel Dickinson2010-11-151-2/+2
| | | | | | to copy the CRC into the imagetag. strncpy stops copying after a 00 byte, memcpy doesn't. SVN-Revision: 24000
* 6to4: use revert instead of delete, avoids aggregating deltas in /tmp/.uci ↵Jo-Philipp Wich2010-11-151-4/+4
| | | | | | over time SVN-Revision: 23998
* 6to4: remove leftover peeraddr stuffJo-Philipp Wich2010-11-151-3/+0
| | | | SVN-Revision: 23997
* add 6to4 - provides full automatic 6to setup with optional configuration in ↵Jo-Philipp Wich2010-11-143-0/+263
| | | | | | /etc/config/network SVN-Revision: 23996
* add input subsystem to hotplug rules This patch adds the input subsystem to ↵Jo-Philipp Wich2010-11-141-1/+1
| | | | | | | | the hotplug rules, making it possible to react on the addition of input devices (e.g. USB numpads). Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de> SVN-Revision: 23994
* kernel: fix l2tp kernel packagesHauke Mehrtens2010-11-144-18/+28
| | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993
* linux/generic: backport device tree support to MIPS from 2.6.37 to 2.6.36Alexandros C. Couloumbis2010-11-141-0/+233
| | | | SVN-Revision: 23991