You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
333 B

  1. --- a/configure.in
  2. +++ b/configure.in
  3. @@ -67,6 +67,11 @@ case "$host" in
  4. AC_DEFINE([SUNOS],[1],[Define if SunOS])
  5. sunos4="yes"
  6. ;;
  7. + *-openwrt*)
  8. + linux="yes"
  9. + AC_DEFINE([LINUX],[1],[Define if Linux])
  10. + AC_SUBST(extra_incl)
  11. + ;;
  12. *-linux*)
  13. linux="yes"
  14. AC_DEFINE([LINUX],[1],[Define if Linux])