Skip to content

Commit

Permalink
removed openwrt, minor changes for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
kjopek committed Jul 1, 2014
1 parent 95e9441 commit 76c632d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 538 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 0.7

gobi_loader: gobi_loader.c
gcc -Wall gobi_loader.c -o gobi_loader
cc -Wall gobi_loader.c -o gobi_loader

all: gobi_loader

Expand Down
2 changes: 1 addition & 1 deletion gobi_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <termios.h>
#include <unistd.h>
#include <malloc.h>
#include <stdint.h>
#include <stdlib.h>

Expand Down
69 changes: 0 additions & 69 deletions openwrt/trunk/package/iapps/gobi_loader/Makefile

This file was deleted.

This file was deleted.

51 changes: 0 additions & 51 deletions openwrt/trunk/package/iapps/gobi_loader/files/gobi-loader.init

This file was deleted.

10 changes: 0 additions & 10 deletions openwrt/trunk/package/iapps/gobi_loader/src/Makefile

This file was deleted.

Loading

0 comments on commit 76c632d

Please sign in to comment.