summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ubox: add log_trailer_null option to uciJohn Crispin2015-04-091-2/+6
| | | | | | | | | this allow us to use syslog tcp with \0 trailer instead of \n trailer (logread -0 option) Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 45329
* umbim: update to latest git HEADJohn Crispin2015-04-091-2/+2
| | | | | | | | | | merge patches from Bjørn Mork http://patchwork.ozlabs.org/patch/459277/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45327
* mac80211: add start_disabled optionJohn Crispin2015-04-091-2/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45326
* hostapd: add update_beacon to ubus bindingJohn Crispin2015-04-091-3/+20
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45325
* odhcp6c: add 464xlat integration, fix dslite integrationSteven Barth2015-04-093-6/+22
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45323
* ds-lite: add support for fqdn peeraddrsSteven Barth2015-04-092-2/+13
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45322
* busybox: fix regression in handling non-existant find path arguments (#19439)Felix Fietkau2015-04-091-0/+31
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45321
* otrx: new package with tiny app verifying TRX imagesRafał Miłecki2015-04-093-0/+287
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45315
* mac80211: make b43 N-PHY default for brcm47xx legacy subtargetRafał Miłecki2015-04-081-3/+2
| | | | | | | | | | | | | | Subtarget legacy is supposed to support all ssb SoC except for BCM4705. There are few BCM4703 devices with 802.11n supprt (WRT160N v1.0, v1.1). Few BCM4704 devices with 802.11n: ASUS WL-500W, Linksys WRT150N v1.0 & v1.1, Linksys WRT300N v1.0, Netgear WNDR3300 v1, WNR834B v1 & v2. It seems we have to enable N-PHY for legacy as well to support above. Unfortunately it increases root.squashfs size by 48 460 B. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45309
* mwlwifi: upgrade to the latest revisionImre Kaloz2015-04-071-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45301
* build: add integration for managing opkg package feed keysFelix Fietkau2015-04-064-4/+99
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45286
* opkg: add patch to circumvent signature checks on the command lineFelix Fietkau2015-04-061-0/+70
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45285
* opkg: add patch for supporting signature checking through usignFelix Fietkau2015-04-061-0/+91
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45284
* usign: add new package for generating/verifying verification (similar to ↵Felix Fietkau2015-04-061-0/+39
| | | | | | | | signify) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45283
* oprofile: add dependency on librt, it seems to be needed in some configurationsFelix Fietkau2015-04-061-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45280
* odhcpd: fix infinite lifetime handling in dhcpv6Steven Barth2015-04-061-2/+2
| | | | | | | | thanks to Arjen de Korte Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45279
* busybox: update to version 1.23.2Felix Fietkau2015-04-0428-342/+307
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45272
* mac80211: get rid of tx power related log spamFelix Fietkau2015-04-041-0/+38
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45271
* hostapd: when running AP+STA, preserve the AP 802.11n-enabled settingFelix Fietkau2015-04-041-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45270
* kernel: switch to upstreamJohn Crispin2015-04-045-477/+17
| | | | | | | | | | This driver is upstream since 2012 (commit: a8e510f682f), so switch to it and remove own sources. Also place it under "Network Devices" menu together with other phy drivers. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 45269
* kernel: fix dwc3 symbolsJohn Crispin2015-04-041-0/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45268
* mac80211: update the software queue patch to the version accepted upstreamFelix Fietkau2015-04-037-74/+86
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45265
* ppp: Fix missing arg argument when using option flag OPT_A2STRVALJohn Crispin2015-04-031-0/+11
| | | | | | | | | The arg argument is missing to the printer call in the print_option utility when the option flag OPT_A2STRVAL is set. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45264
* ppp: Fix seg fault when using pppol2tpJohn Crispin2015-04-031-0/+13
| | | | | | | | | | | PPPD crashes (SEGV) when the dump or dryrun options are specified and an option is internally defined as "o_special" with an option flag of "OPT_A2STRVAL". As the option value is not saved when the parameter is processed, a reference to the option will result into a crash (e.g. when printing). Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45263
* kernel: add package for dwc3 usb driver used on ipq806xJohn Crispin2015-04-031-0/+19
| | | | | | Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45260
* samba36: add smb.conf.template to conffilesJohn Crispin2015-04-031-1/+2
| | | | | | | | | User might have modified/extended template direct or by LuCI application. So do not overwrite on update/upgrade. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 45258
* uci: update to the latest version, fixes savedir issuesFelix Fietkau2015-04-031-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45254
* ath: relax regulatory rules for default regd codeFelix Fietkau2015-04-031-0/+47
| | | | | | | | | | | | | Most AP devices out there do not have a properly programmed regulatory domain code, which means they are limited to US frequencies by default. This has been a major annoyance for a long time now. Since no fix for the manfuacturing process seems to be forthcoming, the only sane option seems to be to allow users to change the country code in such cases. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45252
* packages: use $(LN) macro, make symlinks relativeNicolas Thill2015-04-039-17/+17
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45250
* modules: echo module was moved between 3.14 and 3.18John Crispin2015-04-021-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45248
* ubox: update to latest git HEADJohn Crispin2015-04-021-2/+2
| | | | | | | | improve logging when using tcp Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45247
* trelay: add conffiles sectionNicolas Thill2015-04-021-0/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45246
* base-files: add more config files to conffiles sectionNicolas Thill2015-04-021-0/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45244
* kernel/modules: remove merge conflicts leftoversNicolas Thill2015-04-021-29/+0
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45243
* e2fsprogs: add conffiles sectionNicolas Thill2015-04-021-0/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45242
* mdns: add conffiles sectionNicolas Thill2015-04-021-0/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45241
* ugps: add conffiles section, fix config file permsNicolas Thill2015-04-021-1/+5
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45240
* kernel: watchdog modules should be loaded on bootJohn Crispin2015-04-021-3/+3
| | | | | | | | | | | Otherwise procd cannot initialize the watchdog since the module will be loaded later. Tested with booke_wdt. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 45239
* kernel: fix kmod-usb2-omap usb moduleJohn Crispin2015-04-021-1/+3
| | | | | | | | | | CONFIG_MFD_OMAP_USB_HOST is needed for working USB on BeagleBoard tested on BeagleBoard C4 (EBVBeagle) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45236
* kernel: fix kmod-usb-phy-omap-usb2John Crispin2015-04-021-2/+2
| | | | | | | | | upstream change in Kernel 3.18 commit: "phy: rename struct omap_control_usb to struct omap_control_phy" Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45234
* kernel: add usb-serial-simple moduleJohn Crispin2015-04-021-0/+57
| | | | | | | | | | | replaces kmod-usb-serial-motorola-phone it's found only in Kernel <3.12 This module handles many simple USB serial devices like Motorola Phones, GPS reveivers in Kernels above 3.14 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45233
* kernel: add garmin_gps moduleJohn Crispin2015-04-021-0/+15
| | | | | | | | | OpenWrt on sailboats requested: https://forum.openwrt.org/viewtopic.php?id=56586 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45232
* kernel: add uinput moduleJohn Crispin2015-04-021-0/+18
| | | | | | | | | | | | | | | | | | This module is needed for bluetooth audio playback with pulseaudio 6 and bluez5. a working guide can be found in the wiki: http://wiki.openwrt.org/wiki/bluetooth.audio (additional packages/modifications are required and submitted to github feeds) tested with: Android mobile (Sony Xperia M) as audio source TI omap BeagleBoard as audio sink Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45231
* samba: use INSTALL_CONF for the uci fileJohn Crispin2015-04-011-1/+1
| | | | | | | | sorry about the broken commit earlier Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45226
* samba36: fix typo in package/samba36-server/installNicolas Thill2015-04-011-1/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45225
* ustream-ssl: fix SNI when building against cyasslNicolas Thill2015-04-011-2/+2
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45224
* libreadline: cleanup Makefile, fix shlib permsNicolas Thill2015-04-012-16/+24
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45223
* kernel: remove kernel version dependency from ochi-pci moduleJohn Crispin2015-04-011-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45222
* kernel: add usb-ohci-pci moduleJohn Crispin2015-04-011-0/+16
| | | | | | | | This add usb-ohci-pci module for USB1.x devices Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 45221
* samba: don't overwrite config fileJohn Crispin2015-04-011-2/+6
| | | | | | | | fixes #19087 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45220