mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 02:21:14 +00:00
* Update to latest version * Refresh patches * Update copyright years * Fix musl build issues (patches already applied upstream) Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
12 lines
212 B
Diff
12 lines
212 B
Diff
--- a/drv_RouterBoard.c
|
|
+++ b/drv_RouterBoard.c
|
|
@@ -106,7 +106,7 @@
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <unistd.h>
|
|
-#include <sys/io.h>
|
|
+#include <asm/io.h>
|
|
|
|
#include "debug.h"
|
|
#include "cfg.h"
|