diff --git a/luci-base/Makefile.orig b/luci-base/Makefile.orig deleted file mode 100644 index 7f7d7e772..000000000 --- a/luci-base/Makefile.orig +++ /dev/null @@ -1,50 +0,0 @@ -# -# Copyright (C) 2008-2015 The LuCI Team -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=luci-base - -LUCI_TYPE:=mod -LUCI_BASENAME:=base - -LUCI_TITLE:=LuCI core libraries -LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jsonc +liblucihttp-lua - -PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 -PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luasrcdiet -PKG_HASH:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea -PKG_LICENSE:=Apache-2.0 - -HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1 - -include $(INCLUDE_DIR)/host-build.mk - -define Package/luci-base/conffiles -/etc/luci-uploads -/etc/config/luci -/etc/config/ucitrack -endef - -include ../../luci.mk - -define Host/Configure -endef - -define Host/Compile - $(MAKE) -C src/ clean po2lmo - $(MAKE) -C $(HOST_BUILD_DIR) bin/LuaSrcDiet.lua -endef - -define Host/Install - $(INSTALL_DIR) $(1)/bin - $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo - $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(1)/bin/LuaSrcDiet -endef - -$(eval $(call HostBuild)) - -# call BuildPackage - OpenWrt buildroot signature diff --git a/luci-base/src/po2lmo b/luci-base/src/po2lmo deleted file mode 100755 index a9535aeab..000000000 Binary files a/luci-base/src/po2lmo and /dev/null differ diff --git a/luci-base/src/po2lmo.o b/luci-base/src/po2lmo.o deleted file mode 100644 index 5fe6fe2fb..000000000 Binary files a/luci-base/src/po2lmo.o and /dev/null differ diff --git a/luci-base/src/template_lmo.o b/luci-base/src/template_lmo.o deleted file mode 100644 index 45d49f11c..000000000 Binary files a/luci-base/src/template_lmo.o and /dev/null differ