forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson: bump to 6.1 kernel, drop mesongx (coolsnowwolf#11570)
Make it into a direct brush package, making it convenient for software to brush into EMMC without the need for SD or USB drive u-boot: https://github.com/shiyu1314/u-boot-onecloud/releases SD firmware conversion to direct flash firmware: https://github.com/shiyu1314/openwrt-onecloud Signed-off-by: Li Xueli <[email protected]>
- Loading branch information
Showing
20 changed files
with
100 additions
and
1,569 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
# | ||
# Copyright (C) 2017-2021 Stijn Tintel <[email protected]> | ||
# Copyright (C) 2006-2013 OpenWrt.org | ||
|
||
include $(TOPDIR)/rules.mk | ||
|
||
ARCH:=arm | ||
BOARD:=meson | ||
BOARDNAME:=Amlogic Meson family | ||
FEATURES:=audio boot-part ext4 fpu legacy-sdcard squashfs usbgadget | ||
MAINTAINER:=Stijn Tintel <[email protected]> | ||
SUBTARGETS:=meson8b mesongx | ||
FEATURES:=boot-part ext4 fpu legacy-sdcard squashfs usbgadget | ||
SUBTARGETS:=meson8b | ||
|
||
KERNEL_PATCHVER:=5.10 | ||
KERNEL_TESTING_PATCHVER:=5.15 | ||
KERNEL_PATCHVER:=6.1 | ||
|
||
define Target/Description | ||
Build firmware image for Amlogic Meson SoC devices. | ||
|
@@ -23,9 +21,11 @@ include $(INCLUDE_DIR)/target.mk | |
|
||
DEFAULT_PACKAGES += \ | ||
e2fsprogs \ | ||
kmod-sound-core \ | ||
kmod-usb-hid \ | ||
mkf2fs \ | ||
automount \ | ||
resize2fs \ | ||
parted \ | ||
losetup \ | ||
partx-utils | ||
|
||
KERNELNAME:=Image dtbs | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.