From 93e7bbfc3f9f189984d21704b3171940ddfcc3e6 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 26 Jun 2010 20:42:26 +0000 Subject: remove a few packages which only work with linux 2.4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21949 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/nozomi/files/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/nozomi/files/Makefile (limited to 'package/nozomi/files') diff --git a/package/nozomi/files/Makefile b/package/nozomi/files/Makefile deleted file mode 100644 index 101961db0..000000000 --- a/package/nozomi/files/Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -O_TARGET := noz.o - -export-objs := nozomi.o kfifo.o - -list-multi := noz.o -noz-objs := nozomi.o kfifo.o - -obj-m := noz.o - -include $(TOPDIR)/Rules.make - -noz.o: $(noz-objs) - $(LD) -r -o $@ $(noz-objs) -- cgit v1.2.3