/******************************************************************************
|
*
|
* Copyright(c) 2020 Realtek Corporation.
|
*
|
* This program is free software; you can redistribute it and/or modify it
|
* under the terms of version 2 of the GNU General Public License as
|
* published by the Free Software Foundation.
|
*
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
* more details.
|
*
|
* The full GNU General Public License is included in this distribution in the
|
* file called LICENSE.
|
*
|
* Contact Information:
|
* wlanfae <wlanfae@realtek.com>
|
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
* Hsinchu 300, Taiwan.
|
*
|
* Larry Finger <Larry.Finger@lwfinger.net>
|
*
|
*****************************************************************************/
|
#ifndef __PHL_GIT_INFO_H__
|
#define __PHL_GIT_INFO_H__
|
/*@--------------------------[Define] ---------------------------------------*/
|
|
#define RTK_CORE_SHA1 "1d36f2f79826cf6426ea1d7b181520cb02ba6d20"
|
#define RTK_PHL_SHA1 "6378a5d8a6208f8e242f08f30420b8227e6ac902"
|
#define RTK_HALMAC_SHA1 "c97462ae73ce451dd4f8a21d9d0870c4eb2aca44"
|
#define RTK_HALBB_SHA1 "35aa8b54c009662fc7b86dd9babbba53bb887a1c"
|
#define RTK_HALRF_SHA1 "d58b8ae175d40b3724ef40153c21b6edd8a3d07c"
|
#define RTK_BTC_SHA1 "a949f42134885ecd1da6c005239b750dd989cb7e"
|
|
#define RTK_CORE_TAGINFO "v1.15.7-112-g1d36f2f7"
|
#define RTK_PHL_TAGINFO "PHL_1_15_34_0100-5-g6378a5d8a"
|
#define RTK_HALMAC_TAGINFO "HALMAC_0_25_40_0-0-gc97462ae7"
|
#define RTK_HALBB_TAGINFO "HALBB_025_020_04-0-g35aa8b5"
|
#define RTK_HALRF_TAGINFO "HALRF_025_00_025-7-gd58b8ae"
|
#define RTK_BTC_TAGINFO "HALBTC_025_019-0-ga949f42"
|
|
#endif /* __PHL_GIT_INFO_H__ */
|