summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: rework mac address allocationnbd2013-04-171-10/+24
| | | | | | | | | | | | | | | | | | | If the first byte is available in the address mask, use only that one - set the local bit and xor it with the id << 2. This ensures that there are no hardware BSSID & BSSID-mask conflicts with devices that have almost the same MAC address with just a small offset. The MAC address conflict has been observed in a deployment with some devices from the same batch when running with multiple interfaces. If only some bits of the last byte are available, xor the id onto the last MAC address byte (relevant mostly for Ralink devices). In other cases (should not happen at this point), use the previous MAC address offset calculation but without the local bit. Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: consistently use 'depends on' instead of 'depends'nbd2013-04-177-38/+38
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove old no-MMU hackerynbd2013-04-171-18/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: update to git head, fixes regression when parsing IPv6 listen argumentsjow2013-04-171-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: change the BSSID mask calculation to fix setting arbitrary MAC ↵nbd2013-04-168-14/+123
| | | | | | | | address on interfaces Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: print info of all existing wireless ifaces when cli is called ↵jow2013-04-152-2/+29
| | | | | | without arguments git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: update to latest version, fixes compile error with latest libuboxnbd2013-04-151-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes some device handling crashesnbd2013-04-151-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest versionnbd2013-04-151-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge upstream legacy minstrel improvementsnbd2013-04-151-14/+482
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This adds Gateworks Laguna family board support. Note that some Lagunaluka2013-04-112-0/+32
| | | | | | | | | boards have SPI flash and others have NOR flash, thus the size/erasesize are detected dynamically. Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36313 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a client mode reconnect issuenbd2013-04-101-0/+40
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix an AR9580 specific crypto related stability issuenbd2013-04-101-0/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: revert the queue length to the default (reduction obsoleted by the ↵nbd2013-04-101-10/+0
| | | | | | | | use of fq_codel) Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* qos-scripts: add queue length and quantum limit, suggested by dtahtnbd2013-04-091-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: fix frequency/channel and channel/frequency conversions to properly ↵jow2013-04-092-13/+20
| | | | | | implement 802.11j git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [swconfig] add portmap support to userlandblogic2013-04-094-2/+95
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [swconfig] add "swconfig list" supportblogic2013-04-093-0/+41
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: fix route / route6 regression (#13303)jow2013-04-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove deprecated ip6slaac optioncyrus2013-04-091-19/+0
| | | | | | * use proto=dhcpv6 with reqprefix=no instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove obsoleted ipv6-support meta-packagecyrus2013-04-092-55/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Adapt default network configuration for IPv6cyrus2013-04-092-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a tx processing race condition on AR9300+nbd2013-04-071-0/+74
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k_htc: accept firmware versions newer than 1.3nbd2013-04-071-0/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge an idle handling fix (fixes ath9k_htc client mode), refresh ↵nbd2013-04-0721-104/+147
| | | | | | | | patches Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: only include i2c-of if CONFIG_OF enabledjuhosg2013-04-061-1/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: Allow talitos crypto hw module selectionjuhosg2013-04-061-0/+14
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: Pass in any TARGET_ASFLAGSflorian2013-04-051-0/+2
| | | | | | | | | | | | Packages not picking up the regular TARGET_AS need their openwrt Makefiles tweaked. For a basic build, that's just openssl. This depends on patch 1/5. Signed-off-by: Jay Carlson <nop@nop.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Bump to latest versioncyrus2013-04-051-2/+2
| | | | | | | | | * Fix a memory corruption when updating IPv6 prefixes * Fix route sorting order (nbd) * Add support for ip rules (jow) * Implement support for route / route6 table attribute (jow) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes a crash on reconnectnbd2013-04-041-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] add a helper that allows loading the eeprom from a MTD partition ↵blogic2013-04-041-0/+106
| | | | | | | | pointed to by a phandle Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Rewrite IPv6 prefix assignmentcyrus2013-04-031-2/+2
| | | | | | | * Add ip6hint option to specify assigned subprefixes * Add preliminary support for RFC 6603 prefix exclusion git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36193 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] unbreak i2c-mv64xxx dependenciesblogic2013-04-031-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36192 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix borken of-i2c dependenciesblogic2013-04-031-4/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [procd] fix eglibc compileblogic2013-04-031-1/+3
| | | | | | | | add librt dependency/link flag to procd when using eglibc thanks to jow for the help Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] revert patch that renames the worker thread as it seems to cause an ↵blogic2013-04-031-9/+0
| | | | | | | | oops Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add cdc-mbim moduleblogic2013-04-031-0/+16
| | | | | | | | http://patchwork.openwrt.org/patch/3370/ Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add INA2XX current sensor module.blogic2013-04-031-0/+15
| | | | | | | | This is a I2C current/voltage/power sensor. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add lm92 kernel moduleblogic2013-04-031-0/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add pcf857x kernel moduleblogic2013-04-031-0/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] make OF_I2C build as part of i2c-coreblogic2013-04-031-17/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] several patches to make OF work on rt2x00blogic2013-04-034-0/+141
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] add RT5350 wifi supportblogic2013-04-031-0/+413
| | | | | | | | | | MTK/Ralink Acked replied and says we can merge this patch under the GPL. Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> Tested-by: Michel Stempin <michel.stempin@wanadoo.fr> Acked-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: get rid of some bloat introduced by the updatenbd2013-04-011-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: update to 1.3.0nbd2013-04-014-120/+102
| | | | | | | | | Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in Makefile. Upstream configure script ignores --disable-canusb. Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn: enable password save support (#13245)nbd2013-04-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* valgrind: update to v3.8.1nbd2013-04-011-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: backport some upstream mwl8k fixesjogo2013-03-273-1/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: firstboot: only ask for confirmation on TTYjogo2013-03-271-4/+6
| | | | | | Also allow '-y' to force the reset. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix a race-condition in RA-handlingcyrus2013-03-261-2/+2
| | | | | | Thanks to Markus Stenberg for investigating and providing a fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36132 3c298f89-4303-0410-b956-a3cf2f4a3e73