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
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
udev
usign
zram-swap