summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] pptp: remove support for underlying ipproto, it is adviced since a ↵jow2012-01-082-6/+2
| | | | | | while 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] cyassl: use patch-libtool pkg fixupjow2012-01-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zlib: fix duplicate function declarations for largefile supportnbd2012-01-081-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: implement a --force option for sysupgrade to override ↵jow2012-01-082-4/+13
| | | | | | image checks, useful to upgrade old ar71xx installations to current trunk ones git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: add support for "local" port forwards which target an ↵jow2012-01-082-4/+15
| | | | | | internal address on the router itself git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include: calculate md5sum over sorted kernel config symbol list and ↵jow2012-01-081-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a channel change fix from linux-wirelessnbd2012-01-074-13/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, ↵jow2012-01-061-3/+3
| | | | | | CVE-2011-4577, CVE-2011-4619, CVE-2012-0027) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add package for the PCF2123 RTC driverjuhosg2012-01-041-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: remove the om2p-watchdog packagejuhosg2012-01-043-73/+0
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: add om-watchdog packagejuhosg2012-01-043-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] remove current RTSP supportjow2012-01-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: factor txpower offset into info display output, recompile ↵jow2012-01-012-2/+13
| | | | | | if driver selection changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: add support for the switch LED triggerjuhosg2011-12-312-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: use case statement in led init scriptjuhosg2011-12-311-15/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [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