diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 06:03:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 06:03:02 +0000 |
commit | 0b0315a1f2ee5a99260933de02a45ece99cfcd4e (patch) | |
tree | d1317c71212ab8d549e7a0bfd87c01c304ad6554 /package/utils | |
parent | 1e2f88b17bf7d820855189ea83b3252d209ee1f5 (diff) | |
download | upstream-0b0315a1f2ee5a99260933de02a45ece99cfcd4e.tar.gz upstream-0b0315a1f2ee5a99260933de02a45ece99cfcd4e.tar.bz2 upstream-0b0315a1f2ee5a99260933de02a45ece99cfcd4e.zip |
px5g-standalone: change PKG_NAME to avoid directory conflict with px5g
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45126
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/px5g-standalone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/px5g-standalone/Makefile b/package/utils/px5g-standalone/Makefile index d6843b0137..bd0267693b 100644 --- a/package/utils/px5g-standalone/Makefile +++ b/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) |