summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ustream-ssl: update to latest version, fixes uhttpd infinite loop issuesFelix Fietkau2013-06-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36955
* netifd: IPv6: Fix sorting order in last commit.Steven Barth2013-06-171-2/+2
| | | | SVN-Revision: 36952
* netifd: Satisfy IPv6 assignments ordered by prefix lengthSteven Barth2013-06-171-2/+2
| | | | SVN-Revision: 36950
* hostapd: correctly handle macfile uci optionJo-Philipp Wich2013-06-171-9/+24
| | | | | | | | | | | | | Make hostapd.sh correctly handle the macfile uci option. Such option specifies the macfile name to pass into the hostapd configuration file. Moreover, if a maclist option has been specified, copy the macfile before appending new entries. Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> SVN-Revision: 36944
* dnsmasq: use host-record instead of addressJo-Philipp Wich2013-06-172-23/+35
| | | | | | | | | | | Using "--address" for individual host A records is broken, use "--host-record" instead. The following patch changes dnsmasq.init to build individual host records using "--host-record" instead of "--address". Signed-off-by: Adam Gensler <openwrt at gnslr.us> [jow: shorter description, simplified shell script code] SVN-Revision: 36943
* base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() ↵Jo-Philipp Wich2013-06-171-43/+107
| | | | | | to take ipv6-prefix-assignment into account, add further helper functions to fetch all ips of a given interface SVN-Revision: 36942
* ath9k: revert parts of the ANI changes in the latest mac80211 update to fix ↵Felix Fietkau2013-06-161-0/+74
| | | | | | | | regressions Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36941
* mac80211: fix disabling rfkill supportFelix Fietkau2013-06-161-6/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36940
* mac80211: update to wireless-testing 2013-06-13 + latest backport infrastructureFelix Fietkau2013-06-1572-6043/+876
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36939
* firewall: update to git headJo-Philipp Wich2013-06-131-2/+2
| | | | | | - properly process intermediate "!" options in argument list (fixes negated ipsets) SVN-Revision: 36935
* firewall: update to git headJo-Philipp Wich2013-06-131-2/+2
| | | | | | - fixes handling of reject target for rule sections with specific destination zone SVN-Revision: 36933
* uhttpd: expose missing options to uciJo-Philipp Wich2013-06-132-0/+35
| | | | SVN-Revision: 36932
* odhcp6c: add sanity checks for NDP and MTU parameters from RAsSteven Barth2013-06-131-2/+2
| | | | SVN-Revision: 36930
* kernel: add dependencies for kernel 3.10Hauke Mehrtens2013-06-122-2/+2
| | | | SVN-Revision: 36925
* 6relayd: make route preference and prefix on-link flag configurableSteven Barth2013-06-112-2/+10
| | | | SVN-Revision: 36922
* base-files: remove unnecessary early sysctl-hackSteven Barth2013-06-112-8/+1
| | | | SVN-Revision: 36920
* base-files: set default IPv6 forwarding value to 1Steven Barth2013-06-112-3/+3
| | | | SVN-Revision: 36918
* uci: update to fix excessive reorder delta entry duplication (#13678)Felix Fietkau2013-06-111-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36915
* libubox: update to latest version, fixes an uloop use-after-free bugFelix Fietkau2013-06-111-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36914
* iproute2: add drop-failed rule action (patch by Jonas Gorski)Steven Barth2013-06-112-1/+64
| | | | SVN-Revision: 36910
* netifd: update to latest version, uses the new uci/blob code from libuciFelix Fietkau2013-06-101-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36909
* uci: update to latest version, adds uci<->blobmsg conversion code from netifdFelix Fietkau2013-06-101-4/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36908
* libubox: update to latest version, adds some helper functionFelix Fietkau2013-06-101-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36907
* ppp: correctly handle address when reloadingSteven Barth2013-06-102-2/+2
| | | | SVN-Revision: 36904
* netifd: improve reloading behaviourSteven Barth2013-06-101-2/+2
| | | | SVN-Revision: 36903
* lantiq: atm: Use a tasklet to handle incoming packets. Fix #12917.John Crispin2013-06-101-3/+19
| | | | | | | | | | | | | | | | Incoming packets are now processes in a tasklet instead of in the irq handler; this should improve latency. This patch is based on a previous version of ltq-atm driver, which did implement a tasklet. It has been tested on a arv4518pw with a Lantiq Danube for about a month and it seems to work well. Signed-off-by: Luca Dariz <luca.dariz@gmail.com> Tested-by: Luca Dariz <luca.dariz@gmail.com> SVN-Revision: 36902
* procd: make the preinit rules wildcard all buttons for failsafeJohn Crispin2013-06-102-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36896
* procd: update to latest git revisionJohn Crispin2013-06-101-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36895
* ubox: update to latest git revisionJohn Crispin2013-06-101-3/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36894
* sysupgrade: create state file so procd knows when a sysupgrade is in progressJohn Crispin2013-06-101-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36893
* modules: make all led and button modules used during boot priority 1John Crispin2013-06-104-9/+9
| | | | | | | | This makes sure the modules are symlinked in /etc/modules-boot.d/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36892
* base-files: fix failsafe via button pressJohn Crispin2013-06-101-1/+1
| | | | | | | | entering failsafe by pressing a button during boot was broken for procd as init Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36891
* base-files: change PATH orderJohn Crispin2013-06-101-1/+1
| | | | | | | | | This allows packages to override busybox applets by placing the new binaries in /usr/{sbin,bin} Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36890
* iwinfo: add phyname attribute, this is useful to group networks by radio phyJo-Philipp Wich2013-06-0912-3/+95
| | | | SVN-Revision: 36889
* libiwinfo: ignore log messages from wpa_supplicant while scanningJo-Philipp Wich2013-06-091-16/+47
| | | | | | | | | | | | | | | wpa_supplicant may send log and event messages intermixed with the expected scan results. This makes "iwinfo wlan0 scan" and LuCI "site survey" display nothing when many AP's are around. Eliminate the CTRL-EVENT-BSS-ADDED events, interspersed log messages, lines with unexpected format. Increase timeout to handle the max number of channels (2.4, 3.6, 4.9, 5 GHz). Insure receive buffer is null-terminated. Signed-off-by: Jean-Pierre Tosoni <jp.tosoni@acksys.fr> SVN-Revision: 36888
* netifd: Improve IPv6 source-routing policiesSteven Barth2013-06-081-2/+2
| | | | SVN-Revision: 36884
* netifd: bring wifi down before shutting downJonas Gorski2013-06-081-0/+1
| | | | | | | | works around wifiX references not being freed on network restart. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36883
* ath9k: fix paprd descriptor setupFelix Fietkau2013-06-071-24/+28
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36881
* ath9k: improve multicast buffering handling, take care of the MORE_DATA flag ↵Felix Fietkau2013-06-073-57/+206
| | | | | | | | properly Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36880
* firewall: udpate to git head (#13652, #13654, #13658)Jo-Philipp Wich2013-06-061-2/+2
| | | | | | | | | - optimizes chain usage for ingress rules - adds limit match support for redirect rules - fixes automatic redirect dest detection on little endian systems - leaves base chains in place on reload to allow user rules to target e.g. "reject" SVN-Revision: 36871
* firewall: copy libext*.a from staging dir and drop kernel.mk includes, ↵Jo-Philipp Wich2013-06-061-4/+1
| | | | | | solves problem with colliding CONFIG_IPV6 symbols SVN-Revision: 36868
* iptables: install libext*.a into staging dirJo-Philipp Wich2013-06-061-0/+4
| | | | SVN-Revision: 36867
* base-files: use less entropy when generating ULAsSteven Barth2013-06-062-8/+5
| | | | SVN-Revision: 36865
* ath9k: fix a regression in the powersave handling related changesFelix Fietkau2013-06-051-10/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36859
* ath9k: merge a fix for ar9550 eeprom accessFelix Fietkau2013-06-051-0/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36858
* kmod-usb-net-cdc-mbim: fix module loadingNicolas Thill2013-06-051-1/+1
| | | | | | cdc_mbim should be loaded after cdc_ncm (closes: #13562) SVN-Revision: 36856
* firewall: update to git head (#13652)Jo-Philipp Wich2013-06-051-2/+2
| | | | | | | - simplifies using ipsets for rules and redirects, match direction can be specified in-place like option ipset 'setname src dst dst' - uses zone_name_src_ACTION chains for input rules, this fixes logging with log enabled src zones SVN-Revision: 36854
* firewall3: fix accidentally changed install directiveJo-Philipp Wich2013-06-041-1/+1
| | | | SVN-Revision: 36840
* firewall: fix git source urlJo-Philipp Wich2013-06-041-1/+1
| | | | SVN-Revision: 36839
* firewall3: rename to firewall, move into base system menu, update to git ↵Jo-Philipp Wich2013-06-045-11/+11
| | | | | | head with compatibility fixes for AA SVN-Revision: 36838