mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
f413e4835e
Update iproute2 to latest stable 5.14; for the changes see https://lwn.net/Articles/867940/ Refresh patches Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
13 lines
328 B
Diff
13 lines
328 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -34,7 +34,8 @@ int main(int argc, char **argv) {
|
|
}
|
|
EOF
|
|
|
|
- if $CC -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1; then
|
|
+# OpenWrt: disable ATM support even if present on host system
|
|
+ if [ 1 -eq 0 ]; then
|
|
echo "TC_CONFIG_ATM:=y" >>$CONFIG
|
|
echo yes
|
|
else
|