Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 74b263b
Author: NivalXer <nivalxer@users.noreply.github.com>
Date:   Tue Jul 7 18:19:10 2020 +0800

    mwlwifi:add disable-amsdu patch (coolsnowwolf#5027)

commit 0c94245
Author: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
Date:   Tue Jul 7 17:02:20 2020 +0800

    mtwifi: update dual 7615 config (Thx zmzhuai and MeIsReallyBa) (coolsnowwolf#5025)

commit b141347
Author: coolsnowwolf <coolsnowwolf@gmail.com>
Date:   Tue Jul 7 12:43:25 2020 +0800

    Version update to R20.7.7

commit dca5308
Author: coolsnowwolf <coolsnowwolf@gmail.com>
Date:   Tue Jul 7 12:41:13 2020 +0800

    bcm53xx: phicomm-k3 using custom k3-brcmfmac4366c-firmware

commit 786a6e1
Author: coolsnowwolf <coolsnowwolf@gmail.com>
Date:   Tue Jul 7 12:39:50 2020 +0800

    bcm53xx: phicomm-k3 using custom k3-brcmfmac4366c-firmware

commit 3b4a069
Author: coolsnowwolf <coolsnowwolf@gmail.com>
Date:   Tue Jul 7 12:38:06 2020 +0800

    package: remove some old pack

commit bb51e8a
Author: coolsnowwolf <coolsnowwolf@gmail.com>
Date:   Tue Jul 7 12:30:20 2020 +0800

    coremark: bump version to 2020-05-28

commit ea3f2b1
Merge: 3ac0246 d8a77f3
Author: coolsnowwolf <coolsnowwolf@gmail.com>
Date:   Tue Jul 7 12:22:36 2020 +0800

    Merge branch 'master' of https://github.com/coolsnowwolf/lede

commit 3ac0246
Author: coolsnowwolf <coolsnowwolf@gmail.com>
Date:   Tue Jul 7 12:22:24 2020 +0800

    automount:use antfs instead of ntfs-3g

commit d8a77f3
Author: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
Date:   Tue Jul 7 11:40:17 2020 +0800

    shortcut-fe-cm: load only once to avoid panic (coolsnowwolf#5019)
  • Loading branch information
dzsjjas committed Jul 7, 2020
1 parent 7db93b4 commit e417557
Show file tree
Hide file tree
Showing 42 changed files with 33 additions and 17,770 deletions.
11 changes: 11 additions & 0 deletions package/kernel/mwlwifi/patches/002-disable-AMSDU.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/core.c
+++ b/core.c
@@ -982,7 +982,7 @@ struct ieee80211_hw *mwl_alloc_hw(int bu
priv->use_short_preamble = false;
priv->disable_2g = false;
priv->disable_5g = false;
- priv->tx_amsdu = true;
+ priv->tx_amsdu = false;
priv->hif.bus = bus_type;
priv->hif.ops = ops;
priv->hif.priv = (char *)priv + ALIGN(sizeof(*priv), NETDEV_ALIGN);
28 changes: 0 additions & 28 deletions package/lean/antfs-mount/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions package/lean/antfs-mount/files/mount.ntfs

This file was deleted.

43 changes: 0 additions & 43 deletions package/lean/antfs/Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions package/lean/automount/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=automount
PKG_VERSION:=1
PKG_RELEASE:=32
PKG_RELEASE:=33
PKG_ARCH:=all

include $(INCLUDE_DIR)/package.mk

define Package/automount
TITLE:=Mount autoconfig hotplug script.
MAINTAINER:=Lean
DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +!LINUX_5_4:kmod-fs-exfat0 +LINUX_5_4:kmod-fs-exfat +ntfs-3g
DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +!LINUX_5_4:kmod-fs-exfat0 +LINUX_5_4:kmod-fs-exfat +antfs-mount
endef

define Package/automount/description
Expand Down
41 changes: 0 additions & 41 deletions package/lean/bonding/Makefile

This file was deleted.

211 changes: 0 additions & 211 deletions package/lean/bonding/files/lib/netifd/proto/bonding.sh

This file was deleted.

6 changes: 3 additions & 3 deletions package/lean/coremark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=coremark
PKG_RELEASE:=13
PKG_RELEASE:=15

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/eembc/coremark.git
PKG_SOURCE_VERSION:=21d473aae1f11d52ea592a8685734be2209aa66f
PKG_SOURCE_DATE:=2019-09-30
PKG_SOURCE_VERSION:=7685fd32bd7919581bfff2881a6dac6320581400
PKG_SOURCE_DATE:=2020-05-28

include $(INCLUDE_DIR)/package.mk

Expand Down
4 changes: 2 additions & 2 deletions package/lean/default-settings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=default-settings
PKG_VERSION:=1.1
PKG_RELEASE:=63
PKG_VERSION:=2
PKG_RELEASE:=1
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE

Expand Down
2 changes: 1 addition & 1 deletion package/lean/default-settings/files/zzz-default-settings
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sed -i '/option disabled/d' /etc/config/wireless
sed -i '/set wireless.radio${devidx}.disabled/d' /lib/wifi/mac80211.sh

sed -i '/DISTRIB_REVISION/d' /etc/openwrt_release
echo "DISTRIB_REVISION='R20.7.1'" >> /etc/openwrt_release
echo "DISTRIB_REVISION='R20.7.7'" >> /etc/openwrt_release
sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
echo "DISTRIB_DESCRIPTION='OpenWrt '" >> /etc/openwrt_release

Expand Down
Loading

0 comments on commit e417557

Please sign in to comment.