summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* netifd: update to the latest version, adds a small validation fixFelix Fietkau2014-07-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41731
* qos-scripts: convert to procdFelix Fietkau2014-07-181-5/+17
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41730
* lzo: Update to version 2.08Hauke Mehrtens2014-07-171-2/+2
| | | | | | | | lzo: Update to 2.08, fixes CVE-2014-4607 Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com> SVN-Revision: 41707
* odhcpd: rewrite NDP proxy featureSteven Barth2014-07-171-2/+2
| | | | SVN-Revision: 41703
* netifd: update to the latest version, enables igmp snooping by defaultFelix Fietkau2014-07-171-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41683
* qos-scripts: fix ingress packet marking with ifbFelix Fietkau2014-07-172-13/+27
| | | | | | | | | | | | | | | | Split connection mark into two parts: The lower nibble contains the confirmed conntrack mark which is not generated by default/reclassify rules. The upper nibble contains the current value specified by default/reclassify rules. For egress, the default/reclassify value is preferred For ingress, the connection mark is preferred Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41682
* mac80211: add new b43 config option to issue rebuildHauke Mehrtens2014-07-161-1/+7
| | | | | | | | | With this patch mac80211 will be rebuild when one of these config options was changed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41677
* mac80211: b43: fix PHY_G support.Hauke Mehrtens2014-07-161-0/+10
| | | | | | | | | I missed adding B43_PHY_G to .local-symbols, without this it will not be added to autoconf.h Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41676
* iwinfo: fix crash on parsing mtd (#15807)Felix Fietkau2014-07-161-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41675
* libubox: update to the latest version, fixes a jshn parsing error (#17128)Felix Fietkau2014-07-161-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41674
* ath9k: add a fix for tx pending frame accounting, fixes some tx hang issuesFelix Fietkau2014-07-162-3/+90
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41673
* lantiq: re-add 0041-lzma-fixup.patch to ubootJohn Crispin2014-07-161-0/+44
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41671
* mac80211: b43: backport b43 patches from wireless testingHauke Mehrtens2014-07-156-129/+1745
| | | | | | | | This brings b43 up to wireless-testing/master master-2014-07-15 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41668
* hostapd: add a require_mode option in wifi-device sections to select the ↵Felix Fietkau2014-07-151-1/+7
| | | | | | | | minimum hardware mode that the AP requires from clients Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41665
* package/uboot-envtools: add support for the EnGenius EAP300 v2 boardGabor Juhos2014-07-141-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41660
* kernel: fix kmod-igb dependenciesJohn Crispin2014-07-141-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41656
* package/uboot-envtools: add support for the Tube2H boardGabor Juhos2014-07-141-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41651
* allow overriding the kernel partition's nameImre Kaloz2014-07-141-2/+5
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41646
* kernel: remove stray " from igp module titleJonas Gorski2014-07-141-1/+1
| | | | | | | | Fixes #17108. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41645
* odhcpd: disable packet socket if unneeded to preserve performanceSteven Barth2014-07-141-2/+2
| | | | SVN-Revision: 41644
* base-files: strip quotes from the MAC address in macaddr_canonicalize()Gabor Juhos2014-07-141-0/+1
| | | | | | | | | Extracted from http://patchwork.openwrt.org/patch/5716/ Signed-off-by: Forest Crossman <cyrozap@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41639
* kernel: add igb kernel moduleJohn Crispin2014-07-141-0/+18
| | | | | | | | Added igb kernel module which supports a variety of Intel GigE PCIe devices Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 41637
* we already have a get_magic_long() in common.sh for sysupgrade, don't break itImre Kaloz2014-07-131-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41628
* base-files: adjust the default netfilter tcp established connection timeout ↵Felix Fietkau2014-07-131-1/+1
| | | | | | | | as per RFC 5382 (#17098) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41599
* lantiq: configure uboot-envtools on BTHOMEHUBV2B and make it work correctly ↵John Crispin2014-07-131-1/+4
| | | | | | | | | | | | | | on other lantiq boards Generate the configuration file for uboot-envtools on BTHOMEHUBV2B. Adds the specific parameters for the BTHOMEHUBV2B and also fixes an incorrect path which would have affected other lantiq boards as well (currently only the GIGASX76X). Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 41597
* brcm47xx: deactivate ssb and old phy code for new devicesHauke Mehrtens2014-07-122-3/+21
| | | | | | | | | This deactivates ssb and G-PHY code in b43 for the mips74k profile in brcm47xx. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41594
* mac80211: b43: backport b43 patches from wireless testingHauke Mehrtens2014-07-126-24/+2542
| | | | | | | | This brings b43 up to wireless-testing/master master-2014-07-10 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41593
* procd: correctly identify ubifs in tar fileJohn Crispin2014-07-101-2/+2
| | | | | | | | | | | A missing path prevents the rootfs type contained in a SysupgradeNAND tar file from being determined correctly. This fixes it, and also corrects a minor spelling mistake. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 41564
* sysupgrade: Enable killing of all processes under upgradedJohn Crispin2014-07-101-12/+27
| | | | | | | | | | If the sysupgrade scripts is called under upgraded, it will not kill all other processes as it should to avoid interference by locked filesystem. This patch checks the parent and if it is upgraded, it kills all. Signed-off-by: André Valentin <avalentin@marcant.net> SVN-Revision: 41563
* firewall: fix segfault introduced by latest updateJo-Philipp Wich2014-07-101-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41558
* mac80211: Fix config variable name for dtim_periodFelix Fietkau2014-07-101-1/+1
| | | | | | | | | | | | The vif option dtim_period was accidently renamed dtim_interval in r38988 ("netifd: add wireless configuration support and port mac80211 to the new framework"). This is wrong and makes the dtim_period/dtim_interval a dead option because the rest of the config generation code still uses dtim_period. Reported-by: Jeppe Ledet-Pedersen <jlp@steinwurf.com> Signed-off-by: Sven Eckelmann <sven@narfation.org> SVN-Revision: 41557
* firewall: fix regressions introduced after latest ubus reworkJo-Philipp Wich2014-07-101-2/+2
| | | | | | | | | | The commit 92281eb747b56e748b7c3d754055919c23befdd4 broke fw3_ubus_addresses() so that no addresses where returned at all, this caused fw3 to not emit NAT reflection rules anymore. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41556
* qos-scripts: remove maxsize options and packet size based reclassify from ↵Felix Fietkau2014-07-081-14/+0
| | | | | | | | | | | the default config They should be unnecessary with fq_codel, and simplifying rules helps with performance Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41549
* broadcom-wl: assign first increased mac address to internal wifi coreHauke Mehrtens2014-07-074-7/+7
| | | | | | | | | | When the original mac addresses are not valid assign the first one to the internal wifi core, this matches the manufacture mac address in most cases. In addition refresh the patches. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41545
* broadcom-wl: disable mips16 support, fixes buildFelix Fietkau2014-07-071-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41540
* samba36: update to minor version 3.6.24Hauke Mehrtens2014-07-062-3/+3
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41525
* mac80211: b43: add support for firmware 784.2Hauke Mehrtens2014-07-061-8/+22
| | | | | | | | This adds firmware 784.2 for b43 as an option. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41524
* mac80211: update linux-firmwareHauke Mehrtens2014-07-061-5/+32
| | | | | | | | | | This updates linux-firmware to version 7f388b4885cf64d6b7833612052d20d4197af96f from 2014-06-04. In addition it adds new firmware for Intel, Broadcom and Realtek devices. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41523
* broadcom-wl: improve setting leddcHauke Mehrtens2014-07-051-4/+4
| | | | | | | | Use leddc value from other routers and improve the script. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41519
* broadcom-wl: fix led supportHauke Mehrtens2014-07-052-0/+15
| | | | | | | | | | Some devices have an nvram setting, which make broadcom-wl turn of the led all the time. When the driver is switched on and we find such a setting we replace it with a better value. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41518
* broadcom-wl: fixup mac addresses.Hauke Mehrtens2014-07-051-0/+92
| | | | | | | | | | Some series of devices are using the same mac address, which causes conflicts for these devices we generate a new mac address based on the base address. This patch adds this functionality to braodcom-wl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41514
* samba36: disable acl support to avoid picking up a dependency on libacl (#16988)Felix Fietkau2014-07-041-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41509
* samba36: do not pick up libattr as a dependencyFelix Fietkau2014-07-041-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41508
* rpcd: fix parsing of executable plugin outputJo-Philipp Wich2014-07-031-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41502
* ubus: update to the latest version, fixes compile error regressionsFelix Fietkau2014-07-031-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41496
* wrt55agv2-spidevs: fix compile issuesJohn Crispin2014-07-032-12/+2
| | | | | | | | i think this breakage was introduced when linux moved to uapi header Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41493
* ubus: update to the latest version, increases maximum message size and adds ↵Felix Fietkau2014-07-031-2/+2
| | | | | | | | a few fixes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41492
* firewall: fix issue with parsing network optionsJo-Philipp Wich2014-07-031-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41491
* rc.common: when reloading a service using procd, fall back to calling start ↵Felix Fietkau2014-07-031-1/+1
| | | | | | | | | | instead of restart This avoids unnecessary service restarts Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41490
* mac80211: update regulatory database to master-2014-06-13Hauke Mehrtens2014-07-021-27/+153
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41489