mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
uboot-rockchip: fix ident string
Commit7975060116("uboot-rockchip: add new package") has added `OpenWRT` ident string, fix it to proper `OpenWrt`. Fixes:7975060116("uboot-rockchip: add new package") Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
6a05a85dcb
commit
97673d8771
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ define Build/Configure
|
|||
$(call Build/Configure/U-Boot)
|
||||
|
||||
$(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
|
||||
echo 'CONFIG_IDENT_STRING=" OpenWrt"' >> $(PKG_BUILD_DIR)/.config
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue