mirror of https://github.com/hak5/openwrt.git
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. $TOPDIR/include/site/mipsel-linux
|
||
|
. $TOPDIR/include/site/linux-uclibc
|
||
|
ac_cv_header_sys_inotify_h=no
|