Browse Source

px5g-standalone: change PKG_NAME to avoid directory conflict with px5g

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 45126
Felix Fietkau 10 years ago
parent
commit
0b0315a1f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/utils/px5g-standalone/Makefile

+ 1 - 1
package/utils/px5g-standalone/Makefile

@@ -7,7 +7,7 @@
 
 include $(TOPDIR)/rules.mk
 
-PKG_NAME:=px5g
+PKG_NAME:=px5g-standalone
 PKG_RELEASE:=2
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)