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 <karlp at remake.is> Signed-off-by: Mathieu Olivari <[email protected]> --- 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 61a22f7..a545a18 100644 --- a/include/package-version-override.mk +++ b/include/package-version-override.mk @@ -35,7 +35,7 @@ $(if $(2), , 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 -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
