summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* hostapd: Fix basic_rate setup with netifdJo-Philipp Wich2014-01-281-0/+1
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 39411
* uboot-envtools: add support for wndr3700Luka Perkov2014-01-242-4/+5
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39380
* base-files: add ucidef_add_switch_port functionLuka Perkov2014-01-232-1/+11
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39372
* odhcpd: fix certain config values being overwrittenSteven Barth2014-01-231-2/+2
| | | | | | Thanks to Hans Dedecker for the fix. SVN-Revision: 39371
* 6rd: Make don't fragment bit (df) a configurable variableSteven Barth2014-01-231-2/+4
| | | | | | | | | | | | | | Make the IPv4 "do not fragment" bit a configurable variable for the 6rd tunnel interface as the bit should not be set in the encapsulating IPv4 header according to RFC3056. On top the config variable allows to enable/disable path mtu discovery for tunnel interfaces. Config variable can be passed to netifd as tunnel config support is already present for the "do not fragment" bit. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 39370
* ubox: revert log buffer size changesJohn Crispin2014-01-222-26/+7
| | | | | | | | the fix horribly broke existing setups Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39366
* ubox: update to latest git headJohn Crispin2014-01-211-2/+2
| | | | | | | | make sure log buffer size is not bigger than the ubus message size Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39365
* lantiq: fix unaligned access in vdsl firmware extractorJohn Crispin2014-01-211-13/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39356
* procd: update to latest git headJohn Crispin2014-01-201-2/+2
| | | | | | | | Fixes OpenWrt bug #14832 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39352
* netifd: don't add unnecessary NOP policy rulesSteven Barth2014-01-201-2/+2
| | | | SVN-Revision: 39351
* 6in4: fix typo in config variable (fixes #14830)Steven Barth2014-01-201-1/+1
| | | | SVN-Revision: 39347
* ubox: update to latest git headJohn Crispin2014-01-192-7/+26
| | | | | | | | adds option to set internal buffer size Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39333
* firewall: don't reload if there were no address or data changesSteven Barth2014-01-191-0/+1
| | | | | | | This fixes packet loss due to reloading firewall every minute with IPv6 implementation of certain ISPs. SVN-Revision: 39332
* kernel: add usb3 module definitionsJohn Crispin2014-01-191-0/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39331
* odhcpd: Fix a memory corruption when static leases are usedSteven Barth2014-01-181-2/+2
| | | | SVN-Revision: 39319
* sysupgrade: do not kill any processes in failsafeJohn Crispin2014-01-172-4/+6
| | | | | | | | sysugrade killed the lock causing failsafe to stop Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 39318
* usbmode: update usb-modeswitch-data version to 20131113John Crispin2014-01-171-3/+3
| | | | | | | | | https://dev.openwrt.org/ticket/14762 Signed-off-by: Alif M. Ahmad <ama_alif@yahoo.co.id> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39317
* ubox: update to latest gitJohn Crispin2014-01-171-2/+2
| | | | | | | | | - fix duplicate device wildcard - fix elf 64bit elf parsing Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39316
* odhcpd: be even less verbose and don't start unnecessary relaysSteven Barth2014-01-171-2/+2
| | | | SVN-Revision: 39315
* odhcpd: fix logspamSteven Barth2014-01-171-2/+2
| | | | SVN-Revision: 39314
* odhcpd: use hybrid management mode by defaultSteven Barth2014-01-171-2/+2
| | | | SVN-Revision: 39313
* dnsmasq: add dnsmasq.d config folder & improve odhcpd coexistenceSteven Barth2014-01-171-2/+8
| | | | SVN-Revision: 39312
* odhcp6c: Use sourcerouting by defaultSteven Barth2014-01-172-2/+2
| | | | SVN-Revision: 39311
* odhcp6c: fix several small issues + decrease sizeSteven Barth2014-01-171-2/+2
| | | | SVN-Revision: 39310
* odhcpd: several bugfixes and improved integrationSteven Barth2014-01-173-3/+27
| | | | SVN-Revision: 39308
* 6in4, 6rd, 6to4: Use source-restricted routes by defaultSteven Barth2014-01-173-10/+34
| | | | SVN-Revision: 39307
* netifd: Add IFUPDATE-flags and use main IPv6 routing table againSteven Barth2014-01-171-2/+2
| | | | SVN-Revision: 39306
* kexec: bump to latest head revisionJohn Crispin2014-01-171-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39305
* firewall: improve logging in hotplug scriptJohn Crispin2014-01-151-1/+1
| | | | | | Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 39300
* packages: ifenslave: add kernel dependencies as source was removed from 3.12Zoltan Herpai2014-01-151-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39295
* gpio-button-hotplug: add wwan buttonHauke Mehrtens2014-01-142-2/+2
| | | | | | | | | | | The wimax key will be used as a generic wwan key starting with Linux 3.13. The brcm47xx target uses this key for the 3g buttons. Also remove the ifdef around KEY_WPS_BUTTON, this is in the kernel for a long time now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39290
* packages: kernel: reverse kernel dependencies logicHauke Mehrtens2014-01-142-2/+2
| | | | | | | | This will select the correct dependencies also for more recent kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39289
* hostapd: fix mcast_rate settingJohn Crispin2014-01-141-1/+1
| | | | | | | | | | Introduced by ("netifd: add wireless configuration support and port mac80211 to the new framework") Reported-by: René van Weert <r.vanweert@sowifi.com> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> SVN-Revision: 39288
* ipt-tproxy: nf_tproxy_core was moved out of 3.12, adding a check for kernel ↵Zoltan Herpai2014-01-141-1/+1
| | | | | | | | version Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39287
* busybox: enable the devmem appletFlorian Fainelli2014-01-141-1/+1
| | | | | | | | | | The devmem applet allows poking at HW registers and as such is a valuable tool to have to avoid recompiling kernels or resorting to external HW adapters to modify HW behavior. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39285
* fix 3.12 dependenciesZoltan Herpai2014-01-131-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39275
* uboot-sunxi: - add support for Cubietruck - cosmetic change: have the ↵Zoltan Herpai2014-01-121-5/+9
| | | | | | | | options listed alphabetically Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39261
* broadcom-diag: remove devices already supported by the kernelHauke Mehrtens2014-01-121-741/+2
| | | | | | | | | | | | This driver will soon be removed completely and the scripts are already using the new API. This also removes bcm57xx_init() which restarts the switch and is now done by b53. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39257
* brcm47xx: update some patches to versions in linux mainlineHauke Mehrtens2014-01-121-36/+0
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39251
* ubox: welcome to 2014John Crispin2014-01-121-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39246
* ubox: update to latest git - fixes error reporting Signed-off-by: John ↵John Crispin2014-01-121-2/+2
| | | | | | Crispin <blogic@openwrt.org> SVN-Revision: 39244
* mac80211: enable ralink ap+sta supportJohn Crispin2014-01-121-0/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39239
* netifd: fix mac80211.sh to respect setting of mcast_rateJohn Crispin2014-01-121-1/+1
| | | | | | | | | | | | | | This patch fixes a bug in /lib/netifd/wireless/mac80211.sh, where the UCI setting of wireless multicast traffic (in uci: mcast_rate) is not respected within netifd. Especially in Freifunk mesh networks the olsr routing as effected by this, as only the lowest mcast_rate was used, even when uci ncast_rate was set to something else. In function mac80211_setup_adhoc() the value of mcast_rate is missing in json_get_vars. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> SVN-Revision: 39232
* hostapd: fix frequency setting for IBSS/RSNJohn Crispin2014-01-121-2/+4
| | | | | | | | | | Introduced by ("netifd: add wireless configuration support and port mac80211 to the new framework") Reported-by: René van Weert <rene@sowifi.com> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> SVN-Revision: 39231
* swconfig: improve usability when switch device incorrectJohn Crispin2014-01-121-1/+1
| | | | | | | | http://patchwork.openwrt.org/patch/4701/ Signed-off-by: Andreas Mohr <andim2@users.sf.net> SVN-Revision: 39229
* libjson-c: also install .pc file for compatibility libjsonJohn Crispin2014-01-121-1/+2
| | | | | | | | | Older packages, which did not follow the renaming yet, do not find the library otherwise via pkgconfig. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 39228
* samba: add browsable optionJohn Crispin2014-01-121-0/+3
| | | | | | | | https://dev.openwrt.org/ticket/14682 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39227
* lantiq: fix atm compileJohn Crispin2014-01-121-2/+0
| | | | | | | | https://dev.openwrt.org/ticket/14633 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39226
* rpcd: build, uci and session api fixesJo-Philipp Wich2014-01-121-3/+3
| | | | | | | | | | | | | | - fix CMakeFile to support rpcd out of tree builds - fix a possible file descriptor leak in the session deserialization code - add uci.state call which is equivalent to uci -P /var/state get ... - make uci.changes "config" argument optional to allow listing all deltas in one go - fix inverted check in uci.commit and uci.revert, resulting in eroorneous permission denied responses - only trigger config change events if libuci was able to parse the config - rename misleading "commit" argument of uci.apply to the more appropriate name "rollback" Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39224
* uboot-sunxi: add support for Olinuxino A10 LIMEZoltan Herpai2014-01-112-3/+68
| | | | | | | Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39221