@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
PKG_NAME:= base-files
PKG_VERSION:= 1.0
-PKG_RELEASE:= 51
+PKG_RELEASE:= 52
PKG_SECTION:= base
PKG_DESCR:= basic files and scripts
@@ -8,7 +8,8 @@ RESOLV_CONF=/etc/resolv.conf
case $1 in
(deconfig)
- ip addr flush $interface
+ # removes ipv6 link-local address, which is bad
+ # ip addr flush $interface
;;
(renew|bound)
ip addr add $ip/${mask:-24} brd + dev $interface