diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-04-15 18:40:19 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-04-15 18:40:46 -0400 |
| commit | 01be290c57a289aa0200e128764c3e73b5b38932 (patch) | |
| tree | 2ef45657a9b3d12e112854c6c14f70afba82b814 /sys-boot/u-boot/u-boot-2022.01.ebuild | |
| parent | 119d15709be940524fff65f8d5e728d00454526c (diff) | |
Update patches for new version
Diffstat (limited to 'sys-boot/u-boot/u-boot-2022.01.ebuild')
| -rw-r--r-- | sys-boot/u-boot/u-boot-2022.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/u-boot/u-boot-2022.01.ebuild b/sys-boot/u-boot/u-boot-2022.01.ebuild index c07af7f..c95e6cf 100644 --- a/sys-boot/u-boot/u-boot-2022.01.ebuild +++ b/sys-boot/u-boot/u-boot-2022.01.ebuild @@ -24,8 +24,8 @@ BDEPEND="" S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/0001-Add-regulator-needed-for-usage-of-USB.patch" - "${FILESDIR}/0002-Correct-boot-order-to-be-USB-SD-eMMC.patch" - "${FILESDIR}/0003-Enable-the-power-LED-during-early-startup.patch" + "${FILESDIR}/0002-Enable-the-power-LED-during-early-startup.patch" + "${FILESDIR}/0003-Correct-boot-order-to-be-USB-SD-eMMC.patch" ) src_configure() { |