Merge pull request #18 from gustavoz/master
build: uclinux is also linux
This commit is contained in:
commit
88548ccf96
@ -70,7 +70,7 @@ fi
|
||||
PKG_CHECK_MODULES([CONFUSE], [libconfuse], [], AC_MSG_ERROR([requires libconfuse]))
|
||||
|
||||
case ${target_os} in
|
||||
linux*)
|
||||
linux*|uclinux*)
|
||||
PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [], AC_MSG_ERROR([requires libnl3-dev]))
|
||||
PKG_CHECK_MODULES([LIBNL_ROUTE], [libnl-route-3.0], [], AC_MSG_ERROR([requires libnl3-route]))
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user