From 4c53fb21172a3678709c057dec5f601d23062dd4 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 7 Jun 2019 00:33:47 +0800 Subject: [PATCH] fix Makefile --- package/cnsztl/luci-app-baidupcs-mipsle/Makefile | 4 +--- package/cnsztl/luci-app-filebrowser-mipsle/Makefile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package/cnsztl/luci-app-baidupcs-mipsle/Makefile b/package/cnsztl/luci-app-baidupcs-mipsle/Makefile index f831c4eb1e..9d9ac9c603 100755 --- a/package/cnsztl/luci-app-baidupcs-mipsle/Makefile +++ b/package/cnsztl/luci-app-baidupcs-mipsle/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=luci-app-baidupcs +PKG_NAME:=luci-app-baidupcs-mipsle PKG_VERSION:=1.0.0 PKG_RELEASE:=1 @@ -32,8 +32,6 @@ define Package/$(PKG_NAME)/description endef define Build/Prepare - $(foreach po,$(wildcard ${CURDIR}/files/luci/i18n/*.po), \ - po2lmo $(po) $(PKG_BUILD_DIR)/$(patsubst %.po,%.lmo,$(notdir $(po)));) endef define Build/Configure diff --git a/package/cnsztl/luci-app-filebrowser-mipsle/Makefile b/package/cnsztl/luci-app-filebrowser-mipsle/Makefile index bc0a496b61..edf8b6c83c 100755 --- a/package/cnsztl/luci-app-filebrowser-mipsle/Makefile +++ b/package/cnsztl/luci-app-filebrowser-mipsle/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=luci-app-filebrowser +PKG_NAME:=luci-app-filebrowser-mipsle PKG_VERSION:=1.0.0 PKG_RELEASE:=1 @@ -32,8 +32,6 @@ define Package/$(PKG_NAME)/description endef define Build/Prepare - $(foreach po,$(wildcard ${CURDIR}/files/luci/i18n/*.po), \ - po2lmo $(po) $(PKG_BUILD_DIR)/$(patsubst %.po,%.lmo,$(notdir $(po)));) endef define Build/Configure