aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: add rtlwifi driversJonas Gorski2013-08-042-1/+530
| | | | | | | | | | Signed-off-by: Viktar Palstsiuk <viktar.palstsiuk@promwad.com> [jogo@openwrt.org: add missing DRIVER_11N_SUPPORT select, add missing usb dependencies, backport upstream fixes for Kconfig issues] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37687
* busybox: rename ntp init script back to sysntpd (#13920)Jo-Philipp Wich2013-08-042-1/+1
| | | | | | Renaming the init script to ntp broke LuCI time sync functionality and collides with other ntp packages SVN-Revision: 37681
* brcm47xx: change board detection for some Asus devicesHauke Mehrtens2013-08-041-18/+10
| | | | | | | | This closes #13316 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37680
* kernel: kmod-appletalk: fix dependenciesHauke Mehrtens2013-08-041-2/+6
| | | | | | | | | | | | | | When CONFIG_LLC gets build as a module, also p8022.ko and psnap.ko are getting build as a module. kmod-appletalk depends on llc.ko and psnap.ko, but at least psnap.ko,was not packed. On most systems CONFIG_LLC will be build into the kernel so this problem does not show up. This fixes the missing dependency of kmod-appletalk on psnap.ko Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37673
* ubus: update to latest versionFelix Fietkau2013-08-041-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37671
* broadcom-diag: show error message in case something goes wrong with gpio irqHauke Mehrtens2013-08-031-2/+9
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37668
* broadcom-diag: add gpio config for Asus RT-N66UHauke Mehrtens2013-08-031-0/+14
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37667
* broadcom-diag: add gpio config for Linksys E4200v1Hauke Mehrtens2013-08-031-0/+13
| | | | | | | | | GPIO for Linksys E4200v1, tested and works. This closes #13454 and #13894 Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37666
* gpio-button-hotplug: cleanup, fix compiler warningFelix Fietkau2013-08-031-4/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37665
* gpio-button-hotplug: fix active_low handling, possibly broken in r37643Felix Fietkau2013-08-031-8/+9
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37664
* kernel: only add v4l2-compat-ioctl32 when CONFIG_COMPAT is setHauke Mehrtens2013-08-031-2/+2
| | | | SVN-Revision: 37661
* kernel: add missing module to video-core for kernel < 3.6Hauke Mehrtens2013-08-021-0/+8
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37659
* kernel: fix usb-chipidea compilation with kernel <= 3.9Hauke Mehrtens2013-08-021-3/+3
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37658
* broadcom-diag: add support for the ASUS RT-N12Hauke Mehrtens2013-08-021-0/+20
| | | | | | | | | | This adds button and led info, which I determined by manually poking the gpio values. Signed-off-by: Josh Stone <cuviper@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37655
* broadcom-diag: increase version numberHauke Mehrtens2013-08-021-1/+1
| | | | | | There are some changes in there and this should be rebuild. SVN-Revision: 37654
* mac80211: backport a few upstream fixesFelix Fietkau2013-08-022-10/+206
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37653
* kernel: load libphy before tg3Hauke Mehrtens2013-08-011-1/+1
| | | | SVN-Revision: 37651
* brcm47xx: improve detection of Linksys WRTSL54GSHauke Mehrtens2013-08-011-3/+2
| | | | | | | | This closes #13319 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37647
* gpio-button-hotplug: use gpio_button_get_value() to initialize last_state.John Crispin2013-08-011-1/+1
| | | | | | | | | | | TL-WR720N-v3 has a slider switch composed of 2 GPIO buttons which can be used to swtich between 3 positions. At leat 1 button is in pressed state in any of those positions. Initialize 'last_state' as 0 (released) will cause the device to automatically enter failsafe mode on every bootup. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 37643
* gpio-button-hotplug: use gpio_button_get_value() to fetch state.John Crispin2013-08-011-4/+1
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 37642
* gpio-button-hotplug: add inline function gpio_button_get_value().John Crispin2013-08-011-0/+9
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 37641
* libubox: update to the latest version, fixes a fd deletion race condition in ↵Felix Fietkau2013-07-311-2/+2
| | | | | | | | uloop Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37629
* uhttpd: update to the latest version, fixes a crash on early cgi/lua process ↵Felix Fietkau2013-07-311-2/+2
| | | | | | | | termination Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37628
* base-files: implement -l (--list-backup) sysupgrade parameter to list the ↵Jo-Philipp Wich2013-07-312-1/+15
| | | | | | files that would be backed up SVN-Revision: 37627
* broadcom-wl: fix compile error with kernel 3.10Hauke Mehrtens2013-07-312-2/+49
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37626
* base-files: abort sysupgrade if file specified with --restore-config is not ↵Jo-Philipp Wich2013-07-312-2/+7
| | | | | | found SVN-Revision: 37624
* ubox: update to git headJo-Philipp Wich2013-07-311-2/+2
| | | | | | - fixes extroot tag file corruption with long uuids SVN-Revision: 37623
* base-files: implement -T (--test) sysupgrade parameter to verify image ↵Jo-Philipp Wich2013-07-302-2/+10
| | | | | | without actually flashing it SVN-Revision: 37620
* mac80211: rt2x00: add missing of.h headerFelix Fietkau2013-07-291-1/+9
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37618
* ath9k: fix several issues in the tx queueing reworkFelix Fietkau2013-07-2911-107/+225
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37616
* mac80211: rt2x00: fix default register settings for rt5350John Crispin2013-07-291-33/+38
| | | | | | | | | Comparing the RTSDK driver and mac80211 revealed, that this register needs to have a special setup on rt5350. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37608
* mac80211: rt2x00: enable setting wifi led polarity from OFJohn Crispin2013-07-291-0/+26
| | | | | | | | | | | | | This patch enables setting the wifi led polarity from OF. It can be used in a DTS' wmac section like this: ralink,led-polarity = <1>; Valid values are 0 or 1. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37607
* libubox: update to latest version, adds extra sanity checks to blob/blobmsg ↵Felix Fietkau2013-07-291-2/+2
| | | | | | | | iterator macros Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37604
* rt2x00: merge fix for queue stoppingFelix Fietkau2013-07-291-0/+42
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37603
* mac80211: add support for verbose builds using V=scFelix Fietkau2013-07-291-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37597
* iproute2: update to 3.10.0Luka Perkov2013-07-283-15/+6
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37590
* zlib: update to 1.2.8Luka Perkov2013-07-281-4/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37589
* e2fsprogs: update to 1.42.8 and add e4defragLuka Perkov2013-07-284-29/+18
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37588
* kernel: add usb-mxs-phy packageLuka Perkov2013-07-281-0/+17
| | | | SVN-Revision: 37580
* kernel: update usb-chipidea packageLuka Perkov2013-07-281-4/+6
| | | | SVN-Revision: 37579
* kernel: update usb2 packageLuka Perkov2013-07-281-2/+7
| | | | SVN-Revision: 37578
* strict_strtoul is obsolete, use kstrtoul insteadJohn Crispin2013-07-272-2/+2
| | | | | | | | based on http://patchwork.openwrt.org/patch/3827/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37562
* openvpn: update to 2.3.2Felix Fietkau2013-07-262-61/+2
| | | | | | | | | | | | this patches updates openvpn to v2.3.2 and adds a PKG_MD5SUM to the Makefile This release fixes a memory access violation when cipher none is used on ar71xx - at least with my config Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37560
* 6relayd: Overridden DNS should affect DHCPv6Steven Barth2013-07-261-2/+2
| | | | SVN-Revision: 37558
* uhttpd: update to latest version, fixes issues with POST and keep-alive (#13940)Felix Fietkau2013-07-261-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37556
* authsae: add myself as a maintainerFelix Fietkau2013-07-261-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37555
* authsae: adapt uci scripts to use authsaeFelix Fietkau2013-07-263-6/+73
| | | | | | | | | | | | This patch modifies the uci scripts to be able to start meshd-nl80211 for encrypted mesh networks, therefor a new script (authsae.sh) is inserted. Signed-off-by: Emanuel Taube <emanuel.taube@gmail.com> [etienne.champetier@free.fr: just update mac80211.sh path] Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 37554
* authsae 80211s authentication daemonFelix Fietkau2013-07-261-0/+42
| | | | | | | | | | | | | This patch adds authsae open80211s authentication daemon (http://open80211s.org) It's a rework of Peter Naulls patch (http://patchwork.openwrt.org/patch/1350/) I've excluded the sample conf file as it's useless when used with mac80211.sh (Emanuel Taube patch) It now link against libnl-tiny instead of libnl (patch merged in authsae git) Authsae is 58 Ko (OPENSSL_WITH_EC option adds 35Ko to libopenssl) Signed-off-by: Peter Naulls <peter@chocky.org> Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 37553
* libconfig: add from /packages, update to latest version, add myself as ↵Felix Fietkau2013-07-261-0/+58
| | | | | | | | maintainer Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37552
* ubox: update to git headJo-Philipp Wich2013-07-261-2/+2
| | | | | | | | - discard vfat labels with only spaces - support using swap files - support extroot when required kmods and block-mount are installed on jffs2 SVN-Revision: 37551