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

--- a/configure.in
+++ b/configure.in
@@ -67,6 +67,11 @@ case "$host" in
AC_DEFINE([SUNOS],[1],[Define if SunOS])
sunos4="yes"
;;
+ *-openwrt*)
+ linux="yes"
+ AC_DEFINE([LINUX],[1],[Define if Linux])
+ AC_SUBST(extra_incl)
+ ;;
*-linux*)
linux="yes"
AC_DEFINE([LINUX],[1],[Define if Linux])