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