summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] add usbreset - a small simple utility to send port rests to ↵jow2011-12-252-0/+120
| | | | | | selected usb devices (#10394) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: clean up init, remove some redundant checks, fix tx power init ↵nbd2011-12-231-77/+73
| | | | | | (#10113) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add -b (--create-backup) option to sysupgrade, which ↵jow2011-12-202-3/+27
| | | | | | generates a backup .tar.gz according to the user settings. This will also be reused by LuCI. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:jow2011-12-203-2/+11
| | | | | | | | | - introduce per-section "option enabled" which defaults to "1" - useful to disable rules or zones without having to delete them - annotate default traffic rules with names - bump version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add new usb driver for bcma bus and replace ssb usb driver.hauke2011-12-191-0/+19
| | | | | | | This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: deactivate mac80211 tracinghauke2011-12-191-0/+44
| | | | | | | Activating tracing on kernel <= 2.6.32 causes build errors. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix another tx locking issuenbd2011-12-191-11/+285
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix powersave settingnbd2011-12-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: apply txpower after bringing up the interface, should fix #10113nbd2011-12-181-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use iw instead of iwconfig to disable powersavenbd2011-12-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix some issues in the btcoex disable patchnbd2011-12-181-10/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a locking issue in the tx pathnbd2011-12-171-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add missing check for wds stationsnbd2011-12-171-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a crash in led initnbd2011-12-161-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a locking issuenbd2011-12-141-33/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29537 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add support for registering extra leds connected to the wmac gpio linesnbd2011-12-142-0/+326
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: rename kmod-switch-rtl8366_smi to kmod-switch-rtl8366-smi ↵jow2011-12-131-4/+4
| | | | | | to avoid underscores in package names git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: disable "mesg" by defaultnbd2011-12-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: support optional argument for the -v switch of hostapd ↵jow2011-12-122-1/+83
| | | | | | and wpa_supplicant to query build features, e.g. hostapd -veap to test whether 802.11i support is compiled in git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: make mesh support optionalnbd2011-12-122-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge another upstream aggregation fixnbd2011-12-101-8/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: disable bluetooth coexistence support to reduce module sizenbd2011-12-102-0/+583
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve handling of blockackreq (should improve aggregation behavior ↵nbd2011-12-105-0/+741
| | | | | | under tough wifi conditions with lots of retransmission) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge an upstream fix for an aggregation related race conditionnbd2011-12-101-2/+130
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add support for firmware 666.2 for b43 deviceshauke2011-12-082-6/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] librpc: do not build if external or native toolchains are usedjow2011-12-081-2/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to the latest versionnbd2011-12-061-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, fix some endian issuesnbd2011-12-061-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: support nl80211 hardware identification against radioX ↵jow2011-12-062-1/+22
| | | | | | pseudo interfaces, useful if radio is not up yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge some pending fixes, fixes skb leaks and some warningsnbd2011-12-051-2/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes some use-after-free issuesnbd2011-12-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix antenna configuration on ar9285 for devices without antenna diversitynbd2011-12-051-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix 5/10 mhz channel bandwidth issuesnbd2011-12-052-0/+76
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2011-12-01nbd2011-12-0549-770/+390
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: factor tx power offset into power level listingjow2011-12-041-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: expose txpower and frequency offset informationjow2011-12-0413-108/+281
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: populate tx power offsets for most ubnt devices, add ↵jow2011-12-041-8/+15
| | | | | | NSM2/5 and BM2/5 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix model detection on legacy atherosjow2011-12-041-1/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: add initial hardware detection capabilitiesjow2011-12-0416-39/+361
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libiwinfo: fix hw mode detectionjow2011-12-031-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add libiwinfo (moved from LuCI trunk)jow2011-12-0324-0/+10947
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: create packages for the rtl8366* driversjuhosg2011-12-011-0/+45
| | | | | | | | | This allows to enable rtl8366 switches family support, which are optional (present on few boards). Based on a patch by Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: add lib/functions/uci-defaults.shjuhosg2011-12-011-0/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq: automatically add host entry for own hostname and ptr ↵jow2011-12-012-4/+14
| | | | | | record for lan ip address git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: package TI's USB 3410/505 usb driverblogic2011-11-301-0/+15
| | | | | | | | | This is a patch that adds kernel drivers for TI's USB 3410/5052 devices to the `make menuconfig` GUI during setup. Signed-off-by: Nemanja Stefanovic <nemik@nemik.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* comgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the ↵blogic2011-11-303-0/+39
| | | | | | | | SIM card. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: This adds support for Marvell S-ATA.blogic2011-11-301-0/+15
| | | | | | | | Useful for kirkwood and probably other Marvell SoCs. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a regression in touching power mode related registersnbd2011-11-271-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: fix build breakagenbd2011-11-271-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: enable ANI on ar913x, should noticeably improve stability in noisy ↵nbd2011-11-271-0/+11
| | | | | | environments git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29338 3c298f89-4303-0410-b956-a3cf2f4a3e73