ipq40xx: Enable the Engenius EAP1300
[openwrt/openwrt.git] / tools / cpio / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 include $(TOPDIR)/rules.mk
3
4 PKG_NAME:=cpio
5 PKG_CPE_ID:=cpe:/a:gnu:cpio
6 PKG_VERSION:=2.15
7
8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
9 PKG_SOURCE_URL:=@GNU/cpio
10 PKG_HASH:=937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db
11
12 include $(INCLUDE_DIR)/host-build.mk
13
14 define Host/Uninstall
15 -$(call Host/Compile/Default,uninstall)
16 endef
17
18 $(eval $(call HostBuild))