Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pptp: remove support for underlying ipproto, it is adviced since a while ↵ | Jo-Philipp Wich | 2012-01-08 | 2 | -6/+2 |
| | | | | | | that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it SVN-Revision: 29694 | ||||
* | cyassl: use patch-libtool pkg fixup | Jo-Philipp Wich | 2012-01-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 29693 | ||||
* | zlib: fix duplicate function declarations for largefile support | Felix Fietkau | 2012-01-08 | 1 | -0/+48 |
| | | | | SVN-Revision: 29690 | ||||
* | base-files: implement a --force option for sysupgrade to override image ↵ | Jo-Philipp Wich | 2012-01-08 | 2 | -4/+13 |
| | | | | | | checks, useful to upgrade old ar71xx installations to current trunk ones SVN-Revision: 29688 | ||||
* | firewall: add support for "local" port forwards which target an internal ↵ | Jo-Philipp Wich | 2012-01-08 | 2 | -4/+15 |
| | | | | | | address on the router itself SVN-Revision: 29687 | ||||
* | include: calculate md5sum over sorted kernel config symbol list and ↵ | Jo-Philipp Wich | 2012-01-08 | 1 | -1/+1 |
| | | | | | | incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. SVN-Revision: 29686 | ||||
* | ath9k: merge a channel change fix from linux-wireless | Felix Fietkau | 2012-01-07 | 4 | -13/+45 |
| | | | | SVN-Revision: 29684 | ||||
* | openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, CVE-2011-4577, ↵ | Jo-Philipp Wich | 2012-01-06 | 1 | -3/+3 |
| | | | | | | CVE-2011-4619, CVE-2012-0027) SVN-Revision: 29670 | ||||
* | package/kernel: add package for the PCF2123 RTC driver | Gabor Juhos | 2012-01-04 | 1 | -0/+16 |
| | | | | SVN-Revision: 29664 | ||||
* | package: remove the om2p-watchdog package | Gabor Juhos | 2012-01-04 | 3 | -73/+0 |
| | | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29649 | ||||
* | package: add om-watchdog package | Gabor Juhos | 2012-01-04 | 3 | -0/+82 |
| | | | | | | | | | | om2p-watchdog package is OM2P specific. However a similar watchdog mechanism exists on OM1P as well. This new package wants to substitute om2p-watchdog with a new one which is suitable either for OM1P and OM2P. Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29647 | ||||
* | remove current RTSP support | Jo-Philipp Wich | 2012-01-04 | 1 | -1/+0 |
| | | | | SVN-Revision: 29643 | ||||
* | iwinfo: factor txpower offset into info display output, recompile if driver ↵ | Jo-Philipp Wich | 2012-01-01 | 2 | -2/+13 |
| | | | | | | selection changes SVN-Revision: 29634 | ||||
* | package/base-files: add support for the switch LED trigger | Gabor Juhos | 2011-12-31 | 2 | -1/+9 |
| | | | | SVN-Revision: 29629 | ||||
* | package/base-files: use case statement in led init script | Gabor Juhos | 2011-12-31 | 1 | -15/+27 |
| | | | | SVN-Revision: 29628 | ||||
* | add usbreset - a small simple utility to send port rests to selected usb ↵ | Jo-Philipp Wich | 2011-12-25 | 2 | -0/+120 |
| | | | | | | devices (#10394) SVN-Revision: 29611 | ||||
* | mac80211: clean up init, remove some redundant checks, fix tx power init ↵ | Felix Fietkau | 2011-12-23 | 1 | -77/+73 |
| | | | | | | (#10113) SVN-Revision: 29606 | ||||
* | base-files: add -b (--create-backup) option to sysupgrade, which generates a ↵ | Jo-Philipp Wich | 2011-12-20 | 2 | -3/+27 |
| | | | | | | backup .tar.gz according to the user settings. This will also be reused by LuCI. SVN-Revision: 29587 | ||||
* | firewall: - introduce per-section "option enabled" which defaults to "1" - ↵ | Jo-Philipp Wich | 2011-12-20 | 3 | -2/+11 |
| | | | | | | useful to disable rules or zones without having to delete them - annotate default traffic rules with names - bump version SVN-Revision: 29577 | ||||
* | brcm47xx: add new usb driver for bcma bus and replace ssb usb driver. | Hauke Mehrtens | 2011-12-19 | 1 | -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. SVN-Revision: 29575 | ||||
* | mac80211: deactivate mac80211 tracing | Hauke Mehrtens | 2011-12-19 | 1 | -0/+44 |
| | | | | | | Activating tracing on kernel <= 2.6.32 causes build errors. SVN-Revision: 29572 | ||||
* | ath9k: fix another tx locking issue | Felix Fietkau | 2011-12-19 | 1 | -11/+285 |
| | | | | SVN-Revision: 29570 | ||||
* | mac80211: fix powersave setting | Felix Fietkau | 2011-12-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 29569 | ||||
* | mac80211: apply txpower after bringing up the interface, should fix #10113 | Felix Fietkau | 2011-12-18 | 1 | -6/+6 |
| | | | | SVN-Revision: 29566 | ||||
* | mac80211: use iw instead of iwconfig to disable powersave | Felix Fietkau | 2011-12-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 29565 | ||||
* | ath9k: fix some issues in the btcoex disable patch | Felix Fietkau | 2011-12-18 | 1 | -10/+8 |
| | | | | SVN-Revision: 29564 | ||||
* | ath9k: fix a locking issue in the tx path | Felix Fietkau | 2011-12-17 | 1 | -0/+25 |
| | | | | SVN-Revision: 29560 | ||||
* | hostapd: add missing check for wds stations | Felix Fietkau | 2011-12-17 | 1 | -0/+12 |
| | | | | SVN-Revision: 29559 | ||||
* | ath9k: fix a crash in led init | Felix Fietkau | 2011-12-16 | 1 | -1/+4 |
| | | | | SVN-Revision: 29558 | ||||
* | ath9k: fix a locking issue | Felix Fietkau | 2011-12-14 | 1 | -33/+0 |
| | | | | SVN-Revision: 29537 | ||||
* | ath9k: add support for registering extra leds connected to the wmac gpio lines | Felix Fietkau | 2011-12-14 | 2 | -0/+326 |
| | | | | SVN-Revision: 29530 | ||||
* | kernel: rename kmod-switch-rtl8366_smi to kmod-switch-rtl8366-smi to avoid ↵ | Jo-Philipp Wich | 2011-12-13 | 1 | -4/+4 |
| | | | | | | underscores in package names SVN-Revision: 29518 | ||||
* | busybox: disable "mesg" by default | Felix Fietkau | 2011-12-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 29510 | ||||
* | hostapd: support optional argument for the -v switch of hostapd and ↵ | Jo-Philipp Wich | 2011-12-12 | 2 | -1/+83 |
| | | | | | | wpa_supplicant to query build features, e.g. hostapd -veap to test whether 802.11i support is compiled in SVN-Revision: 29507 | ||||
* | mac80211: make mesh support optional | Felix Fietkau | 2011-12-12 | 2 | -0/+18 |
| | | | | SVN-Revision: 29506 | ||||
* | mac80211: merge another upstream aggregation fix | Felix Fietkau | 2011-12-10 | 1 | -8/+58 |
| | | | | SVN-Revision: 29496 | ||||
* | ath9k: disable bluetooth coexistence support to reduce module size | Felix Fietkau | 2011-12-10 | 2 | -0/+583 |
| | | | | SVN-Revision: 29495 | ||||
* | ath9k: improve handling of blockackreq (should improve aggregation behavior ↵ | Felix Fietkau | 2011-12-10 | 5 | -0/+741 |
| | | | | | | under tough wifi conditions with lots of retransmission) SVN-Revision: 29494 | ||||
* | mac80211: merge an upstream fix for an aggregation related race condition | Felix Fietkau | 2011-12-10 | 1 | -2/+130 |
| | | | | SVN-Revision: 29493 | ||||
* | mac80211: add support for firmware 666.2 for b43 devices | Hauke Mehrtens | 2011-12-08 | 2 | -6/+27 |
| | | | | SVN-Revision: 29485 | ||||
* | librpc: do not build if external or native toolchains are used | Jo-Philipp Wich | 2011-12-08 | 1 | -2/+27 |
| | | | | SVN-Revision: 29484 | ||||
* | ubus: update to the latest version | Felix Fietkau | 2011-12-06 | 1 | -3/+3 |
| | | | | SVN-Revision: 29465 | ||||
* | libubox: update to latest version, fix some endian issues | Felix Fietkau | 2011-12-06 | 1 | -3/+3 |
| | | | | SVN-Revision: 29464 | ||||
* | iwinfo: support nl80211 hardware identification against radioX pseudo ↵ | Jo-Philipp Wich | 2011-12-06 | 2 | -1/+22 |
| | | | | | | interfaces, useful if radio is not up yet SVN-Revision: 29462 | ||||
* | mac80211: merge some pending fixes, fixes skb leaks and some warnings | Felix Fietkau | 2011-12-05 | 1 | -2/+73 |
| | | | | SVN-Revision: 29460 | ||||
* | netifd: update to latest version, fixes some use-after-free issues | Felix Fietkau | 2011-12-05 | 1 | -2/+2 |
| | | | | SVN-Revision: 29439 | ||||
* | ath9k: fix antenna configuration on ar9285 for devices without antenna diversity | Felix Fietkau | 2011-12-05 | 1 | -0/+9 |
| | | | | SVN-Revision: 29438 | ||||
* | ath9k: fix 5/10 mhz channel bandwidth issues | Felix Fietkau | 2011-12-05 | 2 | -0/+76 |
| | | | | SVN-Revision: 29437 | ||||
* | mac80211: update to 2011-12-01 | Felix Fietkau | 2011-12-05 | 49 | -770/+390 |
| | | | | SVN-Revision: 29436 | ||||
* | iwinfo: factor tx power offset into power level listing | Jo-Philipp Wich | 2011-12-04 | 1 | -3/+6 |
| | | | | SVN-Revision: 29430 |