uboot-rockchip: drop CONFIG_IDENT_STRING
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 6 Jun 2022 19:55:13 +0000 (21:55 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 19 Jun 2022 10:31:02 +0000 (12:31 +0200)
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>
package/boot/uboot-rockchip/Makefile

index b886ef01220a297332b9ba34089b4687a8ca2cc4..441028fe7f1e98f2fbd172625f417e3d12ef4fdd 100644 (file)
@@ -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