aboutsummaryrefslogtreecommitdiffstats
path: root/package/nozomi/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:26 +0000
commit54f7e7bed65eff7c9253df2594014e9f58987882 (patch)
tree64ed92cc85c5f2279bb44e66c6cd6fb525203ac2 /package/nozomi/files
parentbdb3ada9ccaf35075bd8405845893cd35e07c291 (diff)
downloadupstream-54f7e7bed65eff7c9253df2594014e9f58987882.tar.gz
upstream-54f7e7bed65eff7c9253df2594014e9f58987882.tar.bz2
upstream-54f7e7bed65eff7c9253df2594014e9f58987882.zip
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
Diffstat (limited to 'package/nozomi/files')
-rw-r--r--package/nozomi/files/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/nozomi/files/Makefile b/package/nozomi/files/Makefile
deleted file mode 100644
index 101961db09..0000000000
--- 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)