]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/netbase/netbase/busybox.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / netbase / netbase / busybox.patch
1 --- netbase-3.18.orig/debian/networking.init.d~busybox
2 +++ netbase-3.18.orig/debian/networking.init.d
3 @@ -15,8 +15,8 @@
4      # spoof protection on all current and future interfaces.
5      
6      if [ -e /proc/sys/net/ipv4/conf/all/rp_filter ]; then
7 -        for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
8 -            echo 1 > $f
9 +        for f in /proc/sys/net/ipv4/conf/*; do
10 +            echo 1 > $f/rp_filter
11          done
12          return 0
13      else