diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-06-06 21:55:13 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-06-19 12:31:02 +0200 |
commit | 2e0afef246ef7128b982e02688d357269d9c7a6e (patch) | |
tree | cfa214dc5274bad6ca4ea0f64961eba35cd40aa4 /package/boot/uboot-rockchip/Makefile | |
parent | 25534d5cc20a807ff776fdb18847344167ce081d (diff) | |
download | upstream-2e0afef246ef7128b982e02688d357269d9c7a6e.tar.gz upstream-2e0afef246ef7128b982e02688d357269d9c7a6e.tar.bz2 upstream-2e0afef246ef7128b982e02688d357269d9c7a6e.zip |
uboot-rockchip: drop CONFIG_IDENT_STRING
This row is no longer necessary as it was replaced by LOCALVERSION in
uboot.mk, which explicitly sets OpenWrt version to all U-boot packages accross
OpenWrt. [1]
[1] https://github.com/openwrt/openwrt/commit/d6aa9d9e071d9f23ed26f5142991bc66aefe20f5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'package/boot/uboot-rockchip/Makefile')
-rw-r--r-- | package/boot/uboot-rockchip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index b886ef0122..441028fe7f 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -92,7 +92,6 @@ ifneq ($(OF_PLATDATA),) endif $(SED) 's#CONFIG_MKIMAGE_DTC_PATH=.*#CONFIG_MKIMAGE_DTC_PATH="$(PKG_BUILD_DIR)/scripts/dtc/dtc"#g' $(PKG_BUILD_DIR)/.config - echo 'CONFIG_IDENT_STRING=" OpenWrt"' >> $(PKG_BUILD_DIR)/.config endef define Build/InstallDev |