diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
commit | 5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch) | |
tree | cd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/busybox/patches/003-ip-config.patch | |
parent | 401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff) | |
parent | 4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
BUGS
package/autoconf/Makefile
Diffstat (limited to 'package/busybox/patches/003-ip-config.patch')
-rw-r--r-- | package/busybox/patches/003-ip-config.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/busybox/patches/003-ip-config.patch b/package/busybox/patches/003-ip-config.patch deleted file mode 100644 index 8c32dafe6..000000000 --- a/package/busybox/patches/003-ip-config.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Nur busybox-1.13.4.orig/networking/Config.in busybox-1.13.4/networking/Config.in ---- busybox-1.13.4.orig/networking/Config.in 2008-11-09 18:27:59.000000000 +0100 -+++ busybox-1.13.4/networking/Config.in 2009-08-12 23:12:27.132893048 +0200 -@@ -338,10 +338,10 @@ - bool "Use busybox ip applet" - default y - depends on FEATURE_IFUPDOWN_IP -- select IP -- select FEATURE_IP_ADDRESS -- select FEATURE_IP_LINK -- select FEATURE_IP_ROUTE -+ #select IP -+ #select FEATURE_IP_ADDRESS -+ #select FEATURE_IP_LINK -+ #select FEATURE_IP_ROUTE - help - Use the busybox iproute "ip" applet to implement "ifupdown". - |