aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/100-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/iproute2/patches/100-configure.patch')
-rw-r--r--package/network/utils/iproute2/patches/100-configure.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/network/utils/iproute2/patches/100-configure.patch b/package/network/utils/iproute2/patches/100-configure.patch
deleted file mode 100644
index f70b7199b66..00000000000
--- a/package/network/utils/iproute2/patches/100-configure.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -39,7 +39,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