aboutsummaryrefslogtreecommitdiffstats
path: root/package/heyu/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-03 01:22:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-03 01:22:42 +0000
commit9c790f5054f4dbb94db9201092ffc0175624b0de (patch)
tree820cde3e53fa5c0639e4e8824c80d27e5d55f86d /package/heyu/patches
parente1295e3e2a74f988fcb5d3cf1f07394afd73c075 (diff)
downloadmaster-187ad058-9c790f5054f4dbb94db9201092ffc0175624b0de.tar.gz
master-187ad058-9c790f5054f4dbb94db9201092ffc0175624b0de.tar.bz2
master-187ad058-9c790f5054f4dbb94db9201092ffc0175624b0de.zip
update heyu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3299 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/heyu/patches')
-rw-r--r--package/heyu/patches/01-avoid_configure.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/heyu/patches/01-avoid_configure.patch b/package/heyu/patches/01-avoid_configure.patch
index 894397ad86..110602f5dc 100644
--- a/package/heyu/patches/01-avoid_configure.patch
+++ b/package/heyu/patches/01-avoid_configure.patch
@@ -16,7 +16,7 @@ diff -urN orig/heyu-2.0beta.2/Makefile heyu-2.0beta.2/Makefile
+# -DVOID if compiler doesn't understand 'void'
+
+#This makefile is built for linux
-+DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT -DHASTZ
++DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT -DHASTZ -DHASCM17A
+LIBS = -lm -lc
+# # The rest of the makefile should need no changes
+
@@ -28,16 +28,16 @@ diff -urN orig/heyu-2.0beta.2/Makefile heyu-2.0beta.2/Makefile
+ monitor.c reset.c setclock.c stop.c \
+ tty.c turn.c x10.c xread.c xwrite.c status.c cm11a.c \
+ eeprom.c preset.c process.c sun.c cmd.c config.c x10state.c \
-+ poll.c modules.c
++ poll.c modules.c cm17a.c xsync.c timing.c
+
+OBJS = date.o erase.o info.o message.o relay.o \
+ monitor.o reset.o setclock.o stop.o \
+ tty.o turn.o x10.o xread.o xwrite.o status.o cm11a.o \
+ eeprom.o preset.o process.o sun.o cmd.o config.o x10state.o \
-+ poll.o modules.o
++ poll.o modules.o cm17a.o xsync.o timing.o
+
+OTHERSRC = README README2 Makefile x10config.sample protocol.txt eeprom.h \
-+ x10.sched.sample monit x10biff heyu.1 x10.h x10config.5 \
++ x10.sched.sample heyu.1 x10.h x10config.5 x10cm17a.5 \
+ history.txt version.h heyufaq.txt x10sched.5 process.h sun.h \
+ x10scripts.5 Configure Makefile.in install.sh INSTALL LICENSE
+