We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87047d8 commit 4a02bdfCopy full SHA for 4a02bdf
1 file changed
Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=usb-config-scripts
4
PKG_VERSION:=0.1.1
5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
6
7
PKG_BUILD_DIR:=$(BUILD_DIR)/usb-config-scripts-$(PKG_VERSION)
8
PKG_SOURCE:=$(PKG_VERSION).tar.gz
@@ -69,7 +69,7 @@ define Package/usb-config-scripts/install
69
endef
70
71
72
-Package/usb-config-scripts-librarybox/install:=Package/usb-config-scripts/install
+Package/usb-config-scripts-librarybox/installi = $(Package/usb-config-scripts/install)
73
74
$(eval $(call BuildPackage,usb-config-scripts))
75
$(eval $(call BuildPackage,usb-config-scripts-librarybox))
0 commit comments