From: Karl Palsson <ka...@remake.is>

PKG_BASE_NAME is not documented anywhere, and is only used in three
lantiq packages, when constructing filenames for downloading.

package/network/config/ltq-vdsl-app
package/kernel/lantiq/ltq-vdsl-mei
package/kernel/lantiq/ltq-vdsl

Using the regular PKG_NAME makes the help text in menuconfig better, and
eliminates warnings on the console.

Signed-off-by: Karl Palsson <ka...@remake.is>
---
 include/package-version-override.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/package-version-override.mk 
b/include/package-version-override.mk
index 2c1741e..36719d1 100644
--- a/include/package-version-override.mk
+++ b/include/package-version-override.mk
@@ -19,7 +19,7 @@ define Package/$(PKG_NAME)/override_version
                default n
        config $(PKG_NAME)_CUSTOM_VERSION
                depends on $(PKG_NAME)_USE_CUSTOM_VERSION
-               string "$(PKG_BASE_NAME) version as string (default version: 
$(PKG_VERSION_ORGINAL))"
+               string "$(PKG_NAME) version as string (default version: 
$(PKG_VERSION_ORGINAL))"
                default "$(PKG_VERSION_ORGINAL)"
        endmenu
 endef
-- 
1.8.3.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to