summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-09-19 15:13:38 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-09-19 15:13:38 +0000
commit9e504b31a4af9bd106235baf5183f48b5f586b94 (patch)
treea34057c2ad8a09f5275b409224a002d2310f05f1 /package/busybox/Makefile
parent57bd95734dd26a7313d6e9238e4ad5855562d19e (diff)
downloadmtk-20170518-9e504b31a4af9bd106235baf5183f48b5f586b94.zip
mtk-20170518-9e504b31a4af9bd106235baf5183f48b5f586b94.tar.gz
mtk-20170518-9e504b31a4af9bd106235baf5183f48b5f586b94.tar.bz2
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 76f52fc..6352eec 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