1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/package/system
Felix Fietkau 9e233fb241 mtd: add missing <endian.h> include
trx.c in mtd would not include endian.h, so on systems that do not have
this header implicitly included from the other headers (like musl), both
__BYTE_ORDER and __BIG_ENDIAN would be undefined and thus 0, leading to
it always presuming a big-endian system. this would lead to issues when
running mtd fixtrx on little-endian systems, as it would never recognize
the TRX magic as result of the broken STORE32_LE() macro.

Signed-off-by: Shiz <hi@shiz.me>
Tested-by: Shiz <hi@shiz.me>

SVN-Revision: 45896
2015-06-05 09:00:02 +00:00
..
ca-certificates ca-certificates: update to version 20150426 2015-05-31 17:45:54 +00:00
fstools fstools: update to the latest version, makes filesystem initialization state tracking more reliable (#19564) 2015-05-25 22:00:06 +00:00
mountd license info - revert r43155 2014-11-03 09:56:44 +00:00
mtd mtd: add missing <endian.h> include 2015-06-05 09:00:02 +00:00
opkg feeds: use common macro "FeedSourcesAppend" to populate opkg configurations 2015-05-28 09:47:37 +00:00
procd procd: work around a event race 2015-06-03 13:59:08 +00:00
rpcd rpcd: unload package after uci reverts 2015-05-17 12:16:27 +00:00
ubox ubox: various logd cleanups 2015-05-23 15:26:29 +00:00
ubus ubus: update to the latest version, switch to git.openwrt.org, fixes a lua binding memory leak 2015-05-25 21:15:42 +00:00
uci uci: update to the latest version, fixes a regression in handling empty/comment lines in uci batch 2015-04-09 14:57:25 +00:00
udev license info - revert r43155 2014-11-03 09:56:44 +00:00
usign usign: update to the latest version, use libubox base64 code 2015-05-08 12:37:26 +00:00
zram-swap license info - revert r43155 2014-11-03 09:56:44 +00:00