forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (coolsnowwolf#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (coolsnowwolf#5350) 431fb8c mac80211: add AQL improvements 6bdd4c9 mac80211: add missing backports for building with 4.14 kernels 0106820 mac80211: add missing return code checks in AQL improvements e7f7101 mac80211: rework encapsulation offload support [package] base-files: add function for generating random MAC dnsmasq: abort dhcp_check on interface state boot: sync upstream source code ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD [script] download: add China Mirror Station [target] Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape, mediatek, mvebu, octeon, oxnas, pistachio, uml Sync most of the target patches. Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
- Loading branch information
Showing
806 changed files
with
21,485 additions
and
50,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# | ||
# Copyright © 2020 David Woodhouse <[email protected]> | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
include $(TOPDIR)/rules.mk | ||
include $(INCLUDE_DIR)/kernel.mk | ||
|
||
PKG_NAME:=mt7623n-preloader | ||
PKG_VERSION:=2020-03-11 | ||
PKG_RELEASE:=b27114e184449a33b5d875fda14198f5e6fee2bb | ||
|
||
PKG_MAINTAINER:=David Woodhouse <[email protected]> | ||
|
||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_RELEASE) | ||
|
||
PKG_FLAGS:=nonshared | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
|
||
BPI_PRELOADER_URL:=@GITHUB/BPI-SINOVOIP/BPI-files/$(PKG_RELEASE)/SD/100MB/ | ||
BPI_PRELOADER_PREFIX:=bpi-preloader-$(PKG_RELEASE) | ||
|
||
define Download/BPI-R2-preloader-2k.img.gz | ||
FILE:=$(BPI_PRELOADER_PREFIX)-BPI-R2-preloader-DDR1600-20191024-2k.img.gz | ||
URL:=$(BPI_PRELOADER_URL) | ||
URL_FILE:=BPI-R2-preloader-DDR1600-20191024-2k.img.gz | ||
HASH:=c731cc166c912c84846e2ed5faf727504e4dec1463754baa6328e9908c84a373 | ||
endef | ||
$(eval $(call Download,BPI-R2-preloader-2k.img.gz)) | ||
|
||
|
||
define Package/mt7623n-preloader | ||
SECTION:=boot | ||
CATEGORY:=Boot Loaders | ||
DEPENDS:=@TARGET_mediatek_mt7623 | ||
TITLE:=mt7623n-preloader | ||
DEFAULT:=y if TARGET_mediatek | ||
endef | ||
|
||
define Package/mt7623n-preloader/description | ||
Preloader image for mt7623n based boards like Banana Pi R2. | ||
endef | ||
|
||
define Build/Prepare | ||
rm -rf $(PKG_BUILD_DIR) | ||
mkdir -p $(PKG_BUILD_DIR) | ||
cp $(DL_DIR)/$(BPI_PRELOADER_PREFIX)-BPI-R2-preloader-DDR1600-20191024-2k.img.gz $(PKG_BUILD_DIR)/mt7623n_bpir2-preloader.bin.gz | ||
endef | ||
|
||
define Build/Compile | ||
true | ||
endef | ||
|
||
define Build/InstallDev | ||
mkdir -p $(STAGING_DIR_IMAGE) | ||
gunzip -c $(PKG_BUILD_DIR)/mt7623n_bpir2-preloader.bin.gz > $(STAGING_DIR_IMAGE)/mt7623n_bpir2-preloader.bin | ||
endef | ||
|
||
$(eval $(call BuildPackage,mt7623n-preloader)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ mr600v2|\ | |
mr900|\ | ||
mr900v2|\ | ||
n5q|\ | ||
nbg6616|\ | ||
nbg6716|\ | ||
om5p|\ | ||
om5p-ac|\ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.