mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
Backport 2 commits to fix build on 4.19:3ea761a1ed2b76b68c65Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
12 lines
433 B
Diff
12 lines
433 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -44,7 +44,7 @@ regular_CFLAGS="-Wall -Waggregate-return
|
|
|
|
if test -n "$kbuilddir"; then
|
|
AC_MSG_CHECKING([kernel version that we will build against])
|
|
- krel="$(make -sC "$kbuilddir" M=$PWD kernelrelease | $AWK -v 'FS=[[^0-9.]]' '{print $1; exit}')"
|
|
+ krel="$(make -sC "$kbuilddir" M=$PWD kernelversion | $AWK -v 'FS=[[^0-9.]]' '{print $1; exit}')"
|
|
save_IFS="$IFS"
|
|
IFS='.'
|
|
set x $krel
|