summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* ncurses: update to 5.9Jonas Gorski2013-04-233-14/+14
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36395
* libnl: update to 3.2.21Jonas Gorski2013-04-233-54/+8
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36394
* kernel: add kmod-mcp23s08 packageJonas Gorski2013-04-231-0/+16
| | | | | | | | | | | Package up the Microchip MCP23S08 I/O expander driver. Needed on the CalAmp LMU5000 board. Signed-off-by: Adam Porter <porter.adam@gmail.com> [jogo@openwrt.org: fix subject] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36393
* Change default IPv6 config to enable DHCPv6-PDSteven Barth2013-04-222-2/+2
| | | | SVN-Revision: 36384
* netifd: Improve IPv6-ULA assignment handlingSteven Barth2013-04-221-2/+2
| | | | SVN-Revision: 36383
* odhcp6c: Several fixes and improvements * Add preliminary support for RFC ↵Steven Barth2013-04-221-2/+2
| | | | | | 6603 prefix exclusion * Fix reconfigure-support and reconfigure authentication * Set maximum retransmission timeout for solicitations to 2h * Fix a segfault when parsing IA_PD in advertise messages SVN-Revision: 36382
* 6relayd: Add DHCPv6-PD server support, fix relaying in stateful modeSteven Barth2013-04-222-4/+4
| | | | SVN-Revision: 36381
* uci: update to git headJo-Philipp Wich2013-04-221-4/+4
| | | | | | | | - fixes memory leak in libuci when trying to open not existing configurations - fixes memory leak in libuci-lua when querying not existing sections or options - fixes handling of filenames with leading underscore SVN-Revision: 36377
* hostapd: update to 2013-04-05Felix Fietkau2013-04-2223-114/+105
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36376
* mac80211: rework mac address allocationFelix Fietkau2013-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> SVN-Revision: 36353
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-177-38/+38
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
* busybox: remove old no-MMU hackeryFelix Fietkau2013-04-171-18/+0
| | | | SVN-Revision: 36350
* uhttpd: update to git head, fixes regression when parsing IPv6 listen argumentsJo-Philipp Wich2013-04-171-3/+3
| | | | SVN-Revision: 36348
* ath9k: change the BSSID mask calculation to fix setting arbitrary MAC ↵Felix Fietkau2013-04-168-14/+123
| | | | | | | | address on interfaces Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36344
* iwinfo: print info of all existing wireless ifaces when cli is called ↵Jo-Philipp Wich2013-04-152-2/+29
| | | | | | without arguments SVN-Revision: 36339
* uhttpd: update to latest version, fixes compile error with latest libuboxFelix Fietkau2013-04-151-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36338
* netifd: update to latest version, fixes some device handling crashesFelix Fietkau2013-04-151-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36336
* libubox: update to latest versionFelix Fietkau2013-04-151-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36335
* mac80211: merge upstream legacy minstrel improvementsFelix Fietkau2013-04-151-14/+482
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36334
* This adds Gateworks Laguna family board support. Note that some Laguna ↵Luka Perkov2013-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> SVN-Revision: 36313
* mac80211: fix a client mode reconnect issueFelix Fietkau2013-04-101-0/+40
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36311
* ath9k: fix an AR9580 specific crypto related stability issueFelix Fietkau2013-04-101-0/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36306
* mac80211: revert the queue length to the default (reduction obsoleted by the ↵Felix Fietkau2013-04-101-10/+0
| | | | | | | | use of fq_codel) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36305
* qos-scripts: add queue length and quantum limit, suggested by dtahtFelix Fietkau2013-04-091-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36294
* iwinfo: fix frequency/channel and channel/frequency conversions to properly ↵Jo-Philipp Wich2013-04-092-13/+20
| | | | | | implement 802.11j SVN-Revision: 36292
* add portmap support to userlandJohn Crispin2013-04-094-2/+95
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36284
* add "swconfig list" supportJohn Crispin2013-04-093-0/+41
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36282
* netifd: fix route / route6 regression (#13303)Jo-Philipp Wich2013-04-091-2/+2
| | | | SVN-Revision: 36281
* Remove deprecated ip6slaac option * use proto=dhcpv6 with reqprefix=no insteadSteven Barth2013-04-091-19/+0
| | | | SVN-Revision: 36280
* Remove obsoleted ipv6-support meta-packageSteven Barth2013-04-092-55/+0
| | | | SVN-Revision: 36279
* Adapt default network configuration for IPv6Steven Barth2013-04-092-0/+14
| | | | SVN-Revision: 36278
* ath9k: fix a tx processing race condition on AR9300+Felix Fietkau2013-04-071-0/+74
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36267
* ath9k_htc: accept firmware versions newer than 1.3Felix Fietkau2013-04-071-0/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36266
* mac80211: merge an idle handling fix (fixes ath9k_htc client mode), refresh ↵Felix Fietkau2013-04-0721-104/+147
| | | | | | | | patches Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36265
* package/kernel: only include i2c-of if CONFIG_OF enabledGabor Juhos2013-04-061-1/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36227
* kernel: Allow talitos crypto hw module selectionGabor Juhos2013-04-061-0/+14
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36224
* openssl: Pass in any TARGET_ASFLAGSFlorian Fainelli2013-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> SVN-Revision: 36201
* netifd: Bump to latest version * Fix a memory corruption when updating IPv6 ↵Steven Barth2013-04-051-2/+2
| | | | | | prefixes * Fix route sorting order (nbd) * Add support for ip rules (jow) * Implement support for route / route6 table attribute (jow) SVN-Revision: 36196
* ubus: update to latest version, fixes a crash on reconnectFelix Fietkau2013-04-041-3/+3
| | | | SVN-Revision: 36195
* add a helper that allows loading the eeprom from a MTD partition pointed to ↵John Crispin2013-04-041-0/+106
| | | | | | | | by a phandle Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36194
* netifd: Rewrite IPv6 prefix assignment * Add ip6hint option to specify ↵Steven Barth2013-04-031-2/+2
| | | | | | assigned subprefixes * Add preliminary support for RFC 6603 prefix exclusion SVN-Revision: 36193
* unbreak i2c-mv64xxx dependenciesJohn Crispin2013-04-031-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36192
* fix borken of-i2c dependenciesJohn Crispin2013-04-031-4/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36191
* fix eglibc compileJohn Crispin2013-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> SVN-Revision: 36188
* revert patch that renames the worker thread as it seems to cause an oopsJohn Crispin2013-04-031-9/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36185
* add cdc-mbim moduleJohn Crispin2013-04-031-0/+16
| | | | | | | | http://patchwork.openwrt.org/patch/3370/ Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com> SVN-Revision: 36184
* Add INA2XX current sensor module.John Crispin2013-04-031-0/+15
| | | | | | | | This is a I2C current/voltage/power sensor. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 36182
* add lm92 kernel moduleJohn Crispin2013-04-031-0/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36181
* add pcf857x kernel moduleJohn Crispin2013-04-031-0/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36180
* make OF_I2C build as part of i2c-coreJohn Crispin2013-04-031-17/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36179