diff options
author | Mike Baker <mbm@openwrt.org> | 2006-01-12 19:10:07 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-01-12 19:10:07 +0000 |
commit | a8da8ad593c39ad435bbd1f6eef179c4f61fa947 (patch) | |
tree | 782be8671263c44a5c51251600e6ea719426d6ce /openwrt/package/dhcp-forwarder | |
parent | 3ba5a7a92cc6bdc8de82197d59a739c59f318d79 (diff) | |
download | mtk-20170518-a8da8ad593c39ad435bbd1f6eef179c4f61fa947.zip mtk-20170518-a8da8ad593c39ad435bbd1f6eef179c4f61fa947.tar.gz mtk-20170518-a8da8ad593c39ad435bbd1f6eef179c4f61fa947.tar.bz2 |
Merge aruba support
SVN-Revision: 2940
Diffstat (limited to 'openwrt/package/dhcp-forwarder')
-rw-r--r-- | openwrt/package/dhcp-forwarder/patches/00-big_endian.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/dhcp-forwarder/patches/00-big_endian.patch b/openwrt/package/dhcp-forwarder/patches/00-big_endian.patch new file mode 100644 index 0000000..add157d --- /dev/null +++ b/openwrt/package/dhcp-forwarder/patches/00-big_endian.patch @@ -0,0 +1,11 @@ +--- dhcp-forwarder-0.7/src/dhcp.h 2004-06-22 03:46:56.000000000 -0700 ++++ dhcp-forwarder-0.7-x/src/dhcp.h 2005-10-06 17:04:14.000000000 -0700 +@@ -89,7 +89,7 @@ + optDHCP_COOKIE = 0x63538263u, + flgDHCP_BCAST = 0x0080u + #else +- DHCP_COOKIE = 0x63825363u, ++ optDHCP_COOKIE = 0x63825363u, + flgDHCP_BCAST = 0x8000u + #endif + }; |