summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
| * broadcom-diag: support for the WNDR3700v3hauke2013-04-283-18/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and LED/button control to the broadcom-diag module, and should generate a netgear .chk image that the bootloader and stock firmware will accept. The changes to the broadcom-diag module are more than a few lines because the WNDR3700v3 is driving its LEDs through an HC164 8-bit shift register. Signed-off-by: Owen Kirby <osk@exegin.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36482 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * acx-mac80211: make it compile with recent mac80211 againhauke2013-04-282-1/+28
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36481 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * broadcom-wl: read channel using wlc on detecthauke2013-04-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | Hardcoding channel number to 11 is a bad idea, it may be even not available on some devices. If there are two single-band radios, the one for 5GHz doesn't have 11 channel. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36479 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: brcmsmac: remove initial support for core rev 28hauke2013-04-281-75/+0
| | | | | | | | | | | | | | To add support for core rev 28 there are a lot more changes needed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36477 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: b43: only use gpio 0 and 1 for the wifi ledhauke2013-04-281-0/+17
| | | | | | | | | | | | | | sometimes b43 truned the gpio for the switch reset on. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36476 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: b43: Handle DMA RX descriptor underrunhauke2013-04-282-0/+156
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36474 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * iwinfo: fix iwinfo_hardware() return value if chip id is not foundjow2013-04-282-7/+4
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36471 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ath9k: fix keycache handling with many connected clientsnbd2013-04-271-0/+27
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36467 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: refresh patchnbd2013-04-271-1/+1
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36466 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * netifd: update to git head - disables multicast snooping by default on bridgesjow2013-04-271-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36463 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * iwinfo: add hw database filejow2013-04-261-0/+55
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36450 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * iwinfo: move builtin hardware database to /usr/share/libiwinfo/hardware.txtjow2013-04-264-83/+35
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36449 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: update to wireless-testing 2013-04-16 + backportsnbd2013-04-2667-3750/+3703
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36448 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * procd: fix wrap around bug in logread time handling codeblogic2013-04-251-2/+2
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36447 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * hotplug2: make it depend on !PROCD_INITblogic2013-04-251-1/+1
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36446 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * preinit: move cmdline failsafe= handling ot the generic codeblogic2013-04-251-4/+7
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36430 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mount_root: prepare base-filesblogic2013-04-2533-71/+80
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36429 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * boot: make use of kmodloader if it is availableblogic2013-04-251-1/+5
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36428 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ubox: add ubox packageblogic2013-04-251-0/+40
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36427 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * procd: update to latest git versionblogic2013-04-251-3/+3
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36426 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * netifd: update to the latest version, fixes interface reload issues when ↵nbd2013-04-251-2/+2
| | | | | | | | | | | | removing the ifname option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36424 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: Fix generation of RA-messagescyrus2013-04-241-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36419 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on ↵jow2013-04-243-5/+7
| | | | | | | | | | | | some architectures git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36417 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: Make IPv6 ULA-Border generation dynamiccyrus2013-04-243-20/+16
| | | | | | | | | | | | This fixes working behind another router which gives out ULAs. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36416 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * Enable hidraw support.jow2013-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | It's needed for dealing with certain UART-to-USB adapters built into e.g. weather stations, and increases the hid module package only slightly (e.g. on ar71xx: 35k -> 37k). Signed-off-by: Danny Baumann <dannybaumann@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36415 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * Add kernel module package for hid-generic driver.jow2013-04-241-0/+14
| | | | | | | | | | | | | | | | Needed to support e.g. keyboards and mice. Signed-off-by: Danny Baumann <dannybaumann@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36414 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: update package descriptioncyrus2013-04-241-7/+6
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36413 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * dnsmasq: update to 2.66cyrus2013-04-244-54/+27
| | | | | | | | | | | | Thanks to Christoph König for patches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36412 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * odhcp6c: Set default SOL_MAX_RT to 1hcyrus2013-04-241-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36411 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * hostapd: return the frequency to some ubus calls to make integration easiernbd2013-04-231-1/+3
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36410 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: use the original mac address for the first virtual interfacenbd2013-04-231-1/+3
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36408 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * lldpd: upgrade to 0.7.1jow2013-04-231-3/+5
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36401 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * gettext-full: updated to 0.18.2.1jow2013-04-234-79/+4
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36400 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * libevent2: update to 2.0.21jow2013-04-231-3/+3
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36399 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * libmnl: update to 1.0.3jow2013-04-231-2/+2
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36398 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * libnetfilter-conntrack: update to 1.0.3jow2013-04-231-4/+4
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36397 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * polarssl: update to 1.2.6jogo2013-04-231-3/+3
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36396 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ncurses: update to 5.9jogo2013-04-233-14/+14
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36395 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * libnl: update to 3.2.21jogo2013-04-233-54/+8
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36394 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * kernel: add kmod-mcp23s08 packagejogo2013-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36393 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * Change default IPv6 config to enable DHCPv6-PDcyrus2013-04-222-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36384 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * netifd: Improve IPv6-ULA assignment handlingcyrus2013-04-221-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36383 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * odhcp6c: Several fixes and improvementscyrus2013-04-221-2/+2
| | | | | | | | | | | | | | | | | | * Add preliminary support for RFC 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36382 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: Add DHCPv6-PD server support, fix relaying in stateful modecyrus2013-04-222-4/+4
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36381 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * uci: update to git headjow2013-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36377 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * hostapd: update to 2013-04-05nbd2013-04-2223-114/+105
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36376 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 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