diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-09-19 15:13:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-09-19 15:13:38 +0000 |
commit | 9e504b31a4af9bd106235baf5183f48b5f586b94 (patch) | |
tree | a34057c2ad8a09f5275b409224a002d2310f05f1 /package/busybox/Makefile | |
parent | 57bd95734dd26a7313d6e9238e4ad5855562d19e (diff) | |
download | upstream-9e504b31a4af9bd106235baf5183f48b5f586b94.tar.gz upstream-9e504b31a4af9bd106235baf5183f48b5f586b94.tar.bz2 upstream-9e504b31a4af9bd106235baf5183f48b5f586b94.zip |
busybox: add support for CHECKSUM_PARTIAL to udhcpc
When running as KVM or Xen guest, packets may be received with
incomplete checksum[1]. Patch adopted from Fedora dhcp package.
[1]. http://article.gmane.org/gmane.linux.kernel/1003853
Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
SVN-Revision: 33475
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 76f52fcd34..6352eec523 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.19.4 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |