mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
flashtool: fix build on Tripledragon
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
|
||||
#include <global.h>
|
||||
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
/* TD kernel 2.6.12 is too old and does not have writesize yet, use oobsize instead */
|
||||
#define writesize oobsize
|
||||
#endif
|
||||
|
||||
CFlashTool::CFlashTool()
|
||||
{
|
||||
|
Reference in New Issue
Block a user