packages/horst: update to 3.0 (closes: #10006)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29270 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2011-11-20 04:30:45 +00:00
parent e530438d9a
commit 40400529b3
3 changed files with 9 additions and 107 deletions

View File

@ -1,8 +1,6 @@
Index: horst-2.0-rc1/Makefile
===================================================================
--- horst-2.0-rc1.orig/Makefile 2010-11-02 16:26:44.449999688 +0100
+++ horst-2.0-rc1/Makefile 2010-11-02 16:27:13.640982158 +0100
@@ -28,9 +28,7 @@
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,7 @@ CFLAGS+=-DPCAP
LIBS+=-lpcap
endif
@ -12,8 +10,8 @@ Index: horst-2.0-rc1/Makefile
+all: $(NAME)
# include dependencies
protocol_parser.o: protocol_parser.h ieee80211.h ieee80211_radiotap.h ieee80211_util.h \
@@ -48,7 +46,3 @@
average.o: average.h util.h
@@ -73,7 +71,3 @@ clean:
-rm -f *.o *~
-rm -f $(NAME)
-rm -f .build_*