summaryrefslogtreecommitdiff
path: root/package
Commit message (Collapse)AuthorAge
* lantiq: more vdsl related cleanupsJohn Crispin2014-04-11
| | | | | | | | | | | * atm module needs to be loaded before linux-atm * use absolute firmware paths * extended validation * add a script for mounting an optional firmware partition Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40460
* netifd: switch to using git.openwrt.orgFelix Fietkau2014-04-11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40459
* uci: fix import with not yet existing packages, preserve config permissions ↵Jo-Philipp Wich2014-04-11
| | | | | | | | on commit, fix Lua detection in cmake Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40458
* uhttpd: do not attempt to configure Lua handler if referenced file does not ↵Jo-Philipp Wich2014-04-11
| | | | | | | | exist Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40457
* netifd: update to latest version, adds a force_link parameter to bring up an ↵Felix Fietkau2014-04-11
| | | | | | | | interface without active device carrier Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40456
* netifd: update to the latest version, fixes some reload issues with proto=staticFelix Fietkau2014-04-10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40449
* kernel: add a dependency of kmod-r8169 on r8169-firmwareFelix Fietkau2014-04-10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40448
* linux-firmware: add a new package for firmware (currently only builds r8169 ↵Felix Fietkau2014-04-10
| | | | | | | | firmware) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40447
* netifd: fix a regression related to ppp + multiple updates (ipv4 + ipv6)Felix Fietkau2014-04-10
| | | | | | | | Fixes #15504 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40443
* mac80211: add back missing tx power handling fix (#12750)Felix Fietkau2014-04-10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40440
* lantiq: move the dsl-modem config to network.@dsl-modem[-1]John Crispin2014-04-10
| | | | | | | | make sure uci_defaults generates a proper uci config for the v/adsl modem Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40439
* lantiq: vdsl init.d script should auto startJohn Crispin2014-04-09
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40438
* lantiq: cleanup vdsl driver bringupJohn Crispin2014-04-09
| | | | | | | | | | | | | | | | config interface 'wan' # a, b, j option annex b # a, b, av, bv option tone b # vdsl.bin option firmware # atm, ptm option xfer_mode atm Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40437
* odhcpd: use correct defaults for interfaces not in UCISteven Barth2014-04-09
| | | | SVN-Revision: 40435
* odhcp6c: fix recovering from status where all addresses have been lostSteven Barth2014-04-09
| | | | SVN-Revision: 40432
* mac80211: fix warnings triggered by tx power changes when using WDS AP (#15491)Felix Fietkau2014-04-08
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40430
* mac80211: fix user antenna gain calculationFelix Fietkau2014-04-08
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40429
* ath9k: fix AP mode crash issuesFelix Fietkau2014-04-08
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40428
* ath9k: fix some ANI related stability issuesFelix Fietkau2014-04-08
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40427
* base-files: add back missing function for find_mtd_part to /lib/functions.sh ↵Felix Fietkau2014-04-08
| | | | | | | | (fixes #15496) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40426
* ds-lite: compatibility with ISPs that only offer public PDsSteven Barth2014-04-08
| | | | SVN-Revision: 40422
* OpenSSL: update to 1.0.1gSteven Barth2014-04-08
| | | | | | | | This fixes the Heartbleed bug (CVE-2014-0160). Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 40421
* base-files: the ubi tol should be installed when jumping to ram_fsJohn Crispin2014-04-07
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40420
* base-files: make use of new fstoolsJohn Crispin2014-04-07
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40416
* fstools: update to latest git HEADJohn Crispin2014-04-07
| | | | | | | | this adds the /sbin/ubi tool that can be used for sysupgrading ubi volumes Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40415
* netifd: update to the latest version, fixes a l3_dev handling regression ↵Felix Fietkau2014-04-07
| | | | | | | | leading to a crash Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40414
* /lib/functions.sh: remove config_rename()Felix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40412
* /lib/functions.sh: move rarely used mtd and macaddr related functions to ↵Felix Fietkau2014-04-07
| | | | | | | | /lib/functions/system.sh Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40411
* /lib/functions.sh: remove jffs2_mark_erase()Felix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40410
* base-files: remove config_clear() and list_remove()Felix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40409
* base-files: move uci_apply_defaults() to /etc/init.d/bootFelix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40408
* /lib/functions.sh: remove hotplug_dev()Felix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40406
* /lib/functions.sh: remove strtok()Felix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40405
* /lib/functions.sh: move preinit related functions to /lib/functions/preinit.shFelix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40404
* /lib/functions.sh: remove pi_include()Felix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40403
* /lib/functions.sh: remove jffs2_ready()Felix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40402
* /lib/functions.sh: remove support for non-overlayfs overlay fopivot typesFelix Fietkau2014-04-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40401
* odhcpd: improve managed PDSteven Barth2014-04-06
| | | | SVN-Revision: 40395
* hostapd: update to version 2014-04-04Felix Fietkau2014-04-06
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40394
* mac80211: update to wireless-testing 2014-03-31Felix Fietkau2014-04-06
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40393
* uclibc++: disable mips16 support to avoid linkage errors with libsupc++ ↵Felix Fietkau2014-04-05
| | | | | | | | object files Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40390
* odhcp6c: Add renew handler for proto dhcpv6Felix Fietkau2014-04-05
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 40386
* netifd: Add renew handler for proto dhcpFelix Fietkau2014-04-05
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 40385
* netifd: update to latest version, fixes issues when l3 interface changes on ↵Felix Fietkau2014-04-05
| | | | | | | | reload (e.g. ppp -> dhcp/static) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40384
* fstools: scripts should propagate the cmdlineJohn Crispin2014-04-05
| | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 40383
* ubi-utils: fix git tree path, a regex went madJohn Crispin2014-04-05
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40382
* lantiq: cleanup the dsl control scriptsJohn Crispin2014-04-05
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40381
* kernel: fix bluetooth and zsmalloc for 3.14Jonas Gorski2014-04-04
| | | | | | | | | zsmalloc was promoted from staging, while bluetooth gained a dependency to a library shared with 802.15.4 for 6lowpan support. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40379
* kernel: fix usb module paths for 3.14Jonas Gorski2014-04-04
| | | | | | | | | dwc2 was promoted from staging, while u_rndis was merged into usb_f_rndis. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40378
* kernel: fix kmod-sound-core for 3.14Jonas Gorski2014-04-04
| | | | | | | | pcm-page-alloc was merged into snd-pcm. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40377