mirror of https://github.com/hak5/openwrt.git
move LIB_SUFFIX from base-files to rules.mk
Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080lede-17.01
parent
c16bf519f1
commit
fb9023bb8a
|
@ -23,9 +23,6 @@ ifneq ($(DUMP),1)
|
|||
ifneq ($(wildcard $(PLATFORM_DIR)/base-files-$(PROFILE) $(PLATFORM_SUBDIR)/base-files-$(PROFILE)),)
|
||||
TARGET:=$(TARGET)-$(PROFILE)
|
||||
endif
|
||||
ifneq ($(findstring $(ARCH) , mips64 x86_64 ),)
|
||||
LIB_SUFFIX:=64
|
||||
endif
|
||||
endif
|
||||
|
||||
define Package/base-files
|
||||
|
|
Loading…
Reference in New Issue