Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-3.x into next

This commit is contained in:
Arne Fitzenreiter
2021-07-31 18:52:02 +02:00
5 changed files with 7 additions and 24 deletions

View File

@@ -33,8 +33,6 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)-$(MKIMAGE)
SUP_ARCH = armv6l aarch64
CFLAGS += -fcommon
###############################################################################
# Top-level Rules
###############################################################################

View File

@@ -24,17 +24,14 @@
include Config
VER = 1ee53f5
VER = 5e8607b
THISAPP = u-boot-friendlyarm-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/u-boot-$(VER)*
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = none
#armv5tel
CFLAGS += -fcommon
SUP_ARCH = armv6l
###############################################################################
# Top-level Rules
@@ -44,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = a329359aa0e9211f02526548eb6a6208
$(DL_FILE)_MD5 = fa7bb610b17df6b884f6c88f19ce258e
install : $(TARGET)
@@ -78,7 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
ifeq "${BUILD_ARCH}" "armv5tel"
ifeq "${BUILD_ARCH}" "armv6l"
# Nanopi-R1 eMMC
-mkdir -pv /usr/share/u-boot/nanopi-r1
cd $(DIR_APP) && cp arch/arm/dts/sun8i-h3-nanopi-m1-plus.dts arch/arm/dts/sun8i-h3-nanopi-r1.dts